weather question
#1

why my weather change to slow? ex : i type /weather 2 and i have to wait 2 mins then change
Reply
#2

Uhhhhh, I have never had a problem with
my /weather like that So, show us the code
please
Reply
#3

same as /rcon commands .... is not a command problem but i show

Код:
dcmd_setweather(playerid, params[])
{
  if(!CmdLevelCheck(playerid,"setweather")) return CmdLevelError(playerid,"setweather");
  new id,weather,string[128];
  if(sscanf(params, "ud", id,weather)) return SendClientMessage(playerid, RED, "USAGE: /SETWEATHER [NICK / ID] [WEATHERID]");
  format(string,sizeof(string),"Administrator %s have set your weather to %d",AdminName(playerid),weather);
  SendClientMessage(id,YELLOW,string);
  format(string,sizeof(string),"You have set %s his weather to %d",Name(id),weather);
  SendClientMessage(playerid,YELLOW,string);
  SetPlayerWeather(id,weather);
	return 1;
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)