Advertisement
Guest User

heatON

a guest
Dec 21st, 2008
1,537
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.46 KB | None | 0 0
  1. if(strcmp(cmd,"/clear",true)==0 || strcmp(cmd, "/noanim", true)==0)
  2. {
  3. ClearAnimations(playerid);
  4. }
  5. if(strcmp(cmd,"/wank",true)==0 || strcmp(cmd, "/wanking", true)==0)
  6. {
  7. ApplyAnimation(playerid,"PAULNMAC","wank_out",4.1,1,0,0,0,-1);
  8. }
  9. if(strcmp(cmd,"/handsup",true)==0 || strcmp(cmd, "/surrender", true)==0)
  10. {
  11. SetPlayerSpecialAction(playerid,SPECIAL_ACTION_HANDSUP);
  12. }
  13. if(strcmp(cmd,"/cellphone1",true)==0 || strcmp(cmd, "/cellout", true)==0)
  14. {
  15. SetPlayerSpecialAction(playerid,SPECIAL_ACTION_USECELLPHONE);
  16. }
  17. if(strcmp(cmd,"/cellphone2",true)==0 || strcmp(cmd, "/cellin", true)==0)
  18. {
  19. SetPlayerSpecialAction(playerid,SPECIAL_ACTION_STOPUSECELLPHONE);
  20. }
  21. if(strcmp(cmd,"/drunk",true)==0 || strcmp(cmd, "/high", true)==0)
  22. {
  23. ApplyAnimation(playerid,"PED","WALK_DRUNK",4.0,1,1,1,1,0);
  24. }
  25. if(strcmp(cmd,"/bmb",true)==0 || strcmp(cmd, "/bombing", true)==0)
  26. {
  27. ApplyAnimation(playerid, "BOMBER", "BOM_Plant", 4.0, 0, 0, 0, 0, 0);
  28. }
  29. if(strcmp(cmd,"/getarrested",true)==0 || strcmp(cmd, "/arrested", true)==0)
  30. {
  31. ApplyAnimation(playerid,"ped", "ARRESTgun", 4.0, 0, 1, 1, 1, -1);
  32. }
  33. if(strcmp(cmd,"/laugh",true)==0)
  34. {
  35. ApplyAnimation(playerid, "RAPPING", "Laugh_01", 4.0, 0, 0, 0, 0, 0);
  36. }
  37. if(strcmp(cmd,"/lookout",true)==0)
  38. {
  39. ApplyAnimation(playerid, "SHOP", "ROB_Shifty", 4.0, 0, 0, 0, 0, 0);
  40. }
  41. if(strcmp(cmd,"/rob",true)==0 || strcmp(cmd,"/robman",true)==0)
  42. {
  43. ApplyAnimation(playerid, "SHOP", "ROB_Loop_Threat", 4.0, 1, 0, 0, 0, 0);
  44. }
  45. if(strcmp(cmd,"/crossarms",true)==0)
  46. {
  47. ApplyAnimation(playerid, "COP_AMBIENT", "Coplook_loop", 4.0, 0, 1, 1, 1, -1);
  48. }
  49. if(strcmp(cmd,"/lay",true)==0)
  50. {
  51. ApplyAnimation(playerid,"BEACH", "bather", 4.0, 1, 0, 0, 0, 0);
  52. }
  53. if(strcmp(cmd,"/cover",true)==0)
  54. {
  55. ApplyAnimation(playerid, "ped", "cower", 3.0, 1, 0, 0, 0, 0);
  56. }
  57. if(strcmp(cmd,"/vomit",true)==0)
  58. {
  59. ApplyAnimation(playerid, "FOOD", "EAT_Vomit_P", 3.0, 0, 0, 0, 0, 0);
  60. }
  61. if(strcmp(cmd,"/eat",true)==0)
  62. {
  63. ApplyAnimation(playerid, "FOOD", "EAT_Burger", 3.0, 0, 0, 0, 0, 0);
  64. }
  65. if(strcmp(cmd,"/wave",true)==0)
  66. {
  67. ApplyAnimation(playerid, "ON_LOOKERS", "wave_loop", 4.0, 1, 0, 0, 0, 0);
  68. }
  69. if(strcmp(cmd,"/slapass",true)==0)
  70. {
  71. ApplyAnimation(playerid, "SWEET", "sweet_ass_slap", 4.0, 0, 0, 0, 0, 0);
  72. }
  73. if(strcmp(cmd,"/deal",true)==0)
  74. {
  75. ApplyAnimation(playerid, "DEALER", "DEALER_DEAL", 4.0, 0, 0, 0, 0, 0);
  76. }
  77. if(strcmp(cmd,"/crack",true)==0)
  78. {
  79. ApplyAnimation(playerid, "CRACK", "crckdeth2", 4.0, 1, 0, 0, 0, 0);
  80. }
  81. if(strcmp(cmd,"/smoke",true)==0)
  82. {
  83. ApplyAnimation(playerid,"SMOKING", "M_smklean_loop", 4.0, 1, 0, 0, 0, 0);
  84. }
  85. if(strcmp(cmd,"/sit",true)==0)
  86. {
  87. ApplyAnimation(playerid,"BEACH", "ParkSit_M_loop", 4.0, 1, 0, 0, 0, 0);
  88. }
  89. if(strcmp(cmd,"/chat",true)==0 || strcmp(cmd,"/talk",true)==0)
  90. {
  91. ApplyAnimation(playerid,"PED","IDLE_CHAT",4.0,0,0,0,0,0);
  92. }
  93. if(strcmp(cmd,"/fu",true)==0 || strcmp(cmd,"/fuckyou",true)==0)
  94. {
  95. ApplyAnimation(playerid,"PED","fucku",4.0,0,0,0,0,0);
  96. }
  97. if(strcmp(cmd,"/judo",true)==0 || strcmp(cmd,"/taichi",true)==0)
  98. {
  99. ApplyAnimation(playerid,"PARK","Tai_Chi_Loop",4.0,1,0,0,0,0);
  100. }
  101. if(strcmp(cmd,"/gangsta",true)==0)
  102. {
  103. ApplyAnimation(playerid,"RIOT", "RIOT_ANGRY",4.0,1,1,1,1,1);
  104. }
  105. if(strcmp(cmd,"/gwave",true)==0)
  106. {
  107. ApplyAnimation(playerid,"GHANDS", "gsign2LH",4.0,1,1,1,1,1);
  108. }
  109. if(strcmp(cmd,"/hdance1",true)==0)
  110. {
  111. ApplyAnimation(playerid,"LOWRIDER", "RAP_B_Loop",4.0,1,1,1,1,1);
  112. }
  113. if(strcmp(cmd,"/hdance2",true)==0)
  114. {
  115. ApplyAnimation(playerid,"LOWRIDER", "RAP_A_Loop",4.0,1,1,1,1,1);
  116. }
  117. if(strcmp(cmd,"/box",true)==0 || strcmp(cmd,"/boxing",true)==0)
  118. {
  119. ApplyAnimation(playerid,"GYMNASIUM", "GYMshadowbox",4.0,1,1,1,1,1);
  120. }
  121. if(strcmp(cmd,"/scream",true)==0 || strcmp(cmd,"/mad",true)==0)
  122. {
  123. ApplyAnimation( playerid, "STRIP", "PUN_HOLLER", 4.0, 1, 1, 1, 1, 1 );
  124. }
  125. if(strcmp(cmd,"/bed",true)==0 || strcmp(cmd,"/inbed",true)==0)
  126. {
  127. ApplyAnimation(playerid,"INT_HOUSE","BED_Loop_R",4.0,1,0,0,0,0);
  128. }
  129. if(strcmp(cmd,"/dance1",true)==0 || strcmp(cmd,"/dance2",true)==0)
  130. {
  131. SetPlayerSpecialAction(playerid,SPECIAL_ACTION_DANCE1);
  132. }
  133. if(strcmp(cmd,"/dance2",true)==0)
  134. {
  135. SetPlayerSpecialAction(playerid,SPECIAL_ACTION_DANCE2);
  136. }
  137. if(strcmp(cmd,"/strip",true)==0 || strcmp(cmd,"/striptease",true)==0)
  138. {
  139. SetPlayerSpecialAction(playerid,SPECIAL_ACTION_DANCE4);
  140. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement