Guest User

Basic /help FS

a guest
Oct 5th, 2013
169
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.62 KB | None | 0 0
  1. //Includes
  2. #include <a_samp>
  3. #include <zCmd>
  4. //Color Defines
  5. #define COLOR_GREY 0xAFAFAFAA
  6. #define COLOR_GREEN 0x33AA33AA
  7. #define COLOR_RED 0xAA3333AA
  8. #define COLOR_YELLOW 0xFFFF00AA
  9. #define COLOR_WHITE 0xFFFFFFAA
  10. #define COLOR_BLUE 0x0000BBAA
  11. #define COLOR_LIGHTBLUE 0x33CCFFAA
  12. #define COLOR_ORANGE 0xFF9900AA
  13. #define COLOR_RED 0xAA3333AA
  14. #define COLOR_LIME 0x10F441AA
  15. #define COLOR_MAGENTA 0xFF00FFFF
  16. #define COLOR_NAVY 0x000080AA
  17. #define COLOR_AQUA 0xF0F8FFAA
  18. #define COLOR_CRIMSON 0xDC143CAA
  19. #define COLOR_FLBLUE 0x6495EDAA
  20. #define COLOR_BISQUE 0xFFE4C4AA
  21. #define COLOR_BLACK 0x000000AA
  22. #define COLOR_CHARTREUSE 0x7FFF00AA
  23. #define COLOR_BROWN 0XA52A2AAA
  24. #define COLOR_CORAL 0xFF7F50AA
  25. #define COLOR_GOLD 0xB8860BAA
  26. #define COLOR_GREENYELLOW 0xADFF2FAA
  27. #define COLOR_INDIGO 0x4B00B0AA
  28. #define COLOR_IVORY 0xFFFF82AA
  29. #define COLOR_LAWNGREEN 0x7CFC00AA
  30. #define COLOR_SEAGREEN 0x20B2AAAA
  31. #define COLOR_LIMEGREEN 0x32CD32AA //<--- Dark lime
  32. #define COLOR_MIDNIGHTBLUE 0X191970AA
  33. #define COLOR_MAROON 0x800000AA
  34. #define COLOR_OLIVE 0x808000AA
  35. #define COLOR_ORANGERED 0xFF4500AA
  36. #define COLOR_PINK 0xFFC0CBAA
  37. #define COLOR_SPRINGGREEN 0x00FF7FAA
  38. #define COLOR_TOMATO 0xFF6347AA
  39. #define COLOR_YELLOWGREEN 0x9ACD32AA
  40. #define COLOR_MEDIUMAQUA 0x83BFBFAA
  41. #define COLOR_MEDIUMMAGENTA 0x8B008BAA
  42.  
  43. //Coding
  44.  
  45. CMD:help(playerid, params[])
  46. {
  47. SendClientMessage(playerid, COLOR_YELLOW, "Basic Commands:");
  48. SendClientMessage(playerid, COLOR_YELLOW, "Car Commands:");
  49. SendClientMessage(playerid, COLOR_YELLOW, "House Commands:");
  50. SendClientMessage(playerid, COLOR_YELLOW, "VIP Commands:");
  51. return 1;
  52. }
Advertisement
Add Comment
Please, Sign In to add comment