Weather Problem
#1

It only change the time not the weather. Example If try /weather 31 it's black but no storm/rain or any calamity. I've also try other weather still same.

pawn Код:
CMD:myweather( playerid, params[ ] )
{
    new weather;
    if( sscanf( params, "i", weather ) ) return SendClientMessage( playerid, 0xFFFFFFFF, "{FFFF00}Usage: /setweather <0-45>" );
    if( weather > 45 || weather < 0 ) return SendClientMessage( playerid, 0xFFFFFFFF, "{FF0000}Error: Available Weathers: 0-45" );
    SetPlayerWeather(playerid,weather);
    return 1;
}
Reply


Messages In This Thread
Weather Problem - by kbalor - 22.08.2012, 09:43
Re: Weather Problem - by [MWR]Blood - 22.08.2012, 09:47
Re: Weather Problem - by HuSs3n - 22.08.2012, 09:51
Re: Weather Problem - by Akira297 - 22.08.2012, 09:52
Re: Weather Problem - by kbalor - 22.08.2012, 09:58
Re: Weather Problem - by Babul - 22.08.2012, 10:47

Forum Jump:


Users browsing this thread: 1 Guest(s)