Advertisement
Guest User

aaa

a guest
Apr 30th, 2016
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.89 KB | None | 0 0
  1. YCMD:ahelp(playerid, params[], help)
  2. {
  3. new DialogStrgEx1[5000];
  4. if( PlayerInfo[ playerid ][ pAdmin ] >= 1) {
  5. strcat(DialogStrgEx1, ""col_samp"_______________________________________"col_white"_______________________________________\n");
  6. strcat(DialogStrgEx1, ""col_samp"Admin | "col_white" /onduty /offduty /cc /jetpack /nitro /vozilo /fixveh /setskin /settime\n");
  7. strcat(DialogStrgEx1, ""col_samp"Admin | "col_white" \n");
  8. strcat(DialogStrgEx1, ""col_samp"Admin | "col_white" \n");
  9. strcat(DialogStrgEx1, ""col_samp"Admin | "col_white" \n");
  10. strcat(DialogStrgEx1, ""col_samp"Admin | "col_white" \n");
  11. strcat(DialogStrgEx1, ""col_samp"Admin | "col_white" \n");
  12. strcat(DialogStrgEx1, ""col_samp"Admin | "col_white" \n");
  13.  
  14. if( PlayerInfo[ playerid ][ pAdmin ] >= 2) {
  15. strcat(DialogStrgEx1, ""col_samp"_______________________________________"col_white"_______________________________________\n");
  16. strcat(DialogStrgEx1, ""col_samp"Admin | "col_white" \n");
  17. strcat(DialogStrgEx1, ""col_samp"Admin | "col_white" \n");
  18. strcat(DialogStrgEx1, ""col_samp"Admin | "col_white" \n");
  19. strcat(DialogStrgEx1, ""col_samp"Admin | "col_white" \n");
  20. strcat(DialogStrgEx1, ""col_samp"Admin | "col_white" \n");
  21. strcat(DialogStrgEx1, ""col_samp"Admin | "col_white" \n");
  22. strcat(DialogStrgEx1, ""col_samp"Admin | "col_white" \n");
  23.  
  24. if( PlayerInfo[ playerid ][ pAdmin ] >= 3) {
  25. strcat(DialogStrgEx1, ""col_samp"_______________________________________"col_white"_______________________________________\n");
  26. strcat(DialogStrgEx1, ""col_samp"Admin | "col_white" \n");
  27. strcat(DialogStrgEx1, ""col_samp"Admin | "col_white" \n");
  28. strcat(DialogStrgEx1, ""col_samp"Admin | "col_white" \n");
  29. strcat(DialogStrgEx1, ""col_samp"Admin | "col_white" \n");
  30.  
  31. if( PlayerInfo[ playerid ][ pAdmin ] >= 4) {
  32. strcat(DialogStrgEx1, ""col_samp"_______________________________________"col_white"_______________________________________\n");
  33. strcat(DialogStrgEx1, ""col_samp"Head Admin | "col_white" \n");
  34. strcat(DialogStrgEx1, ""col_samp"Head Admin | "col_white" \n");
  35. strcat(DialogStrgEx1, ""col_samp"Head Admin | "col_white" \n");
  36. strcat(DialogStrgEx1, ""col_samp"Head Admin | "col_white" \n");
  37. strcat(DialogStrgEx1, ""col_samp"Head Admin | "col_white" \n");
  38. strcat(DialogStrgEx1, ""col_samp"Head Admin | "col_white" \n");
  39. strcat(DialogStrgEx1, ""col_samp"Head Admin | "col_white" \n");
  40.  
  41.  
  42. if( PlayerInfo[ playerid ][ pAdmin ] >= 5) {
  43. strcat(DialogStrgEx1, ""col_samp"_______________________________________"col_white"_______________________________________\n");
  44. strcat(DialogStrgEx1, ""col_samp"Director | "col_white" \n");
  45. strcat(DialogStrgEx1, ""col_samp"Director | "col_white" \n");
  46. strcat(DialogStrgEx1, ""col_samp"Director | "col_white" \n");
  47. strcat(DialogStrgEx1, ""col_samp"Director | "col_white" \n");
  48. strcat(DialogStrgEx1, ""col_samp"Director | "col_white" \n");
  49. strcat(DialogStrgEx1, ""col_samp"Director | "col_white" \n");
  50. strcat(DialogStrgEx1, ""col_samp"Director | "col_white" \n");
  51.  
  52. if( PlayerInfo[ playerid ][ pAdmin ] >= 6) {
  53. strcat(DialogStrgEx1, ""col_samp"_______________________________________"col_white"_______________________________________\n");
  54. strcat(DialogStrgEx1, ""col_samp"Owner | "col_white" /server /kreirajkucu /ekucu /portkuca /kreirajatm /eatm /portatm\n");
  55. strcat(DialogStrgEx1, ""col_samp"Owner | "col_white" \n");
  56. strcat(DialogStrgEx1, ""col_samp"Owner | "col_white" \n");
  57. strcat(DialogStrgEx1, ""col_samp"Owner | "col_white" ");
  58. }
  59. SPD(playerid, DIALOG_AHELP, DIALOG_STYLE_MSGBOX, ""col_samp"Admin Komande", DialogStrgEx1, "Ok", "");
  60. return NemaOvlastenje(playerid);
  61. return 1;
  62. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement