help on weathers
#1

What do i need to do i need to set private player weather its like /Weather 40 and the weather id 40 will be only for him
Reply
#2

https://sampwiki.blast.hk/wiki/SetPlayerWeather
Reply
#3

Find the OnPlayerCommandText aka put this where the other commands are:

Код:
 if(strcmp(cmdtext, "/weather 40", true) == 0)
  {
    SetPlayerWeather(playerid, 40);
    return 1;
Copy this and paste under a command, any. You'll have to do this for all weathers tho Just use copy and paste and change numbers.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)