Advertisement
Guest User

Untitled

a guest
Jan 30th, 2015
227
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Pawn 0.24 KB | None | 0 0
  1. new bool:IsPlayerESC[MAX_PLAYERS];
  2.  
  3. public OnPlayerUpdate(playerid)
  4. {
  5.     if(IsPlayerESC[playerid])
  6.     {
  7.         IsPlayerESC[playerid] = false;
  8.     }
  9.     if(!IsPlayerESC[playerid])
  10.     {
  11.         Kick(playerid);
  12.     }
  13.     return 1;
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement