Advertisement
Parix

Untitled

Dec 16th, 2014
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1.  
  2. CMD:atmosfera(playerid, params[])
  3. {
  4. new tempo;
  5. if(IsPlayerAdmin(playerid))
  6. {
  7. if(sscanf(params, "s", tempo)) return SendClientMessage(playerid, -1, "Bisogna usare /atmosfera [ID 1 - 20]");
  8. for(new i=0;i<MAX_PLAYERS;i++)
  9. {
  10. SetPlayerWeather(i, tempo);
  11. }
  12. }
  13. return 1;
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement