Advertisement
FanHamMer

Untitled

Sep 20th, 2015
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. new colorPlayer[11];
  2. switch(listitem)
  3. {
  4. case 0: colorPlayer = "0xFFFFFFFF"; // White
  5. case 1: colorPlayer = "0x363636FF"; // Black
  6. case 2: colorPlayer = "0x8F8F8FFF"; // Grey
  7. case 3: colorPlayer = "0x009924FF"; // Dark Green
  8. case 4: colorPlayer = "0x00FF00FF"; // Lime Green
  9. case 5: colorPlayer = "0xFFFF00FF"; // Yellow
  10. case 6: colorPlayer = "0x001CD4FF"; // Dark Blue
  11. case 7: colorPlayer = "0x00FFFFFF"; // Aqua
  12. case 8: colorPlayer = "0xFF0000FF"; // Red
  13. case 9: colorPlayer = "0xB700FFFF"; // Purple
  14. case 10: colorPlayer = "0xFF00DDFF"; // Pink
  15. case 11: colorPlayer = "0x964400FF"; // Brown
  16. }
  17. SendClientMessage(playerid, colorPlayer, "You change your color!");
  18. SetPlayerColor(playerid, colorPlayer);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement