25.07.2009, 21:58
Find the OnPlayerCommandText aka put this where the other commands are:
Copy this and paste under a command, any. You'll have to do this for all weathers tho
Just use copy and paste and change numbers.
Код:
if(strcmp(cmdtext, "/weather 40", true) == 0)
{
SetPlayerWeather(playerid, 40);
return 1;
Just use copy and paste and change numbers.
