30.03.2013, 13:39
Here is:
You can look WeatherID's on samp wiki
pawn Код:
if(strcmp(cmdtext, "/enter", true) == 0)
{
SetPlayerWeather(playerid, WeatherID);
return 1;
}