napravio sam komandu /weather ali kad admin ukuca weather sve mu je normalno pokaze mu KOristiti /weather [ID] i kad ukucam /weather 1 sve je crveno cijeli ekran , mislim nije bas sad tolko crveno da se nis nevidi ali onako nekak crveno xd ai tak /weather ID1 ili vise od 1 je tak crveno a /weather 0 je normalno suncano
evo komande
CMD:weather(playerid, params[])
{
if(GetPVarInt(playerid, "Admin_nivo") >= 2)
{
new
weather;
if(sscanf(params,"ud", weather)) return SendClientMessage(playerid, 0x20B2AAAA, "Koristiti: /weather [ID].");
else
{
SetWeather(weather);
}
}
return 1;
}