[HELP] /setweather command
#6

Quote:
Originally Posted by Shadoww5
Посмотреть сообщение
PHP код:
if(strcmp(cmd"/setweather"true) == && PlayerAdminLevel[playerid] == 2// Gives a player money
{
    new 
weatherstr[128];
    
tmp strtok(cmdtextidx);
    if(!
strlen(tmp))
        return 
SendClientMessage(playeridCOLOR_ERROR"USAGE: /setweather (weatherid)");
    if(!
IsNumeric(tmp))
        return 
SendClientMessage(playeridCOLOR_ERROR"USAGE: /setweather (weatherid) WeatherID Must be a number");
    
weather strval(tmp);
    if(
weather || weather 50)
        return 
SendClientMessage(playerid,COLOR_ERROR,"WeatherID Cant Be Less Than 0 And More Than 50");
    
SetWeather(weather);
    new 
sendername[24];
    
GetPlayerName(playerid,sendername24);
    
format(strsizeof(str), "%s Has Set Server WeatherID To %d",sendernameweather);
    
SendClientMessageToAll(0xB22222AAstring);
    
format(strsizeof(str),"You Have Set Server WeatherID To %d",weather);
    
SendClientMessage(playerid,COLOR_RED,str);
    return 
1;

i have do like its work when i do /setweather 50 or 20 but the weather dont changed its stell normal when i do and ID
Reply


Messages In This Thread
[HELP] /setweather command - by [MKD]Max - 28.06.2011, 11:36
Re: [HELP] /setweather command - by iPLEOMAX - 28.06.2011, 11:42
Re: [HELP] /setweather command - by [MKD]Max - 28.06.2011, 12:01
Re: [HELP] /setweather command - by [MKD]Max - 28.06.2011, 15:40
Re: [HELP] /setweather command - by Shadoww5 - 28.06.2011, 15:48
Re: [HELP] /setweather command - by [MKD]Max - 28.06.2011, 18:07
Re: [HELP] /setweather command - by iPLEOMAX - 28.06.2011, 18:12
Re: [HELP] /setweather command - by [MKD]Max - 28.06.2011, 18:47
Re: [HELP] /setweather command - by Shadoww5 - 28.06.2011, 18:57
Re: [HELP] /setweather command - by [MKD]Max - 28.06.2011, 19:04

Forum Jump:


Users browsing this thread: 2 Guest(s)