Whitetigerswt

Untitled

Dec 29th, 2011
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. DisableCheckpointForAll()
  2. {
  3. for(new i = 0; i < MAX_PLAYERS; i++)
  4. {
  5. if (IsPlayerConnected(i))
  6. {
  7. DisablePlayerCheckpoint(i);
  8. }
  9. }
  10. }
  11.  
  12. ____________________________________
  13.  
  14. forward Disablecheckpoint4all();
  15. public Disablecheckpoint4all()
  16. {
  17. DisableCheckpointForAll();
  18. }
Advertisement
Add Comment
Please, Sign In to add comment