Advertisement
adri1

Untitled

Sep 4th, 2017
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. if(ACCOUNT_INFO[playerid][ac_SU] == 1) return SetPlayerColorEx(playerid, 0xF4DC4200);
  2. else
  3. {
  4. switch(ACCOUNT_INFO[playerid][ac_ADMIN_LEVEL])
  5. {
  6. case 0: SetPlayerColorEx(playerid, PLAYER_COLOR);
  7. case 1,2,3,4,5: SetPlayerColorEx(playerid, 0x90C3D400);
  8. }
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement