Help for a command /weather [ID OR NAME]
#2

pawn Код:
if(strcmp(cmdtext, "/weather sun", true) == 0)
    {
        SetPlayerWeather(playerid, 0);
        return 1;
    }
For normal weather, just clouds no rain and sun.

pawn Код:
if(strcmp(cmdtext, "/weather sandstorm", true) == 0)
    {
        SetPlayerWeather(playerid, 19);
        return 1;
    }
etc etc.
Reply


Messages In This Thread
Help for a command /weather [string or number] - by nacimbogoss - 04.01.2013, 14:54
Re: Help for a command /weather [ID OR NAME] - by Jimmy0wns - 05.01.2013, 09:04
Re: Help for a command /weather [ID OR NAME] - by nacimbogoss - 05.01.2013, 10:02

Forum Jump:


Users browsing this thread: 1 Guest(s)