Advertisement
Guest User

Untitled

a guest
Aug 25th, 2016
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.06 KB | None | 0 0
  1. }
  2. CMD:killcp(playerid, params[])
  3. {
  4. if(CP[playerid] == 50) return SCM(playerid,COLOR_WHITE, "{FFB870}This checkpoint is for rob.");
  5. if(CP[playerid] == 99 || CP[playerid] == 100 || CP[playerid] == 101 || CP[playerid] == 102 || CP[playerid] == 103 || CP[playerid] == 104 || CP[playerid] == 105 || CP[playerid] == 106 || CP[playerid] == 107 || CP[playerid] == 108
  6. || CP[playerid] == 109 || CP[playerid] == 110 || CP[playerid] == 111 || CP[playerid] == 112 || CP[playerid] == 113) return SCM(playerid,COLOR_WHITE,"This checkpoint is for DMV.");
  7. if(CP[playerid] == 9 || CP[playerid] == 10 || CP[playerid] == 11 || CP[playerid] == 12 || CP[playerid] == 13 || CP[playerid] == 14 || CP[playerid] == 15 || CP[playerid] == 16 || CP[playerid] == 17 || CP[playerid] == 18 || CP[playerid] == 19
  8. || CP[playerid] == 20) return SCM(playerid,COLOR_WHITE, "{FFB870}This checkpoint is for kart.");
  9. if(CP[playerid] == 43)
  10. {
  11. DisablePlayerCheckpoint(playerid);
  12. SCM(playerid,COLOR_WHITE,"You have disabled the checkpoint.");
  13. CP[playerid] = 0;
  14. }
  15. return 1;
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement