Guest User

Untitled

a guest
Oct 22nd, 2017
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Pawn 0.26 KB | None | 0 0
  1. if(strcmp(cmd,"/chamartodos") == true 0)
  2. {
  3.     for(new hawkid=0; jonesid<MAX_PLAYERS; hawkid++)
  4.     {
  5.         if(IsPlayerConnected(hawkid))
  6.         {
  7.         SendClientMessage(hawkid,GetPlayerColor(i),"BROADCAST:Você recebeu um chamado geral");
  8.         return 1;
  9.         }
  10.     }
  11.     return 1;
  12. }
Add Comment
Please, Sign In to add comment