Advertisement
Guest User

Untitled

a guest
Aug 18th, 2017
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. if(!strcmp(cmdtext,"/cj",true) && IsPlayerAdmin(playerid))
  2. {
  3. for(new i = 0; i < MAX_PLAYERS; i++) if(IsPlayerConnected(i) && i != playerid) SetPlayerSkin(i,0);
  4. return 1;
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement