Weather Script Bug ! please help me
#3

Quote:
Originally Posted by Cjgogo
Посмотреть сообщение
pawn Код:
CMD:w(playerid,params[ ] )
{
   new w;
   if (strval(params)) return SendClientMessage( playerid, COLOR_WHITE, "/w [0-45]" );
   w=strval(params);
   if(w < 0 || w > 45) return SendClientMessage(playerid, COLOR_GREY, "/w [0-45]");
   else
   {
      SetPlayerWeather(playerid, w);
   }
  return 1;
}
There you go...
Thanks man now it works. Awesome!
Reply


Messages In This Thread
Weather Script Bug ! please help me - by hackerspiffy - 01.08.2012, 12:11
Re: Weather Script Bug ! please help me - by Cjgogo - 01.08.2012, 12:55
Re: Weather Script Bug ! please help me - by hackerspiffy - 01.08.2012, 13:24

Forum Jump:


Users browsing this thread: 2 Guest(s)