Guest User

SA-MP Animation System V1.0

a guest
Apr 17th, 2013
1,990
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 157.54 KB | None | 0 0
  1. if(!strcmp(cmd, "/animairport", true))
  2. {
  3. if(IsPlayerInAnyVehicle(playerid) == 1) return SendClientMessage(playerid,COLOR_RED," Animations are inaccessible in transport!");
  4.  
  5. ApplyAnimation(playerid,"AIRPORT","thrw_barl_thrw",4.1,0,1,1,1,1);
  6. return 1;
  7. }
  8.  
  9. if(!strcmp(cmd, "/animattractors", true))
  10. {
  11. if(IsPlayerInAnyVehicle(playerid) == 1) return SendClientMessage(playerid,COLOR_RED," Animations are inaccessible in transport!");
  12.  
  13. tmp = strtok(cmdtext, idx);
  14. animid = strval(tmp);
  15. if(!strlen(tmp)||animid < 1 || animid > 3)
  16. {
  17. SendClientMessage(playerid,COLOR_SYSTEM," Syntax: /animat [1-3]");
  18. return 1;
  19. }
  20. switch(animid)
  21. {
  22. case 1: ApplyAnimation(playerid,"Attractors","Stepsit_in",4.1,0,1,1,1,1);
  23. case 2: ApplyAnimation(playerid,"Attractors","Stepsit_loop",4.1,0,1,1,1,1);
  24. case 3: ApplyAnimation(playerid,"Attractors","Stepsit_out",4.1,0,1,1,1,1);
  25. }
  26. return 1;
  27. }
  28.  
  29. if(!strcmp(cmd, "/animbar", true))
  30. {
  31. if(IsPlayerInAnyVehicle(playerid) == 1) return SendClientMessage(playerid,COLOR_RED," Animations are inaccessible in transport!");
  32.  
  33. tmp = strtok(cmdtext, idx);
  34. animid = strval(tmp);
  35. if(!strlen(tmp)||animid < 1 || animid > 12)
  36. {
  37. SendClientMessage(playerid,COLOR_SYSTEM," Syntax: /animbar [1-12]");
  38. return 1;
  39. }
  40. switch(animid)
  41. {
  42. case 1: ApplyAnimation(playerid,"BAR","Barcustom_get",4.1,0,1,1,1,1);
  43. case 2: ApplyAnimation(playerid,"BAR","Barcustom_loop",4.1,0,1,1,1,1);
  44. case 3: ApplyAnimation(playerid,"BAR","Barcustom_order",4.1,0,1,1,1,1);
  45. case 4: ApplyAnimation(playerid,"BAR","Barserve_bottle",4.1,0,1,1,1,1);
  46. case 5: ApplyAnimation(playerid,"BAR","Barserve_give",4.1,0,1,1,1,1);
  47. case 6: ApplyAnimation(playerid,"BAR","Barserve_glass",4.1,0,1,1,1,1);
  48. case 7: ApplyAnimation(playerid,"BAR","Barserve_in",4.1,0,1,1,1,1);
  49. case 8: ApplyAnimation(playerid,"BAR","Barserve_loop",4.1,0,1,1,1,1);
  50. case 9: ApplyAnimation(playerid,"BAR","Barserve_order",4.1,0,1,1,1,1);
  51. case 10: ApplyAnimation(playerid,"BAR","dnk_stndF_loop",4.1,0,1,1,1,1);
  52. case 11: ApplyAnimation(playerid,"BAR","dnk_stndM_loop",4.1,0,1,1,1,1);
  53. case 12: ApplyAnimation(playerid,"BAR","BARman_idle",4.1,0,1,1,1,1);
  54. }
  55. return 1;
  56. }
  57.  
  58. if(!strcmp(cmd, "/animbaseball", true))
  59. {
  60. if(IsPlayerInAnyVehicle(playerid) == 1) return SendClientMessage(playerid,COLOR_RED," Animations are inaccessible in transport!");
  61.  
  62. tmp = strtok(cmdtext, idx);
  63. animid = strval(tmp);
  64. if(!strlen(tmp)||animid < 1 || animid > 11)
  65. {
  66. SendClientMessage(playerid,COLOR_SYSTEM," Syntax: /animbaseball [1-11]");
  67. return 1;
  68. }
  69. switch(animid)
  70. {
  71. case 1: ApplyAnimation(playerid,"BASEBALL","Bat_1",4.1,0,1,1,1,1);
  72. case 2: ApplyAnimation(playerid,"BASEBALL","Bat_2",4.1,0,1,1,1,1);
  73. case 3: ApplyAnimation(playerid,"BASEBALL","Bat_2",4.1,0,1,1,1,1);
  74. case 4: ApplyAnimation(playerid,"BASEBALL","Bat_4",4.1,0,1,1,1,1);
  75. case 5: ApplyAnimation(playerid,"BASEBALL","Bat_block",4.1,0,1,1,1,1);
  76. case 6: ApplyAnimation(playerid,"BASEBALL","Bat_Hit_1",4.1,0,1,1,1,1);
  77. case 7: ApplyAnimation(playerid,"BASEBALL","Bat_Hit_2",4.1,0,1,1,1,1);
  78. case 8: ApplyAnimation(playerid,"BASEBALL","Bat_Hit_3",4.1,0,1,1,1,1);
  79. case 9: ApplyAnimation(playerid,"BASEBALL","Bat_IDLE",4.1,0,1,1,1,1);
  80. case 10: ApplyAnimation(playerid,"BASEBALL","Bat_M",4.1,0,1,1,1,1);
  81. case 11: ApplyAnimation(playerid,"BASEBALL","BAT_PART",4.1,0,1,1,1,1);
  82. }
  83. return 1;
  84. }
  85.  
  86. if(!strcmp(cmd, "/animbdfire", true))
  87. {
  88. if(IsPlayerInAnyVehicle(playerid) == 1) return SendClientMessage(playerid,COLOR_RED," Animations are inaccessible in transport!");
  89.  
  90. tmp = strtok(cmdtext, idx);
  91. animid = strval(tmp);
  92. if(!strlen(tmp)||animid < 1 || animid > 13)
  93. {
  94. SendClientMessage(playerid,COLOR_SYSTEM," Syntax: /animfire [1-13]");
  95. return 1;
  96. }
  97. switch(animid)
  98. {
  99. case 1: ApplyAnimation(playerid,"BD_FIRE","BD_Fire1",4.1,0,1,1,1,1);
  100. case 2: ApplyAnimation(playerid,"BD_FIRE","BD_Fire2",4.1,0,1,1,1,1);
  101. case 3: ApplyAnimation(playerid,"BD_FIRE","BD_Fire3",4.1,0,1,1,1,1);
  102. case 4: ApplyAnimation(playerid,"BD_FIRE","BD_GF_Wave",4.1,0,1,1,1,1);
  103. case 5: ApplyAnimation(playerid,"BD_FIRE","BD_Panic_01",4.1,0,1,1,1,1);
  104. case 6: ApplyAnimation(playerid,"BD_FIRE","BD_Panic_02",4.1,0,1,1,1,1);
  105. case 7: ApplyAnimation(playerid,"BD_FIRE","BD_Panic_03",4.1,0,1,1,1,1);
  106. case 8: ApplyAnimation(playerid,"BD_FIRE","BD_Panic_04",4.1,0,1,1,1,1);
  107. case 9: ApplyAnimation(playerid,"BD_FIRE","BD_Panic_Loop",4.1,0,1,1,1,1);
  108. case 10: ApplyAnimation(playerid,"BD_FIRE","M_smklean_loop",4.1,0,1,1,1,1);
  109. case 11: ApplyAnimation(playerid,"BD_FIRE","M_smklean_loop",4.1,0,1,1,1,1);
  110. case 12: ApplyAnimation(playerid,"BD_FIRE","Playa_Kiss_03",4.1,0,1,1,1,1);
  111. case 13: ApplyAnimation(playerid,"BD_FIRE","wash_up",4.1,0,1,1,1,1);
  112. }
  113. return 1;
  114. }
  115.  
  116. if(!strcmp(cmd, "/animbeach", true))
  117. {
  118. if(IsPlayerInAnyVehicle(playerid) == 1) return SendClientMessage(playerid,COLOR_RED," Animations are inaccessible in transport!");
  119.  
  120. tmp = strtok(cmdtext, idx);
  121. animid = strval(tmp);
  122. if(!strlen(tmp)||animid < 1 || animid > 5)
  123. {
  124. SendClientMessage(playerid,COLOR_SYSTEM," Syntax: /animbeach [1-5]");
  125. return 1;
  126. }
  127. switch(animid)
  128. {
  129. case 1: ApplyAnimation(playerid,"BEACH","bather",4.1,0,1,1,1,1);
  130. case 2: ApplyAnimation(playerid,"BEACH","Lay_Bac_Loop",4.1,0,1,1,1,1);
  131. case 3: ApplyAnimation(playerid,"BEACH","BD_Fire3",4.1,0,1,1,1,1);
  132. case 4: ApplyAnimation(playerid,"BEACH","ParkSit_W_loop",4.1,0,1,1,1,1);
  133. case 5: ApplyAnimation(playerid,"BEACH","SitnWait_loop_W",4.1,0,1,1,1,1);
  134. }
  135. return 1;
  136. }
  137.  
  138. if(!strcmp(cmd, "/animbenchpress", true))
  139. {
  140. if(IsPlayerInAnyVehicle(playerid) == 1) return SendClientMessage(playerid,COLOR_RED," Animations are inaccessible in transport!");
  141.  
  142. tmp = strtok(cmdtext, idx);
  143. animid = strval(tmp);
  144. if(!strlen(tmp)||animid < 1 || animid > 7)
  145. {
  146. SendClientMessage(playerid,COLOR_SYSTEM," Syntax: /animbp [1-7]");
  147. return 1;
  148. }
  149. switch(animid)
  150. {
  151. case 1: ApplyAnimation(playerid,"benchpress","gym_bp_celebrate",4.1,0,1,1,1,1);
  152. case 2: ApplyAnimation(playerid,"benchpress","gym_bp_down",4.1,0,1,1,1,1);
  153. case 3: ApplyAnimation(playerid,"benchpress","gym_bp_getoff",4.1,0,1,1,1,1);
  154. case 4: ApplyAnimation(playerid,"benchpress","gym_bp_geton",4.1,0,1,1,1,1);
  155. case 5: ApplyAnimation(playerid,"benchpress","gym_bp_up_A",4.1,0,1,1,1,1);
  156. case 6: ApplyAnimation(playerid,"benchpress","gym_bp_up_B",4.1,0,1,1,1,1);
  157. case 7: ApplyAnimation(playerid,"benchpress","gym_bp_up_smooth",4.1,0,1,1,1,1);
  158. }
  159. return 1;
  160. }
  161.  
  162. if(!strcmp(cmd, "/animbf", true))
  163. {
  164. if(IsPlayerInAnyVehicle(playerid) == 1) return SendClientMessage(playerid,COLOR_RED," Animations are inaccessible in transport!");
  165.  
  166. tmp = strtok(cmdtext, idx);
  167. animid = strval(tmp);
  168. if(!strlen(tmp)||animid < 1 || animid > 4)
  169. {
  170. SendClientMessage(playerid,COLOR_SYSTEM," Syntax: /animbf [1-4]");
  171. return 1;
  172. }
  173. switch(animid)
  174. {
  175. case 1: ApplyAnimation(playerid,"BF_injection","BF_getin_LHS",4.1,0,1,1,1,1);
  176. case 2: ApplyAnimation(playerid,"BF_injection","BF_getin_RHS",4.1,0,1,1,1,1);
  177. case 3: ApplyAnimation(playerid,"BF_injection","BF_getout_LHS",4.1,0,1,1,1,1);
  178. case 4: ApplyAnimation(playerid,"BF_injection","BF_getout_RHS",4.1,0,1,1,1,1);
  179. }
  180. return 1;
  181. }
  182.  
  183. if(!strcmp(cmd, "/animbiked", true))
  184. {
  185. if(IsPlayerInAnyVehicle(playerid) == 1) return SendClientMessage(playerid,COLOR_RED," Animations are inaccessible in transport!");
  186.  
  187. tmp = strtok(cmdtext, idx);
  188. animid = strval(tmp);
  189. if(!strlen(tmp)||animid < 1 || animid > 19)
  190. {
  191. SendClientMessage(playerid,COLOR_SYSTEM," Syntax: /animbiked [1-19]");
  192. return 1;
  193. }
  194. switch(animid)
  195. {
  196. case 1: ApplyAnimation(playerid,"BIKED","BIKEd_Back",4.1,0,1,1,1,1);
  197. case 2: ApplyAnimation(playerid,"BIKED","BIKEd_drivebyFT",4.1,0,1,1,1,1);
  198. case 3: ApplyAnimation(playerid,"BIKED","BIKEd_drivebyLHS",4.1,0,1,1,1,1);
  199. case 4: ApplyAnimation(playerid,"BIKED","BIKEd_drivebyRHS",4.1,0,1,1,1,1);
  200. case 5: ApplyAnimation(playerid,"BIKED","BIKEd_Fwd",4.1,0,1,1,1,1);
  201. case 6: ApplyAnimation(playerid,"BIKED","BIKEd_getoffBACK",4.1,0,1,1,1,1);
  202. case 7: ApplyAnimation(playerid,"BIKED","BIKEd_getoffLHS",4.1,0,1,1,1,1);
  203. case 8: ApplyAnimation(playerid,"BIKED","BIKEd_getoffRHS",4.1,0,1,1,1,1);
  204. case 9: ApplyAnimation(playerid,"BIKED","BIKEd_hit",4.1,0,1,1,1,1);
  205. case 10: ApplyAnimation(playerid,"BIKED","BIKEd_jumponL",4.1,0,1,1,1,1);
  206. case 11: ApplyAnimation(playerid,"BIKED","BIKEd_jumponR",4.1,0,1,1,1,1);
  207. case 12: ApplyAnimation(playerid,"BIKED","BIKEd_kick",4.1,0,1,1,1,1);
  208. case 13: ApplyAnimation(playerid,"BIKED","BIKEd_Left",4.1,0,1,1,1,1);
  209. case 14: ApplyAnimation(playerid,"BIKED","BIKEd_passenger",4.1,0,1,1,1,1);
  210. case 15: ApplyAnimation(playerid,"BIKED","BIKEd_pushes",4.1,0,1,1,1,1);
  211. case 16: ApplyAnimation(playerid,"BIKED","BIKEd_Ride",4.1,0,1,1,1,1);
  212. case 17: ApplyAnimation(playerid,"BIKED","BIKEd_Right",4.1,0,1,1,1,1);
  213. case 18: ApplyAnimation(playerid,"BIKED","BIKEd_shuffle",4.1,0,1,1,1,1);
  214. case 19: ApplyAnimation(playerid,"BIKED","BIKEd_Still",4.1,0,1,1,1,1);
  215. }
  216. return 1;
  217. }
  218.  
  219. if(!strcmp(cmd, "/animbikeh", true))
  220. {
  221. if(IsPlayerInAnyVehicle(playerid) == 1) return SendClientMessage(playerid,COLOR_RED," Animations are inaccessible in transport!");
  222.  
  223. tmp = strtok(cmdtext, idx);
  224. animid = strval(tmp);
  225. if(!strlen(tmp)||animid < 1 || animid > 18)
  226. {
  227. SendClientMessage(playerid,COLOR_SYSTEM," Syntax: /animbikeh [1-18]");
  228. return 1;
  229. }
  230. switch(animid)
  231. {
  232. case 1: ApplyAnimation(playerid,"BIKEH","BIKEh_Back",4.1,0,1,1,1,1);
  233. case 2: ApplyAnimation(playerid,"BIKEH","BIKEh_drivebyFT",4.1,0,1,1,1,1);
  234. case 3: ApplyAnimation(playerid,"BIKEH","BIKEh_drivebyLHS",4.1,0,1,1,1,1);
  235. case 4: ApplyAnimation(playerid,"BIKEH","BIKEh_drivebyRHS",4.1,0,1,1,1,1);
  236. case 5: ApplyAnimation(playerid,"BIKEH","BIKEh_Fwd",4.1,0,1,1,1,1);
  237. case 6: ApplyAnimation(playerid,"BIKEH","BIKEh_getoffBACK",4.1,0,1,1,1,1);
  238. case 7: ApplyAnimation(playerid,"BIKEH","BIKEh_getoffLHS",4.1,0,1,1,1,1);
  239. case 8: ApplyAnimation(playerid,"BIKEH","BIKEh_getoffRHS",4.1,0,1,1,1,1);
  240. case 9: ApplyAnimation(playerid,"BIKEH","BIKEh_hit",4.1,0,1,1,1,1);
  241. case 10: ApplyAnimation(playerid,"BIKEH","BIKEh_jumponL",4.1,0,1,1,1,1);
  242. case 11: ApplyAnimation(playerid,"BIKEH","BIKEh_jumponR",4.1,0,1,1,1,1);
  243. case 12: ApplyAnimation(playerid,"BIKEH","BIKEh_kick",4.1,0,1,1,1,1);
  244. case 13: ApplyAnimation(playerid,"BIKEH","BIKEh_Left",4.1,0,1,1,1,1);
  245. case 14: ApplyAnimation(playerid,"BIKEH","BIKEh_passenger",4.1,0,1,1,1,1);
  246. case 15: ApplyAnimation(playerid,"BIKEH","BIKEh_pushes",4.1,0,1,1,1,1);
  247. case 16: ApplyAnimation(playerid,"BIKEH","BIKEh_Ride",4.1,0,1,1,1,1);
  248. case 17: ApplyAnimation(playerid,"BIKEH","BIKEh_Right",4.1,0,1,1,1,1);
  249. case 18: ApplyAnimation(playerid,"BIKEH","BIKEh_Still",4.1,0,1,1,1,1);
  250. }
  251. return 1;
  252. }
  253.  
  254. if(!strcmp(cmd, "/animbikeleap", true))
  255. {
  256. if(IsPlayerInAnyVehicle(playerid) == 1) return SendClientMessage(playerid,COLOR_RED," Animations are inaccessible in transport!");
  257.  
  258. tmp = strtok(cmdtext, idx);
  259. animid = strval(tmp);
  260. if(!strlen(tmp)||animid < 1 || animid > 9)
  261. {
  262. SendClientMessage(playerid,COLOR_SYSTEM," Syntax: /animbikelp [1-9]");
  263. return 1;
  264. }
  265. switch(animid)
  266. {
  267. case 1: ApplyAnimation(playerid,"BIKELEAP","bk_blnce_in",4.1,0,1,1,1,1);
  268. case 2: ApplyAnimation(playerid,"BIKELEAP","bk_blnce_out",4.1,0,1,1,1,1);
  269. case 3: ApplyAnimation(playerid,"BIKELEAP","bk_jmp",4.1,0,1,1,1,1);
  270. case 4: ApplyAnimation(playerid,"BIKELEAP","bk_rdy_in",4.1,0,1,1,1,1);
  271. case 5: ApplyAnimation(playerid,"BIKELEAP","bk_rdy_out",4.1,0,1,1,1,1);
  272. case 6: ApplyAnimation(playerid,"BIKELEAP","struggle_cesar",4.1,0,1,1,1,1);
  273. case 7: ApplyAnimation(playerid,"BIKELEAP","struggle_driver",4.1,0,1,1,1,1);
  274. case 8: ApplyAnimation(playerid,"BIKELEAP","truck_driver",4.1,0,1,1,1,1);
  275. case 9: ApplyAnimation(playerid,"BIKELEAP","truck_getin",4.1,0,1,1,1,1);
  276. }
  277. return 1;
  278. }
  279.  
  280. if(!strcmp(cmd, "/animbikes", true))
  281. {
  282. if(IsPlayerInAnyVehicle(playerid) == 1) return SendClientMessage(playerid,COLOR_RED," Animations are inaccessible in transport!");
  283.  
  284. tmp = strtok(cmdtext, idx);
  285. animid = strval(tmp);
  286. if(!strlen(tmp)||animid < 1 || animid > 20)
  287. {
  288. SendClientMessage(playerid,COLOR_SYSTEM," Syntax: /animbikes [1-20]");
  289. return 1;
  290. }
  291. switch(animid)
  292. {
  293. case 1: ApplyAnimation(playerid,"BIKES","BIKEs_Back",4.1,0,1,1,1,1);
  294. case 2: ApplyAnimation(playerid,"BIKES","BIKEs_drivebyFT",4.1,0,1,1,1,1);
  295. case 3: ApplyAnimation(playerid,"BIKES","BIKEs_drivebyLHS",4.1,0,1,1,1,1);
  296. case 4: ApplyAnimation(playerid,"BIKES","BIKEs_drivebyRHS",4.1,0,1,1,1,1);
  297. case 5: ApplyAnimation(playerid,"BIKES","BIKEs_Fwd",4.1,0,1,1,1,1);
  298. case 6: ApplyAnimation(playerid,"BIKES","BIKEs_getoffBACK",4.1,0,1,1,1,1);
  299. case 7: ApplyAnimation(playerid,"BIKES","BIKEs_getoffLHS",4.1,0,1,1,1,1);
  300. case 8: ApplyAnimation(playerid,"BIKES","BIKEs_getoffRHS",4.1,0,1,1,1,1);
  301. case 9: ApplyAnimation(playerid,"BIKES","BIKEs_hit",4.1,0,1,1,1,1);
  302. case 10: ApplyAnimation(playerid,"BIKES","BIKEs_jumponL",4.1,0,1,1,1,1);
  303. case 11: ApplyAnimation(playerid,"BIKES","BIKEs_jumponR",4.1,0,1,1,1,1);
  304. case 12: ApplyAnimation(playerid,"BIKES","BIKEs_kick",4.1,0,1,1,1,1);
  305. case 13: ApplyAnimation(playerid,"BIKES","BIKEs_Left",4.1,0,1,1,1,1);
  306. case 14: ApplyAnimation(playerid,"BIKES","BIKEs_passenger",4.1,0,1,1,1,1);
  307. case 15: ApplyAnimation(playerid,"BIKES","BIKEs_pushes",4.1,0,1,1,1,1);
  308. case 16: ApplyAnimation(playerid,"BIKES","BIKEs_Ride",4.1,0,1,1,1,1);
  309. case 17: ApplyAnimation(playerid,"BIKES","BIKEs_Right",4.1,0,1,1,1,1);
  310. case 18: ApplyAnimation(playerid,"BIKES","BIKEs_Snatch_L",4.1,0,1,1,1,1);
  311. case 19: ApplyAnimation(playerid,"BIKES","BIKEs_Snatch_R",4.1,0,1,1,1,1);
  312. case 20: ApplyAnimation(playerid,"BIKES","BIKEs_Still",4.1,0,1,1,1,1);
  313. }
  314. return 1;
  315. }
  316.  
  317. if(!strcmp(cmd, "/animbikev", true))
  318. {
  319. if(IsPlayerInAnyVehicle(playerid) == 1) return SendClientMessage(playerid,COLOR_RED," Animations are inaccessible in transport!");
  320.  
  321. tmp = strtok(cmdtext, idx);
  322. animid = strval(tmp);
  323. if(!strlen(tmp)||animid < 1 || animid > 18)
  324. {
  325. SendClientMessage(playerid,COLOR_SYSTEM," Syntax: /animbikev [1-18]");
  326. return 1;
  327. }
  328. switch(animid)
  329. {
  330. case 1: ApplyAnimation(playerid,"BIKEV","BIKEv_Back",4.1,0,1,1,1,1);
  331. case 2: ApplyAnimation(playerid,"BIKEV","BIKEv_drivebyFT",4.1,0,1,1,1,1);
  332. case 3: ApplyAnimation(playerid,"BIKEV","BIKEv_drivebyLHS",4.1,0,1,1,1,1);
  333. case 4: ApplyAnimation(playerid,"BIKEV","BIKEv_drivebyRHS",4.1,0,1,1,1,1);
  334. case 5: ApplyAnimation(playerid,"BIKEV","BIKEv_Fwd",4.1,0,1,1,1,1);
  335. case 6: ApplyAnimation(playerid,"BIKEV","BIKEv_getoffBACK",4.1,0,1,1,1,1);
  336. case 7: ApplyAnimation(playerid,"BIKEV","BIKEv_getoffLHS",4.1,0,1,1,1,1);
  337. case 8: ApplyAnimation(playerid,"BIKEV","BIKEv_getoffRHS",4.1,0,1,1,1,1);
  338. case 9: ApplyAnimation(playerid,"BIKEV","BIKEv_hit",4.1,0,1,1,1,1);
  339. case 10: ApplyAnimation(playerid,"BIKEV","BIKEv_jumponL",4.1,0,1,1,1,1);
  340. case 11: ApplyAnimation(playerid,"BIKEV","BIKEv_jumponR",4.1,0,1,1,1,1);
  341. case 12: ApplyAnimation(playerid,"BIKEV","BIKEv_kick",4.1,0,1,1,1,1);
  342. case 13: ApplyAnimation(playerid,"BIKEV","BIKEv_Left",4.1,0,1,1,1,1);
  343. case 14: ApplyAnimation(playerid,"BIKEV","BIKEv_passenger",4.1,0,1,1,1,1);
  344. case 15: ApplyAnimation(playerid,"BIKEV","BIKEv_pushes",4.1,0,1,1,1,1);
  345. case 16: ApplyAnimation(playerid,"BIKEV","BIKEv_Ride",4.1,0,1,1,1,1);
  346. case 17: ApplyAnimation(playerid,"BIKEV","BIKEv_Right",4.1,0,1,1,1,1);
  347. case 18: ApplyAnimation(playerid,"BIKEV","BIKEv_Still",4.1,0,1,1,1,1);
  348. }
  349. return 1;
  350. }
  351.  
  352. if(!strcmp(cmd, "/animbikedbz", true))
  353. {
  354. if(IsPlayerInAnyVehicle(playerid) == 1) return SendClientMessage(playerid,COLOR_RED," Animations are inaccessible in transport!");
  355.  
  356. tmp = strtok(cmdtext, idx);
  357. animid = strval(tmp);
  358. if(!strlen(tmp)||animid < 1 || animid > 4)
  359. {
  360. SendClientMessage(playerid,COLOR_SYSTEM," Syntax: /animbikedbz [1-4]");
  361. return 1;
  362. }
  363. switch(animid)
  364. {
  365. case 1: ApplyAnimation(playerid,"BIKE_DBZ","Pass_Driveby_BWD",4.1,0,1,1,1,1);
  366. case 2: ApplyAnimation(playerid,"BIKE_DBZ","Pass_Driveby_FWD",4.1,0,1,1,1,1);
  367. case 3: ApplyAnimation(playerid,"BIKE_DBZ","Pass_Driveby_LHS",4.1,0,1,1,1,1);
  368. case 4: ApplyAnimation(playerid,"BIKE_DBZ","Pass_Driveby_RHS",4.1,0,1,1,1,1);
  369. }
  370. return 1;
  371. }
  372.  
  373. if(!strcmp(cmd, "/animbmx", true))
  374. {
  375. if(IsPlayerInAnyVehicle(playerid) == 1) return SendClientMessage(playerid,COLOR_RED," Animations are inaccessible in transport!");
  376.  
  377. tmp = strtok(cmdtext, idx);
  378. animid = strval(tmp);
  379. if(!strlen(tmp)||animid < 1 || animid > 18)
  380. {
  381. SendClientMessage(playerid,COLOR_SYSTEM," Syntax: /animbmx [1-18]");
  382. return 1;
  383. }
  384. switch(animid)
  385. {
  386. case 1: ApplyAnimation(playerid,"BMX","BMX_back",4.1,0,1,1,1,1);
  387. case 2: ApplyAnimation(playerid,"BMX","BMX_bunnyhop",4.1,0,1,1,1,1);
  388. case 3: ApplyAnimation(playerid,"BMX","BMX_drivebyFT",4.1,0,1,1,1,1);
  389. case 4: ApplyAnimation(playerid,"BMX","BMX_driveby_LHS",4.1,0,1,1,1,1);
  390. case 5: ApplyAnimation(playerid,"BMX","BMX_driveby_RHS",4.1,0,1,1,1,1);
  391. case 6: ApplyAnimation(playerid,"BMX","BMX_fwd",4.1,0,1,1,1,1);
  392. case 7: ApplyAnimation(playerid,"BMX","BMX_getoffBACK",4.1,0,1,1,1,1);
  393. case 8: ApplyAnimation(playerid,"BMX","BMX_pushes",4.1,0,1,1,1,1);
  394. case 9: ApplyAnimation(playerid,"BMX","BMX_getoffLHS",4.1,0,1,1,1,1);
  395. case 10: ApplyAnimation(playerid,"BMX","BMX_getoffRHS",4.1,0,1,1,1,1);
  396. case 11: ApplyAnimation(playerid,"BMX","BMX_jumponL",4.1,0,1,1,1,1);
  397. case 12: ApplyAnimation(playerid,"BMX","BMX_jumponR",4.1,0,1,1,1,1);
  398. case 13: ApplyAnimation(playerid,"BMX","BMX_Left",4.1,0,1,1,1,1);
  399. case 14: ApplyAnimation(playerid,"BMX","BMX_pedal",4.1,0,1,1,1,1);
  400. case 15: ApplyAnimation(playerid,"BMX","BMX_Ride",4.1,0,1,1,1,1);
  401. case 16: ApplyAnimation(playerid,"BMX","BMX_Right",4.1,0,1,1,1,1);
  402. case 17: ApplyAnimation(playerid,"BMX","BMX_sprint",4.1,0,1,1,1,1);
  403. case 18: ApplyAnimation(playerid,"BMX","BMX_still",4.1,0,1,1,1,1);
  404. }
  405. return 1;
  406. }
  407.  
  408. if(!strcmp(cmd, "/animbomber", true))
  409. {
  410. if(IsPlayerInAnyVehicle(playerid) == 1) return SendClientMessage(playerid,COLOR_RED," Animations are inaccessible in transport!");
  411.  
  412. tmp = strtok(cmdtext, idx);
  413. animid = strval(tmp);
  414. if(!strlen(tmp)||animid < 1 || animid > 6)
  415. {
  416. SendClientMessage(playerid,COLOR_SYSTEM," Syntax: /animbomber [1-6]");
  417. return 1;
  418. }
  419. switch(animid)
  420. {
  421. case 1: ApplyAnimation(playerid,"BOMBER","BOM_Plant",4.1,0,1,1,1,1);
  422. case 2: ApplyAnimation(playerid,"BOMBER","BOM_Plant_2Idle",4.1,0,1,1,1,1);
  423. case 3: ApplyAnimation(playerid,"BOMBER","BOM_Plant_Crouch_In",4.1,0,1,1,1,1);
  424. case 4: ApplyAnimation(playerid,"BOMBER","BOM_Plant_Crouch_Out",4.1,0,1,1,1,1);
  425. case 5: ApplyAnimation(playerid,"BOMBER","BOM_Plant_In",4.1,0,1,1,1,1);
  426. case 6: ApplyAnimation(playerid,"BOMBER","BOM_Plant_Loop",4.1,0,1,1,1,1);
  427. }
  428. return 1;
  429. }
  430.  
  431. if(!strcmp(cmd, "/animbox", true))
  432. {
  433. if(IsPlayerInAnyVehicle(playerid) == 1) return SendClientMessage(playerid,COLOR_RED," Animations are inaccessible in transport!");
  434.  
  435. tmp = strtok(cmdtext, idx);
  436. animid = strval(tmp);
  437. if(!strlen(tmp)||animid < 1 || animid > 10)
  438. {
  439. SendClientMessage(playerid,COLOR_SYSTEM," Syntax: /animbox [1-10]");
  440. return 1;
  441. }
  442. switch(animid)
  443. {
  444. case 1: ApplyAnimation(playerid,"BOX","boxhipin",4.1,0,1,1,1,1);
  445. case 2: ApplyAnimation(playerid,"BOX","boxhipup",4.1,0,1,1,1,1);
  446. case 3: ApplyAnimation(playerid,"BOX","boxshdwn",4.1,0,1,1,1,1);
  447. case 4: ApplyAnimation(playerid,"BOX","boxshup",4.1,0,1,1,1,1);
  448. case 5: ApplyAnimation(playerid,"BOX","bxhipwlk",4.1,0,1,1,1,1);
  449. case 6: ApplyAnimation(playerid,"BOX","bxhwlki",4.1,0,1,1,1,1);
  450. case 7: ApplyAnimation(playerid,"BOX","bxshwlk",4.1,0,1,1,1,1);
  451. case 8: ApplyAnimation(playerid,"BOX","bxshwlki",4.1,0,1,1,1,1);
  452. case 9: ApplyAnimation(playerid,"BOX","bxwlko",4.1,0,1,1,1,1);
  453. case 10: ApplyAnimation(playerid,"BOX","catch_box",4.1,0,1,1,1,1);
  454. }
  455. return 1;
  456. }
  457.  
  458. if(!strcmp(cmd, "/animbsktball", true))
  459. {
  460. if(IsPlayerInAnyVehicle(playerid) == 1) return SendClientMessage(playerid,COLOR_RED," Animations are inaccessible in transport!");
  461.  
  462. tmp = strtok(cmdtext, idx);
  463. animid = strval(tmp);
  464. if(!strlen(tmp)||animid < 1 || animid > 41)
  465. {
  466. SendClientMessage(playerid,COLOR_SYSTEM," Syntax: /animbasket [1-41]");
  467. return 1;
  468. }
  469. switch(animid)
  470. {
  471. case 1: ApplyAnimation(playerid,"BSKTBALL","BBALL_def_jump_shot",4.1,0,1,1,1,1);
  472. case 2: ApplyAnimation(playerid,"BSKTBALL","BBALL_def_loop",4.1,0,1,1,1,1);
  473. case 3: ApplyAnimation(playerid,"BSKTBALL","BBALL_def_stepL",4.1,0,1,1,1,1);
  474. case 4: ApplyAnimation(playerid,"BSKTBALL","BBALL_def_stepR",4.1,0,1,1,1,1);
  475. case 5: ApplyAnimation(playerid,"BSKTBALL","BBALL_Dnk",4.1,0,1,1,1,1);
  476. case 6: ApplyAnimation(playerid,"BSKTBALL","BBALL_Dnk_Gli",4.1,0,1,1,1,1);
  477. case 7: ApplyAnimation(playerid,"BSKTBALL","BBALL_Dnk_Gli_O",4.1,0,1,1,1,1);
  478. case 8: ApplyAnimation(playerid,"BSKTBALL","BBALL_Dnk_Lnch",4.1,0,1,1,1,1);
  479. case 9: ApplyAnimation(playerid,"BSKTBALL","BBALL_Dnk_Lnch_O",4.1,0,1,1,1,1);
  480. case 10: ApplyAnimation(playerid,"BSKTBALL","BBALL_Dnk_Lnd",4.1,0,1,1,1,1);
  481. case 11: ApplyAnimation(playerid,"BSKTBALL","BBALL_Dnk_O",4.1,0,1,1,1,1);
  482. case 12: ApplyAnimation(playerid,"BSKTBALL","BBALL_idle",4.1,0,1,1,1,1);
  483. case 13: ApplyAnimation(playerid,"BSKTBALL","BBALL_idle2",4.1,0,1,1,1,1);
  484. case 14: ApplyAnimation(playerid,"BSKTBALL","BBALL_idle2_O",4.1,0,1,1,1,1);
  485. case 15: ApplyAnimation(playerid,"BSKTBALL","BBALL_idleloop",4.1,0,1,1,1,1);
  486. case 16: ApplyAnimation(playerid,"BSKTBALL","BBALL_idleloop_O",4.1,0,1,1,1,1);
  487. case 17: ApplyAnimation(playerid,"BSKTBALL","BBALL_idle_O",4.1,0,1,1,1,1);
  488. case 18: ApplyAnimation(playerid,"BSKTBALL","BBALL_Jump_Cancel",4.1,0,1,1,1,1);
  489. case 19: ApplyAnimation(playerid,"BSKTBALL","BBALL_Jump_Cancel_0",4.1,0,1,1,1,1);
  490. case 20: ApplyAnimation(playerid,"BSKTBALL","BBALL_Jump_End",4.1,0,1,1,1,1);
  491. case 21: ApplyAnimation(playerid,"BSKTBALL","BBALL_Jump_Shot",4.1,0,1,1,1,1);
  492. case 22: ApplyAnimation(playerid,"BSKTBALL","BBALL_Jump_Shot_O",4.1,0,1,1,1,1);
  493. case 23: ApplyAnimation(playerid,"BSKTBALL","BBALL_Net_Dnk_O",4.1,0,1,1,1,1);
  494. case 24: ApplyAnimation(playerid,"BSKTBALL","BBALL_pickup",4.1,0,1,1,1,1);
  495. case 25: ApplyAnimation(playerid,"BSKTBALL","BBALL_pickup_O",4.1,0,1,1,1,1);
  496. case 26: ApplyAnimation(playerid,"BSKTBALL","BBALL_react_miss",4.1,0,1,1,1,1);
  497. case 27: ApplyAnimation(playerid,"BSKTBALL","BBALL_react_score",4.1,0,1,1,1,1);
  498. case 28: ApplyAnimation(playerid,"BSKTBALL","BBALL_run",4.1,0,1,1,1,1);
  499. case 29: ApplyAnimation(playerid,"BSKTBALL","BBALL_run_O",4.1,0,1,1,1,1);
  500. case 30: ApplyAnimation(playerid,"BSKTBALL","BBALL_SkidStop_L",4.1,0,1,1,1,1);
  501. case 31: ApplyAnimation(playerid,"BSKTBALL","BBALL_SkidStop_L_O",4.1,0,1,1,1,1);
  502. case 32: ApplyAnimation(playerid,"BSKTBALL","BBALL_SkidStop_R",4.1,0,1,1,1,1);
  503. case 33: ApplyAnimation(playerid,"BSKTBALL","BBALL_SkidStop_R_O",4.1,0,1,1,1,1);
  504. case 34: ApplyAnimation(playerid,"BSKTBALL","BBALL_walk",4.1,0,1,1,1,1);
  505. case 35: ApplyAnimation(playerid,"BSKTBALL","BBALL_WalkStop_L",4.1,0,1,1,1,1);
  506. case 36: ApplyAnimation(playerid,"BSKTBALL","BBALL_WalkStop_L_O",4.1,0,1,1,1,1);
  507. case 37: ApplyAnimation(playerid,"BSKTBALL","BBALL_WalkStop_R",4.1,0,1,1,1,1);
  508. case 38: ApplyAnimation(playerid,"BSKTBALL","BBALL_WalkStop_R_O",4.1,0,1,1,1,1);
  509. case 39: ApplyAnimation(playerid,"BSKTBALL","BBALL_walk_O",4.1,0,1,1,1,1);
  510. case 40: ApplyAnimation(playerid,"BSKTBALL","BBALL_walk_start",4.1,0,1,1,1,1);
  511. case 41: ApplyAnimation(playerid,"BSKTBALL","BBALL_walk_start_O",4.1,0,1,1,1,1);
  512. }
  513. return 1;
  514. }
  515.  
  516. if(!strcmp(cmd, "/animbuddy", true))
  517. {
  518. if(IsPlayerInAnyVehicle(playerid) == 1) return SendClientMessage(playerid,COLOR_RED," Animations are inaccessible in transport!");
  519.  
  520. tmp = strtok(cmdtext, idx);
  521. animid = strval(tmp);
  522. if(!strlen(tmp)||animid < 1 || animid > 5)
  523. {
  524. SendClientMessage(playerid,COLOR_SYSTEM," Syntax: /animbuddy [1-5]");
  525. return 1;
  526. }
  527. switch(animid)
  528. {
  529. case 1: ApplyAnimation(playerid,"BUDDY","buddy_crouchfire",4.1,0,1,1,1,1);
  530. case 2: ApplyAnimation(playerid,"BUDDY","buddy_crouchreload",4.1,0,1,1,1,1);
  531. case 3: ApplyAnimation(playerid,"BUDDY","buddy_fire",4.1,0,1,1,1,1);
  532. case 4: ApplyAnimation(playerid,"BUDDY","buddy_fire_poor",4.1,0,1,1,1,1);
  533. case 5: ApplyAnimation(playerid,"BUDDY","buddy_reload",4.1,0,1,1,1,1);
  534. }
  535. return 1;
  536. }
  537.  
  538. if(!strcmp(cmd, "/animbus", true))
  539. {
  540. if(IsPlayerInAnyVehicle(playerid) == 1) return SendClientMessage(playerid,COLOR_RED," Animations are inaccessible in transport!");
  541.  
  542. tmp = strtok(cmdtext, idx);
  543. animid = strval(tmp);
  544. if(!strlen(tmp)||animid < 1 || animid > 9)
  545. {
  546. SendClientMessage(playerid,COLOR_SYSTEM," Syntax: /animbus [1-9]");
  547. return 1;
  548. }
  549. switch(animid)
  550. {
  551. case 1: ApplyAnimation(playerid,"BUS","BUS_close",4.1,0,1,1,1,1);
  552. case 2: ApplyAnimation(playerid,"BUS","BUS_getin_LHS",4.1,0,1,1,1,1);
  553. case 3: ApplyAnimation(playerid,"BUS","BUS_getin_RHS",4.1,0,1,1,1,1);
  554. case 4: ApplyAnimation(playerid,"BUS","BUS_getout_LHS",4.1,0,1,1,1,1);
  555. case 5: ApplyAnimation(playerid,"BUS","BUS_getout_RHS",4.1,0,1,1,1,1);
  556. case 6: ApplyAnimation(playerid,"BUS","BUS_jacked_LHS",4.1,0,1,1,1,1);
  557. case 7: ApplyAnimation(playerid,"BUS","BUS_open",4.1,0,1,1,1,1);
  558. case 8: ApplyAnimation(playerid,"BUS","BUS_open_RHS",4.1,0,1,1,1,1);
  559. case 9: ApplyAnimation(playerid,"BUS","BUS_pullout_LHS",4.1,0,1,1,1,1);
  560. }
  561. return 1;
  562. }
  563.  
  564. if(!strcmp(cmd, "/animcamera", true))
  565. {
  566. if(IsPlayerInAnyVehicle(playerid) == 1) return SendClientMessage(playerid,COLOR_RED," Animations are inaccessible in transport!");
  567.  
  568. tmp = strtok(cmdtext, idx);
  569. animid = strval(tmp);
  570. if(!strlen(tmp)||animid < 1 || animid > 14)
  571. {
  572. SendClientMessage(playerid,COLOR_SYSTEM," Syntax: /animcamera [1-14]");
  573. return 1;
  574. }
  575. switch(animid)
  576. {
  577. case 1: ApplyAnimation(playerid,"CAMERA","camcrch_cmon",4.1,0,1,1,1,1);
  578. case 2: ApplyAnimation(playerid,"CAMERA","camcrch_idleloop",4.1,0,1,1,1,1);
  579. case 3: ApplyAnimation(playerid,"CAMERA","camcrch_stay",4.1,0,1,1,1,1);
  580. case 4: ApplyAnimation(playerid,"CAMERA","camcrch_to_camstnd",4.1,0,1,1,1,1);
  581. case 5: ApplyAnimation(playerid,"CAMERA","camstnd_cmon",4.1,0,1,1,1,1);
  582. case 6: ApplyAnimation(playerid,"CAMERA","camstnd_idleloop",4.1,0,1,1,1,1);
  583. case 7: ApplyAnimation(playerid,"CAMERA","camstnd_lkabt",4.1,0,1,1,1,1);
  584. case 8: ApplyAnimation(playerid,"CAMERA","camstnd_to_camcrch",4.1,0,1,1,1,1);
  585. case 9: ApplyAnimation(playerid,"CAMERA","piccrch_in",4.1,0,1,1,1,1);
  586. case 10: ApplyAnimation(playerid,"CAMERA","piccrch_out",4.1,0,1,1,1,1);
  587. case 11: ApplyAnimation(playerid,"CAMERA","piccrch_take",4.1,0,1,1,1,1);
  588. case 12: ApplyAnimation(playerid,"CAMERA","picstnd_in",4.1,0,1,1,1,1);
  589. case 13: ApplyAnimation(playerid,"CAMERA","picstnd_out",4.1,0,1,1,1,1);
  590. case 14: ApplyAnimation(playerid,"CAMERA","picstnd_take",4.1,0,1,1,1,1);
  591. }
  592. return 1;
  593. }
  594.  
  595. if(!strcmp(cmd, "/animcar", true))
  596. {
  597. if(IsPlayerInAnyVehicle(playerid) == 1) return SendClientMessage(playerid,COLOR_RED," Animations are inaccessible in transport!");
  598.  
  599. tmp = strtok(cmdtext, idx);
  600. animid = strval(tmp);
  601. if(!strlen(tmp)||animid < 1 || animid > 11)
  602. {
  603. SendClientMessage(playerid,COLOR_SYSTEM," Syntax: /animcar [1-11]");
  604. return 1;
  605. }
  606. switch(animid)
  607. {
  608. case 1: ApplyAnimation(playerid,"CAR","Fixn_Car_Loop",4.1,0,1,1,1,1);
  609. case 2: ApplyAnimation(playerid,"CAR","Fixn_Car_Out",4.1,0,1,1,1,1);
  610. case 3: ApplyAnimation(playerid,"CAR","flag_drop",4.1,0,1,1,1,1);
  611. case 4: ApplyAnimation(playerid,"CAR","Sit_relaxed",4.1,0,1,1,1,1);
  612. case 5: ApplyAnimation(playerid,"CAR","Tap_hand",4.1,0,1,1,1,1);
  613. case 6: ApplyAnimation(playerid,"CAR","Tyd2car_bump",4.1,0,1,1,1,1);
  614. case 7: ApplyAnimation(playerid,"CAR","Tyd2car_high",4.1,0,1,1,1,1);
  615. case 8: ApplyAnimation(playerid,"CAR","Tyd2car_low",4.1,0,1,1,1,1);
  616. case 9: ApplyAnimation(playerid,"CAR","Tyd2car_med",4.1,0,1,1,1,1);
  617. case 10: ApplyAnimation(playerid,"CAR","Tyd2car_TurnL",4.1,0,1,1,1,1);
  618. case 11: ApplyAnimation(playerid,"CAR","Tyd2car_TurnR",4.1,0,1,1,1,1);
  619. }
  620. return 1;
  621. }
  622.  
  623. if(!strcmp(cmd, "/animcarry", true))
  624. {
  625. if(IsPlayerInAnyVehicle(playerid) == 1) return SendClientMessage(playerid,COLOR_RED," Animations are inaccessible in transport!");
  626.  
  627. tmp = strtok(cmdtext, idx);
  628. animid = strval(tmp);
  629. if(!strlen(tmp)||animid < 1 || animid > 7)
  630. {
  631. SendClientMessage(playerid,COLOR_SYSTEM," Syntax: /animcarry [1-7]");
  632. return 1;
  633. }
  634. switch(animid)
  635. {
  636. case 1: ApplyAnimation(playerid,"CARRY","crry_prtial",4.1,0,1,1,1,1);
  637. case 2: ApplyAnimation(playerid,"CARRY","liftup",4.1,0,1,1,1,1);
  638. case 3: ApplyAnimation(playerid,"CARRY","liftup05",4.1,0,1,1,1,1);
  639. case 4: ApplyAnimation(playerid,"CARRY","liftup105",4.1,0,1,1,1,1);
  640. case 5: ApplyAnimation(playerid,"CARRY","putdwn",4.1,0,1,1,1,1);
  641. case 6: ApplyAnimation(playerid,"CARRY","putdwn05",4.1,0,1,1,1,1);
  642. case 7: ApplyAnimation(playerid,"CARRY","putdwn105",4.1,0,1,1,1,1);
  643. }
  644. return 1;
  645. }
  646.  
  647. if(!strcmp(cmd, "/animcarchat", true))
  648. {
  649. if(IsPlayerInAnyVehicle(playerid) == 1) return SendClientMessage(playerid,COLOR_RED," Animations are inaccessible in transport!");
  650.  
  651. tmp = strtok(cmdtext, idx);
  652. animid = strval(tmp);
  653. if(!strlen(tmp)||animid < 1 || animid > 21)
  654. {
  655. SendClientMessage(playerid,COLOR_SYSTEM," Syntax: /animcarchat [1-21]");
  656. return 1;
  657. }
  658. switch(animid)
  659. {
  660. case 1: ApplyAnimation(playerid,"CAR_CHAT","carfone_in",4.1,0,1,1,1,1);
  661. case 2: ApplyAnimation(playerid,"CAR_CHAT","carfone_loopA",4.1,0,1,1,1,1);
  662. case 3: ApplyAnimation(playerid,"CAR_CHAT","carfone_loopA_to_B",4.1,0,1,1,1,1);
  663. case 4: ApplyAnimation(playerid,"CAR_CHAT","carfone_loopB",4.1,0,1,1,1,1);
  664. case 5: ApplyAnimation(playerid,"CAR_CHAT","carfone_loopB_to_A",4.1,0,1,1,1,1);
  665. case 6: ApplyAnimation(playerid,"CAR_CHAT","carfone_out",4.1,0,1,1,1,1);
  666. case 7: ApplyAnimation(playerid,"CAR_CHAT","CAR_Sc1_BL",4.1,0,1,1,1,1);
  667. case 8: ApplyAnimation(playerid,"CAR_CHAT","CAR_Sc1_BR",4.1,0,1,1,1,1);
  668. case 9: ApplyAnimation(playerid,"CAR_CHAT","CAR_Sc1_FL",4.1,0,1,1,1,1);
  669. case 10: ApplyAnimation(playerid,"CAR_CHAT","CAR_Sc1_FR",4.1,0,1,1,1,1);
  670. case 11: ApplyAnimation(playerid,"CAR_CHAT","CAR_Sc2_FL",4.1,0,1,1,1,1);
  671. case 12: ApplyAnimation(playerid,"CAR_CHAT","CAR_Sc3_BR",4.1,0,1,1,1,1);
  672. case 13: ApplyAnimation(playerid,"CAR_CHAT","CAR_Sc3_FL",4.1,0,1,1,1,1);
  673. case 14: ApplyAnimation(playerid,"CAR_CHAT","CAR_Sc3_FR",4.1,0,1,1,1,1);
  674. case 15: ApplyAnimation(playerid,"CAR_CHAT","CAR_Sc4_BL",4.1,0,1,1,1,1);
  675. case 16: ApplyAnimation(playerid,"CAR_CHAT","CAR_Sc4_BR",4.1,0,1,1,1,1);
  676. case 17: ApplyAnimation(playerid,"CAR_CHAT","CAR_Sc4_FL",4.1,0,1,1,1,1);
  677. case 18: ApplyAnimation(playerid,"CAR_CHAT","CAR_Sc4_FR",4.1,0,1,1,1,1);
  678. case 19: ApplyAnimation(playerid,"CAR_CHAT","car_talkm_in",4.1,0,1,1,1,1);
  679. case 20: ApplyAnimation(playerid,"CAR_CHAT","car_talkm_loop",4.1,0,1,1,1,1);
  680. case 21: ApplyAnimation(playerid,"CAR_CHAT","car_talkm_out",4.1,0,1,1,1,1);
  681. }
  682. return 1;
  683. }
  684.  
  685. if(!strcmp(cmd, "/animcasino", true))
  686. {
  687. if(IsPlayerInAnyVehicle(playerid) == 1) return SendClientMessage(playerid,COLOR_RED," Animations are inaccessible in transport!");
  688.  
  689. tmp = strtok(cmdtext, idx);
  690. animid = strval(tmp);
  691. if(!strlen(tmp)||animid < 1 || animid > 25)
  692. {
  693. SendClientMessage(playerid,COLOR_SYSTEM," Syntax: /animcasino [1-25]");
  694. return 1;
  695. }
  696. switch(animid)
  697. {
  698. case 1: ApplyAnimation(playerid,"CASINO","cards_in",4.1,0,1,1,1,1);
  699. case 2: ApplyAnimation(playerid,"CASINO","cards_loop",4.1,0,1,1,1,1);
  700. case 3: ApplyAnimation(playerid,"CASINO","cards_lose",4.1,0,1,1,1,1);
  701. case 4: ApplyAnimation(playerid,"CASINO","cards_out",4.1,0,1,1,1,1);
  702. case 5: ApplyAnimation(playerid,"CASINO","cards_pick_01",4.1,0,1,1,1,1);
  703. case 6: ApplyAnimation(playerid,"CASINO","cards_pick_02",4.1,0,1,1,1,1);
  704. case 7: ApplyAnimation(playerid,"CASINO","cards_raise",4.1,0,1,1,1,1);
  705. case 8: ApplyAnimation(playerid,"CASINO","cards_win",4.1,0,1,1,1,1);
  706. case 9: ApplyAnimation(playerid,"CASINO","dealone",4.1,0,1,1,1,1);
  707. case 10: ApplyAnimation(playerid,"CASINO","manwinb",4.1,0,1,1,1,1);
  708. case 11: ApplyAnimation(playerid,"CASINO","manwind",4.1,0,1,1,1,1);
  709. case 12: ApplyAnimation(playerid,"CASINO","Roulette_bet",4.1,0,1,1,1,1);
  710. case 13: ApplyAnimation(playerid,"CASINO","Roulette_in",4.1,0,1,1,1,1);
  711. case 14: ApplyAnimation(playerid,"CASINO","Roulette_loop",4.1,0,1,1,1,1);
  712. case 15: ApplyAnimation(playerid,"CASINO","Roulette_lose",4.1,0,1,1,1,1);
  713. case 16: ApplyAnimation(playerid,"CASINO","Roulette_out",4.1,0,1,1,1,1);
  714. case 17: ApplyAnimation(playerid,"CASINO","Roulette_win",4.1,0,1,1,1,1);
  715. case 18: ApplyAnimation(playerid,"CASINO","Slot_bet_01",4.1,0,1,1,1,1);
  716. case 19: ApplyAnimation(playerid,"CASINO","Slot_bet_02",4.1,0,1,1,1,1);
  717. case 20: ApplyAnimation(playerid,"CASINO","Slot_in",4.1,0,1,1,1,1);
  718. case 21: ApplyAnimation(playerid,"CASINO","Slot_lose_out",4.1,0,1,1,1,1);
  719. case 22: ApplyAnimation(playerid,"CASINO","Slot_Plyr",4.1,0,1,1,1,1);
  720. case 23: ApplyAnimation(playerid,"CASINO","Slot_wait",4.1,0,1,1,1,1);
  721. case 24: ApplyAnimation(playerid,"CASINO","Slot_win_out",4.1,0,1,1,1,1);
  722. case 25: ApplyAnimation(playerid,"CASINO","wof",4.1,0,1,1,1,1);
  723. }
  724. return 1;
  725. }
  726.  
  727. if(!strcmp(cmd, "/animchainsaw", true))
  728. {
  729. if(IsPlayerInAnyVehicle(playerid) == 1) return SendClientMessage(playerid,COLOR_RED," Animations are inaccessible in transport!");
  730.  
  731. tmp = strtok(cmdtext, idx);
  732. animid = strval(tmp);
  733. if(!strlen(tmp)||animid < 1 || animid > 11)
  734. {
  735. SendClientMessage(playerid,COLOR_SYSTEM," Syntax: /animsaw [1-11]");
  736. return 1;
  737. }
  738. switch(animid)
  739. {
  740. case 1: ApplyAnimation(playerid,"CHAINSAW","CSAW_1",4.1,0,1,1,1,1);
  741. case 2: ApplyAnimation(playerid,"CHAINSAW","CSAW_2",4.1,0,1,1,1,1);
  742. case 3: ApplyAnimation(playerid,"CHAINSAW","CSAW_3",4.1,0,1,1,1,1);
  743. case 4: ApplyAnimation(playerid,"CHAINSAW","CSAW_G",4.1,0,1,1,1,1);
  744. case 5: ApplyAnimation(playerid,"CHAINSAW","CSAW_Hit_1",4.1,0,1,1,1,1);
  745. case 6: ApplyAnimation(playerid,"CHAINSAW","CSAW_Hit_2",4.1,0,1,1,1,1);
  746. case 7: ApplyAnimation(playerid,"CHAINSAW","CSAW_Hit_3",4.1,0,1,1,1,1);
  747. case 8: ApplyAnimation(playerid,"CHAINSAW","csaw_part",4.1,0,1,1,1,1);
  748. case 9: ApplyAnimation(playerid,"CHAINSAW","IDLE_csaw",4.1,0,1,1,1,1);
  749. case 10: ApplyAnimation(playerid,"CHAINSAW","WEAPON_csaw",4.1,0,1,1,1,1);
  750. case 11: ApplyAnimation(playerid,"CHAINSAW","WEAPON_csawlo",4.1,0,1,1,1,1);
  751. }
  752. return 1;
  753. }
  754.  
  755. if(!strcmp(cmd, "/animchoppa", true))
  756. {
  757. if(IsPlayerInAnyVehicle(playerid) == 1) return SendClientMessage(playerid,COLOR_RED," Animations are inaccessible in transport!");
  758.  
  759. tmp = strtok(cmdtext, idx);
  760. animid = strval(tmp);
  761. if(!strlen(tmp)||animid < 1 || animid > 18)
  762. {
  763. SendClientMessage(playerid,COLOR_SYSTEM," Syntax: /animchoppa [1-18]");
  764. return 1;
  765. }
  766. switch(animid)
  767. {
  768. case 1: ApplyAnimation(playerid,"CHOPPA","CHOPPA_back",4.1,0,1,1,1,1);
  769. case 2: ApplyAnimation(playerid,"CHOPPA","CHOPPA_bunnyhop",4.1,0,1,1,1,1);
  770. case 3: ApplyAnimation(playerid,"CHOPPA","CHOPPA_drivebyFT",4.1,0,1,1,1,1);
  771. case 4: ApplyAnimation(playerid,"CHOPPA","CHOPPA_driveby_LHS",4.1,0,1,1,1,1);
  772. case 5: ApplyAnimation(playerid,"CHOPPA","CHOPPA_driveby_RHS",4.1,0,1,1,1,1);
  773. case 6: ApplyAnimation(playerid,"CHOPPA","CHOPPA_fwd",4.1,0,1,1,1,1);
  774. case 7: ApplyAnimation(playerid,"CHOPPA","CHOPPA_getoffBACK",4.1,0,1,1,1,1);
  775. case 8: ApplyAnimation(playerid,"CHOPPA","CHOPPA_getoffLHS",4.1,0,1,1,1,1);
  776. case 9: ApplyAnimation(playerid,"CHOPPA","CHOPPA_getoffRHS",4.1,0,1,1,1,1);
  777. case 10: ApplyAnimation(playerid,"CHOPPA","CHOPPA_jumponL",4.1,0,1,1,1,1);
  778. case 11: ApplyAnimation(playerid,"CHOPPA","CHOPPA_jumponR",4.1,0,1,1,1,1);
  779. case 12: ApplyAnimation(playerid,"CHOPPA","CHOPPA_Left",4.1,0,1,1,1,1);
  780. case 13: ApplyAnimation(playerid,"CHOPPA","CHOPPA_pedal",4.1,0,1,1,1,1);
  781. case 14: ApplyAnimation(playerid,"CHOPPA","CHOPPA_Pushes",4.1,0,1,1,1,1);
  782. case 15: ApplyAnimation(playerid,"CHOPPA","CHOPPA_ride",4.1,0,1,1,1,1);
  783. case 16: ApplyAnimation(playerid,"CHOPPA","CHOPPA_Right",4.1,0,1,1,1,1);
  784. case 17: ApplyAnimation(playerid,"CHOPPA","CHOPPA_sprint",4.1,0,1,1,1,1);
  785. case 18: ApplyAnimation(playerid,"CHOPPA","CHOPPA_Still",4.1,0,1,1,1,1);
  786. }
  787. return 1;
  788. }
  789.  
  790. if(!strcmp(cmd, "/animclothes", true))
  791. {
  792. if(IsPlayerInAnyVehicle(playerid) == 1) return SendClientMessage(playerid,COLOR_RED," Animations are inaccessible in transport!");
  793.  
  794. tmp = strtok(cmdtext, idx);
  795. animid = strval(tmp);
  796. if(!strlen(tmp)||animid < 1 || animid > 13)
  797. {
  798. SendClientMessage(playerid,COLOR_SYSTEM," Syntax: /animclothes [1-13]");
  799. return 1;
  800. }
  801. switch(animid)
  802. {
  803. case 1: ApplyAnimation(playerid,"CLOTHES","CLO_Buy",4.1,0,1,1,1,1);
  804. case 2: ApplyAnimation(playerid,"CLOTHES","CLO_In",4.1,0,1,1,1,1);
  805. case 3: ApplyAnimation(playerid,"CLOTHES","CLO_Out",4.1,0,1,1,1,1);
  806. case 4: ApplyAnimation(playerid,"CLOTHES","CLO_Pose_Hat",4.1,0,1,1,1,1);
  807. case 5: ApplyAnimation(playerid,"CLOTHES","CLO_Pose_In",4.1,0,1,1,1,1);
  808. case 6: ApplyAnimation(playerid,"CLOTHES","CLO_Pose_In_O",4.1,0,1,1,1,1);
  809. case 7: ApplyAnimation(playerid,"CLOTHES","CLO_Pose_Legs",4.1,0,1,1,1,1);
  810. case 8: ApplyAnimation(playerid,"CLOTHES","CLO_Pose_Loop",4.1,0,1,1,1,1);
  811. case 9: ApplyAnimation(playerid,"CLOTHES","CLO_Pose_Out",4.1,0,1,1,1,1);
  812. case 10: ApplyAnimation(playerid,"CLOTHES","CLO_Pose_Out_O",4.1,0,1,1,1,1);
  813. case 11: ApplyAnimation(playerid,"CLOTHES","CLO_Pose_Shoes",4.1,0,1,1,1,1);
  814. case 12: ApplyAnimation(playerid,"CLOTHES","CLO_Pose_Torso",4.1,0,1,1,1,1);
  815. case 13: ApplyAnimation(playerid,"CLOTHES","CLO_Pose_Watch",4.1,0,1,1,1,1);
  816. }
  817. return 1;
  818. }
  819.  
  820. if(!strcmp(cmd, "/animcoach", true))
  821. {
  822. if(IsPlayerInAnyVehicle(playerid) == 1) return SendClientMessage(playerid,COLOR_RED," Animations are inaccessible in transport!");
  823.  
  824. tmp = strtok(cmdtext, idx);
  825. animid = strval(tmp);
  826. if(!strlen(tmp)||animid < 1 || animid > 6)
  827. {
  828. SendClientMessage(playerid,COLOR_SYSTEM," Syntax: /animcoach [1-6]");
  829. return 1;
  830. }
  831. switch(animid)
  832. {
  833. case 1: ApplyAnimation(playerid,"COACH","COACH_inL",4.1,0,1,1,1,1);
  834. case 2: ApplyAnimation(playerid,"COACH","COACH_inR",4.1,0,1,1,1,1);
  835. case 3: ApplyAnimation(playerid,"COACH","COACH_opnL",4.1,0,1,1,1,1);
  836. case 4: ApplyAnimation(playerid,"COACH","COACH_opnR",4.1,0,1,1,1,1);
  837. case 5: ApplyAnimation(playerid,"COACH","COACH_outL",4.1,0,1,1,1,1);
  838. case 6: ApplyAnimation(playerid,"COACH","COACH_outR",4.1,0,1,1,1,1);
  839. }
  840. return 1;
  841. }
  842.  
  843. if(!strcmp(cmd, "/animcolt", true))
  844. {
  845. if(IsPlayerInAnyVehicle(playerid) == 1) return SendClientMessage(playerid,COLOR_RED," Animations are inaccessible in transport!");
  846.  
  847. tmp = strtok(cmdtext, idx);
  848. animid = strval(tmp);
  849. if(!strlen(tmp)||animid < 1 || animid > 7)
  850. {
  851. SendClientMessage(playerid,COLOR_SYSTEM," Syntax: /animcolt [1-7]");
  852. return 1;
  853. }
  854. switch(animid)
  855. {
  856. case 1: ApplyAnimation(playerid,"COLT45","2guns_crouchfire",4.1,0,1,1,1,1);
  857. case 2: ApplyAnimation(playerid,"COLT45","colt45_crouchfire",4.1,0,1,1,1,1);
  858. case 3: ApplyAnimation(playerid,"COLT45","colt45_crouchreload",4.1,0,1,1,1,1);
  859. case 4: ApplyAnimation(playerid,"COLT45","colt45_fire",4.1,0,1,1,1,1);
  860. case 5: ApplyAnimation(playerid,"COLT45","colt45_fire_2hands",4.1,0,1,1,1,1);
  861. case 6: ApplyAnimation(playerid,"COLT45","colt45_reload",4.1,0,1,1,1,1);
  862. case 7: ApplyAnimation(playerid,"COLT45","sawnoff_reload",4.1,0,1,1,1,1);
  863. }
  864. return 1;
  865. }
  866.  
  867. if(!strcmp(cmd, "/animcopambient", true))
  868. {
  869. if(IsPlayerInAnyVehicle(playerid) == 1) return SendClientMessage(playerid,COLOR_RED," Animations are inaccessible in transport!");
  870.  
  871. tmp = strtok(cmdtext, idx);
  872. animid = strval(tmp);
  873. if(!strlen(tmp)||animid < 1 || animid > 12)
  874. {
  875. SendClientMessage(playerid,COLOR_SYSTEM," Syntax: /animcopa [1-12]");
  876. return 1;
  877. }
  878. switch(animid)
  879. {
  880. case 1: ApplyAnimation(playerid,"COP_AMBIENT","Copbrowse_in",4.1,0,1,1,1,1);
  881. case 2: ApplyAnimation(playerid,"COP_AMBIENT","Copbrowse_loop",4.1,0,1,1,1,1);
  882. case 3: ApplyAnimation(playerid,"COP_AMBIENT","Copbrowse_nod",4.1,0,1,1,1,1);
  883. case 4: ApplyAnimation(playerid,"COP_AMBIENT","Copbrowse_out",4.1,0,1,1,1,1);
  884. case 5: ApplyAnimation(playerid,"COP_AMBIENT","Copbrowse_shake",4.1,0,1,1,1,1);
  885. case 6: ApplyAnimation(playerid,"COP_AMBIENT","Coplook_in",4.1,0,1,1,1,1);
  886. case 7: ApplyAnimation(playerid,"COP_AMBIENT","Coplook_loop",4.1,0,1,1,1,1);
  887. case 8: ApplyAnimation(playerid,"COP_AMBIENT","Coplook_nod",4.1,0,1,1,1,1);
  888. case 9: ApplyAnimation(playerid,"COP_AMBIENT","Coplook_out",4.1,0,1,1,1,1);
  889. case 10: ApplyAnimation(playerid,"COP_AMBIENT","Coplook_shake",4.1,0,1,1,1,1);
  890. case 11: ApplyAnimation(playerid,"COP_AMBIENT","Coplook_think",4.1,0,1,1,1,1);
  891. case 12: ApplyAnimation(playerid,"COP_AMBIENT","Coplook_watch",4.1,0,1,1,1,1);
  892. }
  893. return 1;
  894. }
  895.  
  896. if(!strcmp(cmd, "/animcopdvbyz", true))
  897. {
  898. if(IsPlayerInAnyVehicle(playerid) == 1) return SendClientMessage(playerid,COLOR_RED," Animations are inaccessible in transport!");
  899.  
  900. tmp = strtok(cmdtext, idx);
  901. animid = strval(tmp);
  902. if(!strlen(tmp)||animid < 1 || animid > 4)
  903. {
  904. SendClientMessage(playerid,COLOR_SYSTEM," Syntax: /animcopdvb [1-4]");
  905. return 1;
  906. }
  907. switch(animid)
  908. {
  909. case 1: ApplyAnimation(playerid,"COP_DVBYZ","COP_Dvby_B",4.1,0,1,1,1,1);
  910. case 2: ApplyAnimation(playerid,"COP_DVBYZ","COP_Dvby_FT",4.1,0,1,1,1,1);
  911. case 3: ApplyAnimation(playerid,"COP_DVBYZ","COP_Dvby_L",4.1,0,1,1,1,1);
  912. case 4: ApplyAnimation(playerid,"COP_DVBYZ","COP_Dvby_R",4.1,0,1,1,1,1);
  913. }
  914. return 1;
  915. }
  916.  
  917. if(!strcmp(cmd, "/animcrack", true))
  918. {
  919. if(IsPlayerInAnyVehicle(playerid) == 1) return SendClientMessage(playerid,COLOR_RED," Animations are inaccessible in transport!");
  920.  
  921. tmp = strtok(cmdtext, idx);
  922. animid = strval(tmp);
  923. if(!strlen(tmp)||animid < 1 || animid > 10)
  924. {
  925. SendClientMessage(playerid,COLOR_SYSTEM," Syntax: /animcrack[1-10]");
  926. return 1;
  927. }
  928. switch(animid)
  929. {
  930. case 1: ApplyAnimation(playerid,"CRACK","Bbalbat_Idle_01",4.1,0,1,1,1,1);
  931. case 2: ApplyAnimation(playerid,"CRACK","Bbalbat_Idle_02",4.1,0,1,1,1,1);
  932. case 3: ApplyAnimation(playerid,"CRACK","crckdeth1",4.1,0,1,1,1,1);
  933. case 4: ApplyAnimation(playerid,"CRACK","crckdeth2",4.1,0,1,1,1,1);
  934. case 5: ApplyAnimation(playerid,"CRACK","crckdeth3",4.1,0,1,1,1,1);
  935. case 6: ApplyAnimation(playerid,"CRACK","crckdeth4",4.1,0,1,1,1,1);
  936. case 7: ApplyAnimation(playerid,"CRACK","crckidle1",4.1,0,1,1,1,1);
  937. case 8: ApplyAnimation(playerid,"CRACK","crckidle2",4.1,0,1,1,1,1);
  938. case 9: ApplyAnimation(playerid,"CRACK","crckidle3",4.1,0,1,1,1,1);
  939. case 10: ApplyAnimation(playerid,"CRACK","crckidle4",4.1,0,1,1,1,1);
  940. }
  941. return 1;
  942. }
  943.  
  944. if(!strcmp(cmd, "/animcrib", true))
  945. {
  946. if(IsPlayerInAnyVehicle(playerid) == 1) return SendClientMessage(playerid,COLOR_RED," Animations are inaccessible in transport!");
  947.  
  948. tmp = strtok(cmdtext, idx);
  949. animid = strval(tmp);
  950. if(!strlen(tmp)||animid < 1 || animid > 5)
  951. {
  952. SendClientMessage(playerid,COLOR_SYSTEM," Syntax: /animcrib [1-5]");
  953. return 1;
  954. }
  955. switch(animid)
  956. {
  957. case 1: ApplyAnimation(playerid,"CRIB","CRIB_Console_Loop",4.1,0,1,1,1,1);
  958. case 2: ApplyAnimation(playerid,"CRIB","CRIB_Use_Switch",4.1,0,1,1,1,1);
  959. case 3: ApplyAnimation(playerid,"CRIB","PED_Console_Loop",4.1,0,1,1,1,1);
  960. case 4: ApplyAnimation(playerid,"CRIB","PED_Console_Loose",4.1,0,1,1,1,1);
  961. case 5: ApplyAnimation(playerid,"CRIB","PED_Console_Win",4.1,0,1,1,1,1);
  962. }
  963. return 1;
  964. }
  965.  
  966. if(!strcmp(cmd, "/animdamjump", true))
  967. {
  968. if(IsPlayerInAnyVehicle(playerid) == 1) return SendClientMessage(playerid,COLOR_RED," Animations are inaccessible in transport!");
  969.  
  970. tmp = strtok(cmdtext, idx);
  971. animid = strval(tmp);
  972. if(!strlen(tmp)||animid < 1 || animid > 5)
  973. {
  974. SendClientMessage(playerid,COLOR_SYSTEM," Syntax: /animdamjump [1-5]");
  975. return 1;
  976. }
  977. switch(animid)
  978. {
  979. case 1: ApplyAnimation(playerid,"DAM_JUMP","DAM_Dive_Loop",4.1,0,1,1,1,1);
  980. case 2: ApplyAnimation(playerid,"DAM_JUMP","DAM_Land",4.1,0,1,1,1,1);
  981. case 3: ApplyAnimation(playerid,"DAM_JUMP","DAM_Launch",4.1,0,1,1,1,1);
  982. case 4: ApplyAnimation(playerid,"DAM_JUMP","Jump_Roll",4.1,0,1,1,1,1);
  983. case 5: ApplyAnimation(playerid,"DAM_JUMP","SF_JumpWall",4.1,0,1,1,1,1);
  984. }
  985. return 1;
  986. }
  987.  
  988. if(!strcmp(cmd, "/animdancing", true))
  989. {
  990. if(IsPlayerInAnyVehicle(playerid) == 1) return SendClientMessage(playerid,COLOR_RED," Animations are inaccessible in transport!");
  991.  
  992. tmp = strtok(cmdtext, idx);
  993. animid = strval(tmp);
  994. if(!strlen(tmp)||animid < 1 || animid > 13)
  995. {
  996. SendClientMessage(playerid,COLOR_SYSTEM," Syntax: /animdance [1-13]");
  997. return 1;
  998. }
  999. switch(animid)
  1000. {
  1001. case 1: ApplyAnimation(playerid,"DANCING","bd_clap",4.1,0,1,1,1,1);
  1002. case 2: ApplyAnimation(playerid,"DANCING","bd_clap1",4.1,0,1,1,1,1);
  1003. case 3: ApplyAnimation(playerid,"DANCING","dance_loop",4.1,0,1,1,1,1);
  1004. case 4: ApplyAnimation(playerid,"DANCING","DAN_Down_A",4.1,0,1,1,1,1);
  1005. case 5: ApplyAnimation(playerid,"DANCING","DAN_Left_A",4.1,0,1,1,1,1);
  1006. case 6: ApplyAnimation(playerid,"DANCING","DAN_Loop_A",4.1,0,1,1,1,1);
  1007. case 7: ApplyAnimation(playerid,"DANCING","DAN_Right_A",4.1,0,1,1,1,1);
  1008. case 8: ApplyAnimation(playerid,"DANCING","DAN_Up_A",4.1,0,1,1,1,1);
  1009. case 9: ApplyAnimation(playerid,"DANCING","dnce_M_a",4.1,0,1,1,1,1);
  1010. case 10: ApplyAnimation(playerid,"DANCING","dnce_M_b",4.1,0,1,1,1,1);
  1011. case 11: ApplyAnimation(playerid,"DANCING","dnce_M_c",4.1,0,1,1,1,1);
  1012. case 12: ApplyAnimation(playerid,"DANCING","dnce_M_d",4.1,0,1,1,1,1);
  1013. case 13: ApplyAnimation(playerid,"DANCING","dnce_M_e",4.1,0,1,1,1,1);
  1014. }
  1015. return 1;
  1016. }
  1017.  
  1018. if(!strcmp(cmd, "/animdealer", true))
  1019. {
  1020. if(IsPlayerInAnyVehicle(playerid) == 1) return SendClientMessage(playerid,COLOR_RED," Animations are inaccessible in transport!");
  1021.  
  1022. tmp = strtok(cmdtext, idx);
  1023. animid = strval(tmp);
  1024. if(!strlen(tmp)||animid < 1 || animid > 7)
  1025. {
  1026. SendClientMessage(playerid,COLOR_SYSTEM," Syntax: /animdealer [1-7]");
  1027. return 1;
  1028. }
  1029. switch(animid)
  1030. {
  1031. case 1: ApplyAnimation(playerid,"DEALER","DEALER_DEAL",4.1,0,1,1,1,1);
  1032. case 2: ApplyAnimation(playerid,"DEALER","DEALER_IDLE",4.1,0,1,1,1,1);
  1033. case 3: ApplyAnimation(playerid,"DEALER","DEALER_IDLE_01",4.1,0,1,1,1,1);
  1034. case 4: ApplyAnimation(playerid,"DEALER","DEALER_IDLE_02",4.1,0,1,1,1,1);
  1035. case 5: ApplyAnimation(playerid,"DEALER","DEALER_IDLE_03",4.1,0,1,1,1,1);
  1036. case 6: ApplyAnimation(playerid,"DEALER","DRUGS_BUY",4.1,0,1,1,1,1);
  1037. case 7: ApplyAnimation(playerid,"DEALER","shop_pay",4.1,0,1,1,1,1);
  1038. }
  1039. return 1;
  1040. }
  1041.  
  1042. if(!strcmp(cmd, "/animdildo", true))
  1043. {
  1044. if(IsPlayerInAnyVehicle(playerid) == 1) return SendClientMessage(playerid,COLOR_RED," Animations are inaccessible in transport!");
  1045.  
  1046. tmp = strtok(cmdtext, idx);
  1047. animid = strval(tmp);
  1048. if(!strlen(tmp)||animid < 1 || animid > 9)
  1049. {
  1050. SendClientMessage(playerid,COLOR_SYSTEM," Syntax: /animdildo [1-9]");
  1051. return 1;
  1052. }
  1053. switch(animid)
  1054. {
  1055. case 1: ApplyAnimation(playerid,"DILDO","DILDO_1",4.1,0,1,1,1,1);
  1056. case 2: ApplyAnimation(playerid,"DILDO","DILDO_2",4.1,0,1,1,1,1);
  1057. case 3: ApplyAnimation(playerid,"DILDO","DILDO_3",4.1,0,1,1,1,1);
  1058. case 4: ApplyAnimation(playerid,"DILDO","DILDO_block",4.1,0,1,1,1,1);
  1059. case 5: ApplyAnimation(playerid,"DILDO","DILDO_G",4.1,0,1,1,1,1);
  1060. case 6: ApplyAnimation(playerid,"DILDO","DILDO_Hit_1",4.1,0,1,1,1,1);
  1061. case 7: ApplyAnimation(playerid,"DILDO","DILDO_Hit_2",4.1,0,1,1,1,1);
  1062. case 8: ApplyAnimation(playerid,"DILDO","DILDO_Hit_3",4.1,0,1,1,1,1);
  1063. case 9: ApplyAnimation(playerid,"DILDO","DILDO_IDLE",4.1,0,1,1,1,1);
  1064. }
  1065. return 1;
  1066. }
  1067.  
  1068. if(!strcmp(cmd, "/animdodge", true))
  1069. {
  1070. if(IsPlayerInAnyVehicle(playerid) == 1) return SendClientMessage(playerid,COLOR_RED," Animations are inaccessible in transport!");
  1071.  
  1072. tmp = strtok(cmdtext, idx);
  1073. animid = strval(tmp);
  1074. if(!strlen(tmp)||animid < 1 || animid > 4)
  1075. {
  1076. SendClientMessage(playerid,COLOR_SYSTEM," Syntax: /animdodge [1-4]");
  1077. return 1;
  1078. }
  1079. switch(animid)
  1080. {
  1081. case 1: ApplyAnimation(playerid,"DODGE","Cover_Dive_01",4.1,0,1,1,1,1);
  1082. case 2: ApplyAnimation(playerid,"DODGE","Cover_Dive_02",4.1,0,1,1,1,1);
  1083. case 3: ApplyAnimation(playerid,"DODGE","Crushed",4.1,0,1,1,1,1);
  1084. case 4: ApplyAnimation(playerid,"DODGE","Crush_Jump",4.1,0,1,1,1,1);
  1085. }
  1086. return 1;
  1087. }
  1088.  
  1089. if(!strcmp(cmd, "/animdozer", true))
  1090. {
  1091. if(IsPlayerInAnyVehicle(playerid) == 1) return SendClientMessage(playerid,COLOR_RED," Animations are inaccessible in transport!");
  1092.  
  1093. tmp = strtok(cmdtext, idx);
  1094. animid = strval(tmp);
  1095. if(!strlen(tmp)||animid < 1 || animid > 10)
  1096. {
  1097. SendClientMessage(playerid,COLOR_SYSTEM," Syntax: /animdozer [1-10]");
  1098. return 1;
  1099. }
  1100. switch(animid)
  1101. {
  1102. case 1: ApplyAnimation(playerid,"DOZER","DOZER_Align_LHS",4.1,0,1,1,1,1);
  1103. case 2: ApplyAnimation(playerid,"DOZER","DOZER_Align_RHS",4.1,0,1,1,1,1);
  1104. case 3: ApplyAnimation(playerid,"DOZER","DOZER_getin_LHS",4.1,0,1,1,1,1);
  1105. case 4: ApplyAnimation(playerid,"DOZER","DOZER_getin_RHS",4.1,0,1,1,1,1);
  1106. case 5: ApplyAnimation(playerid,"DOZER","DOZER_getout_LHS",4.1,0,1,1,1,1);
  1107. case 6: ApplyAnimation(playerid,"DOZER","DOZER_getout_RHS",4.1,0,1,1,1,1);
  1108. case 7: ApplyAnimation(playerid,"DOZER","DOZER_Jacked_LHS",4.1,0,1,1,1,1);
  1109. case 8: ApplyAnimation(playerid,"DOZER","DOZER_Jacked_RHS",4.1,0,1,1,1,1);
  1110. case 9: ApplyAnimation(playerid,"DOZER","DOZER_pullout_LHS",4.1,0,1,1,1,1);
  1111. case 10: ApplyAnimation(playerid,"DOZER","DOZER_pullout_RHS",4.1,0,1,1,1,1);
  1112. }
  1113. return 1;
  1114. }
  1115.  
  1116. if(!strcmp(cmd, "/animdrivebys", true))
  1117. {
  1118. if(IsPlayerInAnyVehicle(playerid) == 1) return SendClientMessage(playerid,COLOR_RED," Animations are inaccessible in transport!");
  1119.  
  1120. tmp = strtok(cmdtext, idx);
  1121. animid = strval(tmp);
  1122. if(!strlen(tmp)||animid < 1 || animid > 8)
  1123. {
  1124. SendClientMessage(playerid,COLOR_SYSTEM," Syntax: /animdrivebys [1-8]");
  1125. return 1;
  1126. }
  1127. switch(animid)
  1128. {
  1129. case 1: ApplyAnimation(playerid,"DRIVEBYS","Gang_DrivebyLHS",4.1,0,1,1,1,1);
  1130. case 2: ApplyAnimation(playerid,"DRIVEBYS","Gang_DrivebyLHS_Bwd",4.1,0,1,1,1,1);
  1131. case 3: ApplyAnimation(playerid,"DRIVEBYS","Gang_DrivebyLHS_Fwd",4.1,0,1,1,1,1);
  1132. case 4: ApplyAnimation(playerid,"DRIVEBYS","Gang_DrivebyRHS",4.1,0,1,1,1,1);
  1133. case 5: ApplyAnimation(playerid,"DRIVEBYS","Gang_DrivebyRHS_Bwd",4.1,0,1,1,1,1);
  1134. case 6: ApplyAnimation(playerid,"DRIVEBYS","Gang_DrivebyRHS_Fwd",4.1,0,1,1,1,1);
  1135. case 7: ApplyAnimation(playerid,"DRIVEBYS","Gang_DrivebyTop_LHS",4.1,0,1,1,1,1);
  1136. case 8: ApplyAnimation(playerid,"DRIVEBYS","Gang_DrivebyTop_RHS",4.1,0,1,1,1,1);
  1137. }
  1138. return 1;
  1139. }
  1140.  
  1141. if(!strcmp(cmd, "/animfat", true))
  1142. {
  1143. if(IsPlayerInAnyVehicle(playerid) == 1) return SendClientMessage(playerid,COLOR_RED," Animations are inaccessible in transport!");
  1144.  
  1145. tmp = strtok(cmdtext, idx);
  1146. animid = strval(tmp);
  1147. if(!strlen(tmp)||animid < 1 || animid > 18)
  1148. {
  1149. SendClientMessage(playerid,COLOR_SYSTEM," Syntax: /animfat [1-18]");
  1150. return 1;
  1151. }
  1152. switch(animid)
  1153. {
  1154. case 1: ApplyAnimation(playerid,"FAT","FatIdle",4.1,0,1,1,1,1);
  1155. case 2: ApplyAnimation(playerid,"FAT","FatIdle_armed",4.1,0,1,1,1,1);
  1156. case 3: ApplyAnimation(playerid,"FAT","FatIdle_Csaw",4.1,0,1,1,1,1);
  1157. case 4: ApplyAnimation(playerid,"FAT","FatIdle_Rocket",4.1,0,1,1,1,1);
  1158. case 5: ApplyAnimation(playerid,"FAT","FatRun",4.1,0,1,1,1,1);
  1159. case 6: ApplyAnimation(playerid,"FAT","FatRun_armed",4.1,0,1,1,1,1);
  1160. case 7: ApplyAnimation(playerid,"FAT","FatRun_Csaw",4.1,0,1,1,1,1);
  1161. case 8: ApplyAnimation(playerid,"FAT","FatRun_Rocket",4.1,0,1,1,1,1);
  1162. case 9: ApplyAnimation(playerid,"FAT","FatSprint",4.1,0,1,1,1,1);
  1163. case 10: ApplyAnimation(playerid,"FAT","FatWalk",4.1,0,1,1,1,1);
  1164. case 11: ApplyAnimation(playerid,"FAT","FatWalkstart",4.1,0,1,1,1,1);
  1165. case 12: ApplyAnimation(playerid,"FAT","FatWalkstart_Csaw",4.1,0,1,1,1,1);
  1166. case 13: ApplyAnimation(playerid,"FAT","FatWalkSt_armed",4.1,0,1,1,1,1);
  1167. case 14: ApplyAnimation(playerid,"FAT","FatWalkSt_Rocket",4.1,0,1,1,1,1);
  1168. case 15: ApplyAnimation(playerid,"FAT","FatWalk_armed",4.1,0,1,1,1,1);
  1169. case 16: ApplyAnimation(playerid,"FAT","FatWalk_Csaw",4.1,0,1,1,1,1);
  1170. case 17: ApplyAnimation(playerid,"FAT","FatWalk_Rocket",4.1,0,1,1,1,1);
  1171. case 18: ApplyAnimation(playerid,"FAT","IDLE_tired",4.1,0,1,1,1,1);
  1172. }
  1173. return 1;
  1174. }
  1175.  
  1176. if(!strcmp(cmd, "/animfightb", true))
  1177. {
  1178. if(IsPlayerInAnyVehicle(playerid) == 1) return SendClientMessage(playerid,COLOR_RED," Animations are inaccessible in transport!");
  1179.  
  1180. tmp = strtok(cmdtext, idx);
  1181. animid = strval(tmp);
  1182. if(!strlen(tmp)||animid < 1 || animid > 10)
  1183. {
  1184. SendClientMessage(playerid,COLOR_SYSTEM," Syntax: /animfightb [1-10]");
  1185. return 1;
  1186. }
  1187. switch(animid)
  1188. {
  1189. case 1: ApplyAnimation(playerid,"FIGHT_B","FightB_1",4.1,0,1,1,1,1);
  1190. case 2: ApplyAnimation(playerid,"FIGHT_B","FightB_2",4.1,0,1,1,1,1);
  1191. case 3: ApplyAnimation(playerid,"FIGHT_B","FightB_3",4.1,0,1,1,1,1);
  1192. case 4: ApplyAnimation(playerid,"FIGHT_B","FightB_block",4.1,0,1,1,1,1);
  1193. case 5: ApplyAnimation(playerid,"FIGHT_B","FightB_G",4.1,0,1,1,1,1);
  1194. case 6: ApplyAnimation(playerid,"FIGHT_B","FightB_IDLE",4.1,0,1,1,1,1);
  1195. case 7: ApplyAnimation(playerid,"FIGHT_B","FightB_M",4.1,0,1,1,1,1);
  1196. case 8: ApplyAnimation(playerid,"FIGHT_B","HitB_1",4.1,0,1,1,1,1);
  1197. case 9: ApplyAnimation(playerid,"FIGHT_B","HitB_2",4.1,0,1,1,1,1);
  1198. case 10: ApplyAnimation(playerid,"FIGHT_B","HitB_3",4.1,0,1,1,1,1);
  1199. }
  1200. return 1;
  1201. }
  1202.  
  1203. if(!strcmp(cmd, "/animfightc", true))
  1204. {
  1205. if(IsPlayerInAnyVehicle(playerid) == 1) return SendClientMessage(playerid,COLOR_RED," Animations are inaccessible in transport!");
  1206.  
  1207. tmp = strtok(cmdtext, idx);
  1208. animid = strval(tmp);
  1209. if(!strlen(tmp)||animid < 1 || animid > 12)
  1210. {
  1211. SendClientMessage(playerid,COLOR_SYSTEM," Syntax: /animfightc [1-12]");
  1212. return 1;
  1213. }
  1214. switch(animid)
  1215. {
  1216. case 1: ApplyAnimation(playerid,"FIGHT_C","FightC_1",4.1,0,1,1,1,1);
  1217. case 2: ApplyAnimation(playerid,"FIGHT_C","FightC_2",4.1,0,1,1,1,1);
  1218. case 3: ApplyAnimation(playerid,"FIGHT_C","FightC_3",4.1,0,1,1,1,1);
  1219. case 4: ApplyAnimation(playerid,"FIGHT_C","FightC_block",4.1,0,1,1,1,1);
  1220. case 5: ApplyAnimation(playerid,"FIGHT_C","FightC_blocking",4.1,0,1,1,1,1);
  1221. case 6: ApplyAnimation(playerid,"FIGHT_C","FightC_G",4.1,0,1,1,1,1);
  1222. case 7: ApplyAnimation(playerid,"FIGHT_C","FightC_IDLE",4.1,0,1,1,1,1);
  1223. case 8: ApplyAnimation(playerid,"FIGHT_C","FightC_M",4.1,0,1,1,1,1);
  1224. case 9: ApplyAnimation(playerid,"FIGHT_C","FightC_Spar",4.1,0,1,1,1,1);
  1225. case 10: ApplyAnimation(playerid,"FIGHT_C","HitC_1",4.1,0,1,1,1,1);
  1226. case 11: ApplyAnimation(playerid,"FIGHT_C","HitC_2",4.1,0,1,1,1,1);
  1227. case 12: ApplyAnimation(playerid,"FIGHT_C","HitC_3",4.1,0,1,1,1,1);
  1228. }
  1229. return 1;
  1230. }
  1231.  
  1232. if(!strcmp(cmd, "/animfightd", true))
  1233. {
  1234. if(IsPlayerInAnyVehicle(playerid) == 1) return SendClientMessage(playerid,COLOR_RED," Animations are inaccessible in transport!");
  1235.  
  1236. tmp = strtok(cmdtext, idx);
  1237. animid = strval(tmp);
  1238. if(!strlen(tmp)||animid < 1 || animid > 10)
  1239. {
  1240. SendClientMessage(playerid,COLOR_SYSTEM," Syntax: /animfightd [1-10]");
  1241. return 1;
  1242. }
  1243. switch(animid)
  1244. {
  1245. case 1: ApplyAnimation(playerid,"FIGHT_D","FightD_1",4.1,0,1,1,1,1);
  1246. case 2: ApplyAnimation(playerid,"FIGHT_D","FightD_2",4.1,0,1,1,1,1);
  1247. case 3: ApplyAnimation(playerid,"FIGHT_D","FightD_3",4.1,0,1,1,1,1);
  1248. case 4: ApplyAnimation(playerid,"FIGHT_D","FightD_block",4.1,0,1,1,1,1);
  1249. case 5: ApplyAnimation(playerid,"FIGHT_D","FightD_G",4.1,0,1,1,1,1);
  1250. case 6: ApplyAnimation(playerid,"FIGHT_D","FightD_IDLE",4.1,0,1,1,1,1);
  1251. case 7: ApplyAnimation(playerid,"FIGHT_D","FightD_M",4.1,0,1,1,1,1);
  1252. case 8: ApplyAnimation(playerid,"FIGHT_D","HitD_1",4.1,0,1,1,1,1);
  1253. case 9: ApplyAnimation(playerid,"FIGHT_D","HitD_2",4.1,0,1,1,1,1);
  1254. case 10: ApplyAnimation(playerid,"FIGHT_D","HitD_3",4.1,0,1,1,1,1);
  1255. }
  1256. return 1;
  1257. }
  1258.  
  1259. if(!strcmp(cmd, "/animfighte", true))
  1260. {
  1261. if(IsPlayerInAnyVehicle(playerid) == 1) return SendClientMessage(playerid,COLOR_RED," Animations are inaccessible in transport!");
  1262.  
  1263. tmp = strtok(cmdtext, idx);
  1264. animid = strval(tmp);
  1265. if(!strlen(tmp)||animid < 1 || animid > 4)
  1266. {
  1267. SendClientMessage(playerid,COLOR_SYSTEM," Syntax: /animfighte [1-4]");
  1268. return 1;
  1269. }
  1270. switch(animid)
  1271. {
  1272. case 1: ApplyAnimation(playerid,"FIGHT_E","FightKick",4.1,0,1,1,1,1);
  1273. case 2: ApplyAnimation(playerid,"FIGHT_E","FightKick_B",4.1,0,1,1,1,1);
  1274. case 3: ApplyAnimation(playerid,"FIGHT_E","Hit_fightkick",4.1,0,1,1,1,1);
  1275. case 4: ApplyAnimation(playerid,"FIGHT_E","Hit_fightkick_B",4.1,0,1,1,1,1);
  1276. }
  1277. return 1;
  1278. }
  1279.  
  1280. if(!strcmp(cmd, "/animfinale", true))
  1281. {
  1282. if(IsPlayerInAnyVehicle(playerid) == 1) return SendClientMessage(playerid,COLOR_RED," Animations are inaccessible in transport!");
  1283.  
  1284. tmp = strtok(cmdtext, idx);
  1285. animid = strval(tmp);
  1286. if(!strlen(tmp)||animid < 1 || animid > 16)
  1287. {
  1288. SendClientMessage(playerid,COLOR_SYSTEM," Syntax: /animfinale [1-16]");
  1289. return 1;
  1290. }
  1291. switch(animid)
  1292. {
  1293. case 1: ApplyAnimation(playerid,"FINALE","FIN_Climb_In",4.1,0,1,1,1,1);
  1294. case 2: ApplyAnimation(playerid,"FINALE","FIN_Cop1_ClimbOut2",4.1,0,1,1,1,1);
  1295. case 3: ApplyAnimation(playerid,"FINALE","FIN_Cop1_Loop",4.1,0,1,1,1,1);
  1296. case 4: ApplyAnimation(playerid,"FINALE","FIN_Cop1_Stomp",4.1,0,1,1,1,1);
  1297. case 5: ApplyAnimation(playerid,"FINALE","FIN_Hang_L",4.1,0,1,1,1,1);
  1298. case 6: ApplyAnimation(playerid,"FINALE","FIN_Hang_Loop",4.1,0,1,1,1,1);
  1299. case 7: ApplyAnimation(playerid,"FINALE","FIN_Hang_R",4.1,0,1,1,1,1);
  1300. case 8: ApplyAnimation(playerid,"FINALE","FIN_Hang_L",4.1,0,1,1,1,1);
  1301. case 9: ApplyAnimation(playerid,"FINALE","FIN_Jump_On",4.1,0,1,1,1,1);
  1302. case 10: ApplyAnimation(playerid,"FINALE","FIN_Land_Car",4.1,0,1,1,1,1);
  1303. case 11: ApplyAnimation(playerid,"FINALE","FIN_Land_Die",4.1,0,1,1,1,1);
  1304. case 12: ApplyAnimation(playerid,"FINALE","FIN_LegsUp",4.1,0,1,1,1,1);
  1305. case 13: ApplyAnimation(playerid,"FINALE","FIN_LegsUp_L",4.1,0,1,1,1,1);
  1306. case 14: ApplyAnimation(playerid,"FINALE","FIN_LegsUp_Loop",4.1,0,1,1,1,1);
  1307. case 15: ApplyAnimation(playerid,"FINALE","FIN_LegsUp_R",4.1,0,1,1,1,1);
  1308. case 16: ApplyAnimation(playerid,"FINALE","FIN_Let_Go",4.1,0,1,1,1,1);
  1309. }
  1310. return 1;
  1311. }
  1312.  
  1313. if(!strcmp(cmd, "/animfinale2", true))
  1314. {
  1315. if(IsPlayerInAnyVehicle(playerid) == 1) return SendClientMessage(playerid,COLOR_RED," Animations are inaccessible in transport!");
  1316.  
  1317. tmp = strtok(cmdtext, idx);
  1318. animid = strval(tmp);
  1319. if(!strlen(tmp)||animid < 1 || animid > 8)
  1320. {
  1321. SendClientMessage(playerid,COLOR_SYSTEM," Syntax: /animfinale2 [1-8]");
  1322. return 1;
  1323. }
  1324. switch(animid)
  1325. {
  1326. case 1: ApplyAnimation(playerid,"FINALE2","FIN_Cop1_ClimbOut",4.1,0,1,1,1,1);
  1327. case 2: ApplyAnimation(playerid,"FINALE2","FIN_Cop1_Fall",4.1,0,1,1,1,1);
  1328. case 3: ApplyAnimation(playerid,"FINALE2","FIN_Cop1_Loop",4.1,0,1,1,1,1);
  1329. case 4: ApplyAnimation(playerid,"FINALE2","FIN_Cop1_Shot",4.1,0,1,1,1,1);
  1330. case 5: ApplyAnimation(playerid,"FINALE2","FIN_Cop1_Swing",4.1,0,1,1,1,1);
  1331. case 6: ApplyAnimation(playerid,"FINALE2","FIN_Cop2_ClimbOut",4.1,0,1,1,1,1);
  1332. case 7: ApplyAnimation(playerid,"FINALE2","FIN_Switch_P",4.1,0,1,1,1,1);
  1333. case 8: ApplyAnimation(playerid,"FINALE2","FIN_Switch_S",4.1,0,1,1,1,1);
  1334. }
  1335. return 1;
  1336. }
  1337.  
  1338. if(!strcmp(cmd, "/animflame", true))
  1339. {
  1340. if(IsPlayerInAnyVehicle(playerid) == 1) return SendClientMessage(playerid,COLOR_RED," Animations are inaccessible in transport!");
  1341.  
  1342. ApplyAnimation(playerid,"FLAME","FLAME_fire",4.1,0,1,1,1,1);
  1343. return 1;
  1344. }
  1345.  
  1346. if(!strcmp(cmd, "/animflowers", true))
  1347. {
  1348. if(IsPlayerInAnyVehicle(playerid) == 1) return SendClientMessage(playerid,COLOR_RED," Animations are inaccessible in transport!");
  1349.  
  1350. tmp = strtok(cmdtext, idx);
  1351. animid = strval(tmp);
  1352. if(!strlen(tmp)||animid < 1 || animid > 3)
  1353. {
  1354. SendClientMessage(playerid,COLOR_SYSTEM," Syntax: /animflowers [1-3]");
  1355. return 1;
  1356. }
  1357. switch(animid)
  1358. {
  1359. case 1: ApplyAnimation(playerid,"Flowers","Flower_attack",4.1,0,1,1,1,1);
  1360. case 2: ApplyAnimation(playerid,"Flowers","Flower_attack_M",4.1,0,1,1,1,1);
  1361. case 3: ApplyAnimation(playerid,"Flowers","Flower_Hit",4.1,0,1,1,1,1);
  1362. }
  1363. return 1;
  1364. }
  1365.  
  1366. if(!strcmp(cmd, "/animfood", true))
  1367. {
  1368. if(IsPlayerInAnyVehicle(playerid) == 1) return SendClientMessage(playerid,COLOR_RED," Animations are inaccessible in transport!");
  1369.  
  1370. tmp = strtok(cmdtext, idx);
  1371. animid = strval(tmp);
  1372. if(!strlen(tmp)||animid < 1 || animid > 33)
  1373. {
  1374. SendClientMessage(playerid,COLOR_SYSTEM," Syntax: /animfood [1-33]");
  1375. return 1;
  1376. }
  1377. switch(animid)
  1378. {
  1379. case 1: ApplyAnimation(playerid,"FOOD","EAT_Burger",4.1,0,1,1,1,1);
  1380. case 2: ApplyAnimation(playerid,"FOOD","EAT_Chicken",4.1,0,1,1,1,1);
  1381. case 3: ApplyAnimation(playerid,"FOOD","EAT_Pizza",4.1,0,1,1,1,1);
  1382. case 4: ApplyAnimation(playerid,"FOOD","EAT_Vomit_P",4.1,0,1,1,1,1);
  1383. case 5: ApplyAnimation(playerid,"FOOD","EAT_Vomit_SK",4.1,0,1,1,1,1);
  1384. case 6: ApplyAnimation(playerid,"FOOD","FF_Dam_Bkw",4.1,0,1,1,1,1);
  1385. case 7: ApplyAnimation(playerid,"FOOD","FF_Dam_Fwd",4.1,0,1,1,1,1);
  1386. case 8: ApplyAnimation(playerid,"FOOD","FF_Dam_Left",4.1,0,1,1,1,1);
  1387. case 9: ApplyAnimation(playerid,"FOOD","FF_Dam_Right",4.1,0,1,1,1,1);
  1388. case 10: ApplyAnimation(playerid,"FOOD","FF_Die_Bkw",4.1,0,1,1,1,1);
  1389. case 11: ApplyAnimation(playerid,"FOOD","FF_Die_Fwd",4.1,0,1,1,1,1);
  1390. case 12: ApplyAnimation(playerid,"FOOD","FF_Die_Left",4.1,0,1,1,1,1);
  1391. case 13: ApplyAnimation(playerid,"FOOD","FF_Die_Right",4.1,0,1,1,1,1);
  1392. case 14: ApplyAnimation(playerid,"FOOD","FF_Sit_Eat1",4.1,0,1,1,1,1);
  1393. case 15: ApplyAnimation(playerid,"FOOD","FF_Sit_Eat2",4.1,0,1,1,1,1);
  1394. case 16: ApplyAnimation(playerid,"FOOD","FF_Sit_Eat3",4.1,0,1,1,1,1);
  1395. case 17: ApplyAnimation(playerid,"FOOD","FF_Sit_In",4.1,0,1,1,1,1);
  1396. case 18: ApplyAnimation(playerid,"FOOD","FF_Sit_In_L",4.1,0,1,1,1,1);
  1397. case 19: ApplyAnimation(playerid,"FOOD","FF_Sit_In_R",4.1,0,1,1,1,1);
  1398. case 20: ApplyAnimation(playerid,"FOOD","FF_Sit_Look",4.1,0,1,1,1,1);
  1399. case 21: ApplyAnimation(playerid,"FOOD","FF_Sit_Loop",4.1,0,1,1,1,1);
  1400. case 22: ApplyAnimation(playerid,"FOOD","FF_Sit_Out_180",4.1,0,1,1,1,1);
  1401. case 23: ApplyAnimation(playerid,"FOOD","FF_Sit_Out_L_180",4.1,0,1,1,1,1);
  1402. case 24: ApplyAnimation(playerid,"FOOD","FF_Sit_Out_R_180",4.1,0,1,1,1,1);
  1403. case 25: ApplyAnimation(playerid,"FOOD","SHP_Thank",4.1,0,1,1,1,1);
  1404. case 26: ApplyAnimation(playerid,"FOOD","SHP_Tray_In",4.1,0,1,1,1,1);
  1405. case 27: ApplyAnimation(playerid,"FOOD","SHP_Tray_Lift",4.1,0,1,1,1,1);
  1406. case 28: ApplyAnimation(playerid,"FOOD","SHP_Tray_Lift_In",4.1,0,1,1,1,1);
  1407. case 29: ApplyAnimation(playerid,"FOOD","SHP_Tray_Lift_Loop",4.1,0,1,1,1,1);
  1408. case 30: ApplyAnimation(playerid,"FOOD","SHP_Tray_Lift_Out",4.1,0,1,1,1,1);
  1409. case 31: ApplyAnimation(playerid,"FOOD","SHP_Tray_Out",4.1,0,1,1,1,1);
  1410. case 32: ApplyAnimation(playerid,"FOOD","SHP_Tray_Pose",4.1,0,1,1,1,1);
  1411. case 33: ApplyAnimation(playerid,"FOOD","SHP_Tray_Return",4.1,0,1,1,1,1);
  1412. }
  1413. return 1;
  1414. }
  1415.  
  1416. if(!strcmp(cmd, "/animfreeweights", true))
  1417. {
  1418. if(IsPlayerInAnyVehicle(playerid) == 1) return SendClientMessage(playerid,COLOR_RED," Animations are inaccessible in transport!");
  1419.  
  1420. tmp = strtok(cmdtext, idx);
  1421. animid = strval(tmp);
  1422. if(!strlen(tmp)||animid < 1 || animid > 9)
  1423. {
  1424. SendClientMessage(playerid,COLOR_SYSTEM," Syntax: /animfw [1-9]");
  1425. return 1;
  1426. }
  1427. switch(animid)
  1428. {
  1429. case 1: ApplyAnimation(playerid,"Freeweights","gym_barbell",4.1,0,1,1,1,1);
  1430. case 2: ApplyAnimation(playerid,"Freeweights","gym_free_A",4.1,0,1,1,1,1);
  1431. case 3: ApplyAnimation(playerid,"Freeweights","gym_free_B",4.1,0,1,1,1,1);
  1432. case 4: ApplyAnimation(playerid,"Freeweights","gym_free_celebrate",4.1,0,1,1,1,1);
  1433. case 5: ApplyAnimation(playerid,"Freeweights","gym_free_down",4.1,0,1,1,1,1);
  1434. case 6: ApplyAnimation(playerid,"Freeweights","gym_free_loop",4.1,0,1,1,1,1);
  1435. case 7: ApplyAnimation(playerid,"Freeweights","gym_free_pickup",4.1,0,1,1,1,1);
  1436. case 8: ApplyAnimation(playerid,"Freeweights","gym_free_putdown",4.1,0,1,1,1,1);
  1437. case 9: ApplyAnimation(playerid,"Freeweights","gym_free_up_smooth",4.1,0,1,1,1,1);
  1438. }
  1439. return 1;
  1440. }
  1441.  
  1442. if(!strcmp(cmd, "/animgangs", true))
  1443. {
  1444. if(IsPlayerInAnyVehicle(playerid) == 1) return SendClientMessage(playerid,COLOR_RED," Animations are inaccessible in transport!");
  1445.  
  1446. tmp = strtok(cmdtext, idx);
  1447. animid = strval(tmp);
  1448. if(!strlen(tmp)||animid < 1 || animid > 33)
  1449. {
  1450. SendClientMessage(playerid,COLOR_SYSTEM," Syntax: /animgangs [1-33]");
  1451. return 1;
  1452. }
  1453. switch(animid)
  1454. {
  1455. case 1: ApplyAnimation(playerid,"GANGS","DEALER_DEAL",4.1,0,1,1,1,1);
  1456. case 2: ApplyAnimation(playerid,"GANGS","DEALER_IDLE",4.1,0,1,1,1,1);
  1457. case 3: ApplyAnimation(playerid,"GANGS","drnkbr_prtl",4.1,0,1,1,1,1);
  1458. case 4: ApplyAnimation(playerid,"GANGS","drnkbr_prtl_F",4.1,0,1,1,1,1);
  1459. case 5: ApplyAnimation(playerid,"GANGS","DRUGS_BUY",4.1,0,1,1,1,1);
  1460. case 6: ApplyAnimation(playerid,"GANGS","hndshkaa",4.1,0,1,1,1,1);
  1461. case 7: ApplyAnimation(playerid,"GANGS","hndshkba",4.1,0,1,1,1,1);
  1462. case 8: ApplyAnimation(playerid,"GANGS","hndshkca",4.1,0,1,1,1,1);
  1463. case 9: ApplyAnimation(playerid,"GANGS","hndshkcb",4.1,0,1,1,1,1);
  1464. case 10: ApplyAnimation(playerid,"GANGS","hndshkda",4.1,0,1,1,1,1);
  1465. case 11: ApplyAnimation(playerid,"GANGS","hndshkea",4.1,0,1,1,1,1);
  1466. case 12: ApplyAnimation(playerid,"GANGS","hndshkfa",4.1,0,1,1,1,1);
  1467. case 13: ApplyAnimation(playerid,"GANGS","hndshkfa_swt",4.1,0,1,1,1,1);
  1468. case 14: ApplyAnimation(playerid,"GANGS","Invite_No",4.1,0,1,1,1,1);
  1469. case 15: ApplyAnimation(playerid,"GANGS","Invite_Yes",4.1,0,1,1,1,1);
  1470. case 16: ApplyAnimation(playerid,"GANGS","leanIDLE",4.1,0,1,1,1,1);
  1471. case 17: ApplyAnimation(playerid,"GANGS","leanIN",4.1,0,1,1,1,1);
  1472. case 18: ApplyAnimation(playerid,"GANGS","leanOUT",4.1,0,1,1,1,1);
  1473. case 19: ApplyAnimation(playerid,"GANGS","prtial_gngtlkA",4.1,0,1,1,1,1);
  1474. case 20: ApplyAnimation(playerid,"GANGS","prtial_gngtlkB",4.1,0,1,1,1,1);
  1475. case 21: ApplyAnimation(playerid,"GANGS","prtial_gngtlkCt",4.1,0,1,1,1,1);
  1476. case 22: ApplyAnimation(playerid,"GANGS","prtial_gngtlkD",4.1,0,1,1,1,1);
  1477. case 23: ApplyAnimation(playerid,"GANGS","prtial_gngtlkE",4.1,0,1,1,1,1);
  1478. case 24: ApplyAnimation(playerid,"GANGS","prtial_gngtlkF",4.1,0,1,1,1,1);
  1479. case 25: ApplyAnimation(playerid,"GANGS","prtial_gngtlkG",4.1,0,1,1,1,1);
  1480. case 26: ApplyAnimation(playerid,"GANGS","prtial_gngtlkH",4.1,0,1,1,1,1);
  1481. case 27: ApplyAnimation(playerid,"GANGS","prtial_hndshk_01",4.1,0,1,1,1,1);
  1482. case 28: ApplyAnimation(playerid,"GANGS","prtial_hndshk_biz_01",4.1,0,1,1,1,1);
  1483. case 29: ApplyAnimation(playerid,"GANGS","shake_cara",4.1,0,1,1,1,1);
  1484. case 30: ApplyAnimation(playerid,"GANGS","shake_carK",4.1,0,1,1,1,1);
  1485. case 31: ApplyAnimation(playerid,"GANGS","shake_carSH",4.1,0,1,1,1,1);
  1486. case 32: ApplyAnimation(playerid,"GANGS","smkcig_prtl",4.1,0,1,1,1,1);
  1487. case 33: ApplyAnimation(playerid,"GANGS","smkcig_prtl_F",4.1,0,1,1,1,1);
  1488. }
  1489. return 1;
  1490. }
  1491.  
  1492. if(!strcmp(cmd, "/animghands", true))
  1493. {
  1494. if(IsPlayerInAnyVehicle(playerid) == 1) return SendClientMessage(playerid,COLOR_RED," Animations are inaccessible in transport!");
  1495.  
  1496. tmp = strtok(cmdtext, idx);
  1497. animid = strval(tmp);
  1498. if(!strlen(tmp)||animid < 1 || animid > 20)
  1499. {
  1500. SendClientMessage(playerid,COLOR_SYSTEM," Syntax: /animghands [1-20]");
  1501. return 1;
  1502. }
  1503. switch(animid)
  1504. {
  1505. case 1: ApplyAnimation(playerid,"GHANDS","gsign1",4.1,0,1,1,1,1);
  1506. case 2: ApplyAnimation(playerid,"GHANDS","gsign1LH",4.1,0,1,1,1,1);
  1507. case 3: ApplyAnimation(playerid,"GHANDS","gsign2",4.1,0,1,1,1,1);
  1508. case 4: ApplyAnimation(playerid,"GHANDS","gsign2LH",4.1,0,1,1,1,1);
  1509. case 5: ApplyAnimation(playerid,"GHANDS","gsign3",4.1,0,1,1,1,1);
  1510. case 6: ApplyAnimation(playerid,"GHANDS","gsign3LH",4.1,0,1,1,1,1);
  1511. case 7: ApplyAnimation(playerid,"GHANDS","gsign4",4.1,0,1,1,1,1);
  1512. case 8: ApplyAnimation(playerid,"GHANDS","gsign4LH",4.1,0,1,1,1,1);
  1513. case 9: ApplyAnimation(playerid,"GHANDS","gsign5",4.1,0,1,1,1,1);
  1514. case 10: ApplyAnimation(playerid,"GHANDS","gsign5LH",4.1,0,1,1,1,1);
  1515. case 11: ApplyAnimation(playerid,"GHANDS","LHGsign1",4.1,0,1,1,1,1);
  1516. case 12: ApplyAnimation(playerid,"GHANDS","LHGsign2",4.1,0,1,1,1,1);
  1517. case 13: ApplyAnimation(playerid,"GHANDS","LHGsign3",4.1,0,1,1,1,1);
  1518. case 14: ApplyAnimation(playerid,"GHANDS","LHGsign4",4.1,0,1,1,1,1);
  1519. case 15: ApplyAnimation(playerid,"GHANDS","LHGsign5",4.1,0,1,1,1,1);
  1520. case 16: ApplyAnimation(playerid,"GHANDS","RHGsign1",4.1,0,1,1,1,1);
  1521. case 17: ApplyAnimation(playerid,"GHANDS","RHGsign2",4.1,0,1,1,1,1);
  1522. case 18: ApplyAnimation(playerid,"GHANDS","RHGsign3",4.1,0,1,1,1,1);
  1523. case 19: ApplyAnimation(playerid,"GHANDS","RHGsign4",4.1,0,1,1,1,1);
  1524. case 20: ApplyAnimation(playerid,"GHANDS","RHGsign5",4.1,0,1,1,1,1);
  1525. }
  1526. return 1;
  1527. }
  1528.  
  1529. if(!strcmp(cmd, "/animghetto", true))
  1530. {
  1531. if(IsPlayerInAnyVehicle(playerid) == 1) return SendClientMessage(playerid,COLOR_RED," Animations are inaccessible in transport!");
  1532.  
  1533. tmp = strtok(cmdtext, idx);
  1534. animid = strval(tmp);
  1535. if(!strlen(tmp)||animid < 1 || animid > 7)
  1536. {
  1537. SendClientMessage(playerid,COLOR_SYSTEM," Syntax: /animghettodb [1-7]");
  1538. return 1;
  1539. }
  1540. switch(animid)
  1541. {
  1542. case 1: ApplyAnimation(playerid,"GHETTO_DB","GDB_Car2_PLY",4.1,0,1,1,1,1);
  1543. case 2: ApplyAnimation(playerid,"GHETTO_DB","GDB_Car2_SMO",4.1,0,1,1,1,1);
  1544. case 3: ApplyAnimation(playerid,"GHETTO_DB","GDB_Car2_SWE",4.1,0,1,1,1,1);
  1545. case 4: ApplyAnimation(playerid,"GHETTO_DB","GDB_Car_PLY",4.1,0,1,1,1,1);
  1546. case 5: ApplyAnimation(playerid,"GHETTO_DB","GDB_Car_RYD",4.1,0,1,1,1,1);
  1547. case 6: ApplyAnimation(playerid,"GHETTO_DB","GDB_Car_SMO",4.1,0,1,1,1,1);
  1548. case 7: ApplyAnimation(playerid,"GHETTO_DB","GDB_Car_SWE",4.1,0,1,1,1,1);
  1549. }
  1550. return 1;
  1551. }
  1552.  
  1553. if(!strcmp(cmd, "/animgog", true))
  1554. {
  1555. if(IsPlayerInAnyVehicle(playerid) == 1) return SendClientMessage(playerid,COLOR_RED," Animations are inaccessible in transport!");
  1556.  
  1557. ApplyAnimation(playerid,"goggles","goggles_put_on",4.1,0,1,1,1,1);
  1558. return 1;
  1559. }
  1560.  
  1561. if(!strcmp(cmd, "/animgraffity", true))
  1562. {
  1563. if(IsPlayerInAnyVehicle(playerid) == 1) return SendClientMessage(playerid,COLOR_RED," Animations are inaccessible in transport!");
  1564.  
  1565. tmp = strtok(cmdtext, idx);
  1566. animid = strval(tmp);
  1567. if(!strlen(tmp)||animid < 1 || animid > 2)
  1568. {
  1569. SendClientMessage(playerid,COLOR_SYSTEM," Syntax: /animgraffity [1-2]");
  1570. return 1;
  1571. }
  1572. switch(animid)
  1573. {
  1574. case 1: ApplyAnimation(playerid,"GRAFFITI","graffiti_Chkout",4.1,0,1,1,1,1);
  1575. case 2: ApplyAnimation(playerid,"GRAFFITI","spraycan_fire",4.1,0,1,1,1,1);
  1576. }
  1577. return 1;
  1578. }
  1579.  
  1580. if(!strcmp(cmd, "/animgraveyard", true))
  1581. {
  1582. if(IsPlayerInAnyVehicle(playerid) == 1) return SendClientMessage(playerid,COLOR_RED," Animations are inaccessible in transport!");
  1583.  
  1584. tmp = strtok(cmdtext, idx);
  1585. animid = strval(tmp);
  1586. if(!strlen(tmp)||animid < 1 || animid > 3)
  1587. {
  1588. SendClientMessage(playerid,COLOR_SYSTEM," Syntax: /animgreya [1-3]");
  1589. return 1;
  1590. }
  1591. switch(animid)
  1592. {
  1593. case 1: ApplyAnimation(playerid,"GRAVEYARD","mrnF_loop",4.1,0,1,1,1,1);
  1594. case 2: ApplyAnimation(playerid,"GRAVEYARD","mrnM_loop",4.1,0,1,1,1,1);
  1595. case 3: ApplyAnimation(playerid,"GRAVEYARD","prst_loopa",4.1,0,1,1,1,1);
  1596. }
  1597. return 1;
  1598. }
  1599.  
  1600. if(strcmp(cmd, "/animgrenade", true) == 0)
  1601. {
  1602. if(IsPlayerInAnyVehicle(playerid) == 1) return SendClientMessage(playerid,COLOR_RED," Animations are inaccessible in transport!");
  1603.  
  1604. tmp = strtok(cmdtext, idx);
  1605. animid = strval(tmp);
  1606. if(!strlen(tmp)||animid < 1 || animid > 3)
  1607. {
  1608. SendClientMessage(playerid,COLOR_SYSTEM," Syntax: /animgren [1-3]");
  1609. return 1;
  1610. }
  1611. switch(animid)
  1612. {
  1613. case 1: ApplyAnimation(playerid,"GRENADE","WEAPON_start_throw",4.1,0,1,1,1,1);
  1614. case 2: ApplyAnimation(playerid,"GRENADE","WEAPON_throw",4.1,0,1,1,1,1);
  1615. case 3: ApplyAnimation(playerid,"GRENADE","WEAPON_throwu",4.1,0,1,1,1,1);
  1616. }
  1617. return 1;
  1618. }
  1619.  
  1620. if(!strcmp(cmd, "/animgym", true))
  1621. {
  1622. if(IsPlayerInAnyVehicle(playerid) == 1) return SendClientMessage(playerid,COLOR_RED," Animations are inaccessible in transport!");
  1623.  
  1624. tmp = strtok(cmdtext, idx);
  1625. animid = strval(tmp);
  1626. if(!strlen(tmp)||animid < 1 || animid > 24)
  1627. {
  1628. SendClientMessage(playerid,COLOR_SYSTEM," Syntax: /animgym [1-24]");
  1629. return 1;
  1630. }
  1631. switch(animid)
  1632. {
  1633. case 1: ApplyAnimation(playerid,"GYMNASIUM","GYMshadowbox",4.1,0,1,1,1,1);
  1634. case 2: ApplyAnimation(playerid,"GYMNASIUM","gym_bike_celebrate",4.1,0,1,1,1,1);
  1635. case 3: ApplyAnimation(playerid,"GYMNASIUM","gym_bike_fast",4.1,0,1,1,1,1);
  1636. case 4: ApplyAnimation(playerid,"GYMNASIUM","gym_bike_faster",4.1,0,1,1,1,1);
  1637. case 5: ApplyAnimation(playerid,"GYMNASIUM","gym_bike_getoff",4.1,0,1,1,1,1);
  1638. case 6: ApplyAnimation(playerid,"GYMNASIUM","gym_bike_geton",4.1,0,1,1,1,1);
  1639. case 7: ApplyAnimation(playerid,"GYMNASIUM","gym_bike_pedal",4.1,0,1,1,1,1);
  1640. case 8: ApplyAnimation(playerid,"GYMNASIUM","gym_bike_slow",4.1,0,1,1,1,1);
  1641. case 9: ApplyAnimation(playerid,"GYMNASIUM","gym_bike_still",4.1,0,1,1,1,1);
  1642. case 10: ApplyAnimation(playerid,"GYMNASIUM","gym_jog_falloff",4.1,0,1,1,1,1);
  1643. case 11: ApplyAnimation(playerid,"GYMNASIUM","gym_shadowbox",4.1,0,1,1,1,1);
  1644. case 12: ApplyAnimation(playerid,"GYMNASIUM","gym_tread_celebrate",4.1,0,1,1,1,1);
  1645. case 13: ApplyAnimation(playerid,"GYMNASIUM","gym_tread_falloff",4.1,0,1,1,1,1);
  1646. case 14: ApplyAnimation(playerid,"GYMNASIUM","gym_tread_getoff",4.1,0,1,1,1,1);
  1647. case 15: ApplyAnimation(playerid,"GYMNASIUM","gym_tread_geton",4.1,0,1,1,1,1);
  1648. case 16: ApplyAnimation(playerid,"GYMNASIUM","gym_tread_jog",4.1,0,1,1,1,1);
  1649. case 17: ApplyAnimation(playerid,"GYMNASIUM","gym_tread_sprint",4.1,0,1,1,1,1);
  1650. case 18: ApplyAnimation(playerid,"GYMNASIUM","gym_tread_tired",4.1,0,1,1,1,1);
  1651. case 19: ApplyAnimation(playerid,"GYMNASIUM","gym_tread_walk",4.1,0,1,1,1,1);
  1652. case 20: ApplyAnimation(playerid,"GYMNASIUM","gym_walk_falloff",4.1,0,1,1,1,1);
  1653. case 21: ApplyAnimation(playerid,"GYMNASIUM","Pedals_fast",4.1,0,1,1,1,1);
  1654. case 22: ApplyAnimation(playerid,"GYMNASIUM","Pedals_med",4.1,0,1,1,1,1);
  1655. case 23: ApplyAnimation(playerid,"GYMNASIUM","Pedals_slow",4.1,0,1,1,1,1);
  1656. case 24: ApplyAnimation(playerid,"GYMNASIUM","Pedals_still",4.1,0,1,1,1,1);
  1657. }
  1658. return 1;
  1659. }
  1660.  
  1661. if(!strcmp(cmd, "/animhaircut", true))
  1662. {
  1663. if(IsPlayerInAnyVehicle(playerid) == 1) return SendClientMessage(playerid,COLOR_RED," Animations are inaccessible in transport!");
  1664.  
  1665. tmp = strtok(cmdtext, idx);
  1666. animid = strval(tmp);
  1667. if(!strlen(tmp)||animid < 1 || animid > 13)
  1668. {
  1669. SendClientMessage(playerid,COLOR_SYSTEM," Syntax: /animhaircut [1-13]");
  1670. return 1;
  1671. }
  1672. switch(animid)
  1673. {
  1674. case 1: ApplyAnimation(playerid,"HAIRCUTS","BRB_Beard_01",4.1,0,1,1,1,1);
  1675. case 2: ApplyAnimation(playerid,"HAIRCUTS","BRB_Buy",4.1,0,1,1,1,1);
  1676. case 3: ApplyAnimation(playerid,"HAIRCUTS","BRB_Cut",4.1,0,1,1,1,1);
  1677. case 4: ApplyAnimation(playerid,"HAIRCUTS","BRB_Cut_In",4.1,0,1,1,1,1);
  1678. case 5: ApplyAnimation(playerid,"HAIRCUTS","BRB_Cut_Out",4.1,0,1,1,1,1);
  1679. case 6: ApplyAnimation(playerid,"HAIRCUTS","BRB_Hair_01",4.1,0,1,1,1,1);
  1680. case 7: ApplyAnimation(playerid,"HAIRCUTS","BRB_Hair_02",4.1,0,1,1,1,1);
  1681. case 8: ApplyAnimation(playerid,"HAIRCUTS","BRB_In",4.1,0,1,1,1,1);
  1682. case 9: ApplyAnimation(playerid,"HAIRCUTS","BRB_Out",4.1,0,1,1,1,1);
  1683. case 10: ApplyAnimation(playerid,"HAIRCUTS","BRB_Loop",4.1,0,1,1,1,1);
  1684. case 11: ApplyAnimation(playerid,"HAIRCUTS","BRB_Sit_In",4.1,0,1,1,1,1);
  1685. case 12: ApplyAnimation(playerid,"HAIRCUTS","BRB_Sit_Loop",4.1,0,1,1,1,1);
  1686. case 13: ApplyAnimation(playerid,"HAIRCUTS","BRB_Sit_Out",4.1,0,1,1,1,1);
  1687. }
  1688. return 1;
  1689. }
  1690.  
  1691. if(!strcmp(cmd, "/animheist", true))
  1692. {
  1693. if(IsPlayerInAnyVehicle(playerid) == 1) return SendClientMessage(playerid,COLOR_RED," Animations are inaccessible in transport!");
  1694.  
  1695. tmp = strtok(cmdtext, idx);
  1696. animid = strval(tmp);
  1697. if(!strlen(tmp)||animid < 1 || animid > 10)
  1698. {
  1699. SendClientMessage(playerid,COLOR_SYSTEM," Syntax: /animheist [1-10]");
  1700. return 1;
  1701. }
  1702. switch(animid)
  1703. {
  1704. case 1: ApplyAnimation(playerid,"HEIST9","CAS_G2_GasKO",4.1,0,1,1,1,1);
  1705. case 2: ApplyAnimation(playerid,"HEIST9","swt_wllpk_L",4.1,0,1,1,1,1);
  1706. case 3: ApplyAnimation(playerid,"HEIST9","swt_wllpk_L_back",4.1,0,1,1,1,1);
  1707. case 4: ApplyAnimation(playerid,"HEIST9","swt_wllpk_R",4.1,0,1,1,1,1);
  1708. case 5: ApplyAnimation(playerid,"HEIST9","swt_wllpk_R_back",4.1,0,1,1,1,1);
  1709. case 6: ApplyAnimation(playerid,"HEIST9","swt_wllshoot_in_L",4.1,0,1,1,1,1);
  1710. case 7: ApplyAnimation(playerid,"HEIST9","swt_wllshoot_in_R",4.1,0,1,1,1,1);
  1711. case 8: ApplyAnimation(playerid,"HEIST9","swt_wllshoot_out_L",4.1,0,1,1,1,1);
  1712. case 9: ApplyAnimation(playerid,"HEIST9","swt_wllshoot_out_R",4.1,0,1,1,1,1);
  1713. case 10: ApplyAnimation(playerid,"HEIST9","Use_SwipeCard",4.1,0,1,1,1,1);
  1714. }
  1715. return 1;
  1716. }
  1717.  
  1718. if(!strcmp(cmd, "/animinthouse", true))
  1719. {
  1720. if(IsPlayerInAnyVehicle(playerid) == 1) return SendClientMessage(playerid,COLOR_RED," Animations are inaccessible in transport!");
  1721.  
  1722. tmp = strtok(cmdtext, idx);
  1723. animid = strval(tmp);
  1724. if(!strlen(tmp)||animid < 1 || animid > 10)
  1725. {
  1726. SendClientMessage(playerid,COLOR_SYSTEM," Syntax: /animinthouse [1-10]");
  1727. return 1;
  1728. }
  1729. switch(animid)
  1730. {
  1731. case 1: ApplyAnimation(playerid,"INT_HOUSE","BED_In_L",4.1,0,1,1,1,1);
  1732. case 2: ApplyAnimation(playerid,"INT_HOUSE","BED_In_R",4.1,0,1,1,1,1);
  1733. case 3: ApplyAnimation(playerid,"INT_HOUSE","BED_Loop_L",4.1,0,1,1,1,1);
  1734. case 4: ApplyAnimation(playerid,"INT_HOUSE","BED_Loop_R",4.1,0,1,1,1,1);
  1735. case 5: ApplyAnimation(playerid,"INT_HOUSE","BED_Out_L",4.1,0,1,1,1,1);
  1736. case 6: ApplyAnimation(playerid,"INT_HOUSE","BED_Out_R",4.1,0,1,1,1,1);
  1737. case 7: ApplyAnimation(playerid,"INT_HOUSE","LOU_In",4.1,0,1,1,1,1);
  1738. case 8: ApplyAnimation(playerid,"INT_HOUSE","LOU_Loop",4.1,0,1,1,1,1);
  1739. case 9: ApplyAnimation(playerid,"INT_HOUSE","LOU_Out",4.1,0,1,1,1,1);
  1740. case 10: ApplyAnimation(playerid,"INT_HOUSE","wash_up",4.1,0,1,1,1,1);
  1741. }
  1742. return 1;
  1743. }
  1744.  
  1745. if(!strcmp(cmd, "/animintoffice", true))
  1746. {
  1747. if(IsPlayerInAnyVehicle(playerid) == 1) return SendClientMessage(playerid,COLOR_RED," Animations are inaccessible in transport!");
  1748.  
  1749. tmp = strtok(cmdtext, idx);
  1750. animid = strval(tmp);
  1751. if(!strlen(tmp)||animid < 1 || animid > 10)
  1752. {
  1753. SendClientMessage(playerid,COLOR_SYSTEM," Syntax: /animintoffice [1-10]");
  1754. return 1;
  1755. }
  1756. switch(animid)
  1757. {
  1758. case 1: ApplyAnimation(playerid,"INT_OFFICE","FF_Dam_Fwd",4.1,0,1,1,1,1);
  1759. case 2: ApplyAnimation(playerid,"INT_OFFICE","OFF_Sit_2Idle_180",4.1,0,1,1,1,1);
  1760. case 3: ApplyAnimation(playerid,"INT_OFFICE","OFF_Sit_Bored_Loop",4.1,0,1,1,1,1);
  1761. case 4: ApplyAnimation(playerid,"INT_OFFICE","OFF_Sit_Crash",4.1,0,1,1,1,1);
  1762. case 5: ApplyAnimation(playerid,"INT_OFFICE","OFF_Sit_Drink",4.1,0,1,1,1,1);
  1763. case 6: ApplyAnimation(playerid,"INT_OFFICE","OFF_Sit_Idle_Loop",4.1,0,1,1,1,1);
  1764. case 7: ApplyAnimation(playerid,"INT_OFFICE","OFF_Sit_In",4.1,0,1,1,1,1);
  1765. case 8: ApplyAnimation(playerid,"INT_OFFICE","OFF_Sit_Read",4.1,0,1,1,1,1);
  1766. case 9: ApplyAnimation(playerid,"INT_OFFICE","OFF_Sit_Type_Loop",4.1,0,1,1,1,1);
  1767. case 10: ApplyAnimation(playerid,"INT_OFFICE","OFF_Sit_Watch",4.1,0,1,1,1,1);
  1768. }
  1769. return 1;
  1770. }
  1771.  
  1772. if(!strcmp(cmd, "/animintshop", true))
  1773. {
  1774. if(IsPlayerInAnyVehicle(playerid) == 1) return SendClientMessage(playerid,COLOR_RED," Animations are inaccessible in transport!");
  1775.  
  1776. tmp = strtok(cmdtext, idx);
  1777. animid = strval(tmp);
  1778. if(!strlen(tmp)||animid < 1 || animid > 8)
  1779. {
  1780. SendClientMessage(playerid,COLOR_SYSTEM," Syntax: /animintshop [1-8]");
  1781. return 1;
  1782. }
  1783. switch(animid)
  1784. {
  1785. case 1: ApplyAnimation(playerid,"INT_SHOP","shop_cashier",4.1,0,1,1,1,1);
  1786. case 2: ApplyAnimation(playerid,"INT_SHOP","shop_in",4.1,0,1,1,1,1);
  1787. case 3: ApplyAnimation(playerid,"INT_SHOP","shop_lookA",4.1,0,1,1,1,1);
  1788. case 4: ApplyAnimation(playerid,"INT_SHOP","shop_lookB",4.1,0,1,1,1,1);
  1789. case 5: ApplyAnimation(playerid,"INT_SHOP","shop_loop",4.1,0,1,1,1,1);
  1790. case 6: ApplyAnimation(playerid,"INT_SHOP","shop_out",4.1,0,1,1,1,1);
  1791. case 7: ApplyAnimation(playerid,"INT_SHOP","shop_pay",4.1,0,1,1,1,1);
  1792. case 8: ApplyAnimation(playerid,"INT_SHOP","shop_shelf",4.1,0,1,1,1,1);
  1793. }
  1794. return 1;
  1795. }
  1796.  
  1797. if(!strcmp(cmd, "/animjst", true))
  1798. {
  1799. if(IsPlayerInAnyVehicle(playerid) == 1) return SendClientMessage(playerid,COLOR_RED," Animations are inaccessible in transport!");
  1800.  
  1801. tmp = strtok(cmdtext, idx);
  1802. animid = strval(tmp);
  1803. if(!strlen(tmp)||animid < 1 || animid > 4)
  1804. {
  1805. SendClientMessage(playerid,COLOR_SYSTEM," Syntax: /animjst [1-4]");
  1806. return 1;
  1807. }
  1808. switch(animid)
  1809. {
  1810. case 1: ApplyAnimation(playerid,"JST_BUISNESS","girl_01",4.1,0,1,1,1,1);
  1811. case 2: ApplyAnimation(playerid,"JST_BUISNESS","girl_02",4.1,0,1,1,1,1);
  1812. case 3: ApplyAnimation(playerid,"JST_BUISNESS","player_01",4.1,0,1,1,1,1);
  1813. case 4: ApplyAnimation(playerid,"JST_BUISNESS","smoke_01",4.1,0,1,1,1,1);
  1814. }
  1815. return 1;
  1816. }
  1817.  
  1818. if(!strcmp(cmd, "/animkart", true))
  1819. {
  1820. if(IsPlayerInAnyVehicle(playerid) == 1) return SendClientMessage(playerid,COLOR_RED," Animations are inaccessible in transport!");
  1821.  
  1822. tmp = strtok(cmdtext, idx);
  1823. animid = strval(tmp);
  1824. if(!strlen(tmp)||animid < 1 || animid > 4)
  1825. {
  1826. SendClientMessage(playerid,COLOR_SYSTEM," Syntax: /animkart [1-4]");
  1827. return 1;
  1828. }
  1829. switch(animid)
  1830. {
  1831. case 1: ApplyAnimation(playerid,"KART","KART_getin_LHS",4.1,0,1,1,1,1);
  1832. case 2: ApplyAnimation(playerid,"KART","KART_getin_RHS",4.1,0,1,1,1,1);
  1833. case 3: ApplyAnimation(playerid,"KART","KART_getout_LHS",4.1,0,1,1,1,1);
  1834. case 4: ApplyAnimation(playerid,"KART","KART_getout_RHS",4.1,0,1,1,1,1);
  1835. }
  1836. return 1;
  1837. }
  1838.  
  1839. if(!strcmp(cmd, "/animkissing", true))
  1840. {
  1841. if(IsPlayerInAnyVehicle(playerid) == 1) return SendClientMessage(playerid,COLOR_RED," Animations are inaccessible in transport!");
  1842.  
  1843. tmp = strtok(cmdtext, idx);
  1844. animid = strval(tmp);
  1845. if(!strlen(tmp)||animid < 1 || animid > 15)
  1846. {
  1847. SendClientMessage(playerid,COLOR_SYSTEM," Syntax: /animkissing [1-15]");
  1848. return 1;
  1849. }
  1850. switch(animid)
  1851. {
  1852. case 1: ApplyAnimation(playerid,"KISSING","BD_GF_Wave",4.1,0,1,1,1,1);
  1853. case 2: ApplyAnimation(playerid,"KISSING","gfwave2",4.1,0,1,1,1,1);
  1854. case 3: ApplyAnimation(playerid,"KISSING","GF_CarArgue_01",4.1,0,1,1,1,1);
  1855. case 4: ApplyAnimation(playerid,"KISSING","GF_CarArgue_02",4.1,0,1,1,1,1);
  1856. case 5: ApplyAnimation(playerid,"KISSING","GF_CarSpot",4.1,0,1,1,1,1);
  1857. case 6: ApplyAnimation(playerid,"KISSING","GF_StreetArgue_01",4.1,0,1,1,1,1);
  1858. case 7: ApplyAnimation(playerid,"KISSING","GF_StreetArgue_02",4.1,0,1,1,1,1);
  1859. case 8: ApplyAnimation(playerid,"KISSING","gift_get",4.1,0,1,1,1,1);
  1860. case 9: ApplyAnimation(playerid,"KISSING","gift_give",4.1,0,1,1,1,1);
  1861. case 10: ApplyAnimation(playerid,"KISSING","Grlfrd_Kiss_01",4.1,0,1,1,1,1);
  1862. case 11: ApplyAnimation(playerid,"KISSING","Grlfrd_Kiss_02",4.1,0,1,1,1,1);
  1863. case 12: ApplyAnimation(playerid,"KISSING","Grlfrd_Kiss_03",4.1,0,1,1,1,1);
  1864. case 13: ApplyAnimation(playerid,"KISSING","Playa_Kiss_01",4.1,0,1,1,1,1);
  1865. case 14: ApplyAnimation(playerid,"KISSING","Playa_Kiss_02",4.1,0,1,1,1,1);
  1866. case 15: ApplyAnimation(playerid,"KISSING","Playa_Kiss_03",4.1,0,1,1,1,1);
  1867. }
  1868. return 1;
  1869. }
  1870.  
  1871. if(!strcmp(cmd, "/animknife", true))
  1872. {
  1873. if(IsPlayerInAnyVehicle(playerid) == 1) return SendClientMessage(playerid,COLOR_RED," Animations are inaccessible in transport!");
  1874.  
  1875. tmp = strtok(cmdtext, idx);
  1876. animid = strval(tmp);
  1877. if(!strlen(tmp)||animid < 1 || animid > 16)
  1878. {
  1879. SendClientMessage(playerid,COLOR_SYSTEM," Syntax: /animknife [1-16]");
  1880. return 1;
  1881. }
  1882. switch(animid)
  1883. {
  1884. case 1: ApplyAnimation(playerid,"KNIFE","KILL_Knife_Ped_Damage",4.1,0,1,1,1,1);
  1885. case 2: ApplyAnimation(playerid,"KNIFE","KILL_Knife_Ped_Die",4.1,0,1,1,1,1);
  1886. case 3: ApplyAnimation(playerid,"KNIFE","KILL_Knife_Player",4.1,0,1,1,1,1);
  1887. case 4: ApplyAnimation(playerid,"KNIFE","KILL_Partial",4.1,0,1,1,1,1);
  1888. case 5: ApplyAnimation(playerid,"KNIFE","knife_1",4.1,0,1,1,1,1);
  1889. case 6: ApplyAnimation(playerid,"KNIFE","knife_2",4.1,0,1,1,1,1);
  1890. case 7: ApplyAnimation(playerid,"KNIFE","knife_3",4.1,0,1,1,1,1);
  1891. case 8: ApplyAnimation(playerid,"KNIFE","knife_4",4.1,0,1,1,1,1);
  1892. case 9: ApplyAnimation(playerid,"KNIFE","knife_block",4.1,0,1,1,1,1);
  1893. case 10: ApplyAnimation(playerid,"KNIFE","Knife_G",4.1,0,1,1,1,1);
  1894. case 11: ApplyAnimation(playerid,"KNIFE","knife_hit_1",4.1,0,1,1,1,1);
  1895. case 12: ApplyAnimation(playerid,"KNIFE","knife_hit_2",4.1,0,1,1,1,1);
  1896. case 13: ApplyAnimation(playerid,"KNIFE","knife_hit_3",4.1,0,1,1,1,1);
  1897. case 14: ApplyAnimation(playerid,"KNIFE","knife_IDLE",4.1,0,1,1,1,1);
  1898. case 15: ApplyAnimation(playerid,"KNIFE","knife_part",4.1,0,1,1,1,1);
  1899. case 16: ApplyAnimation(playerid,"KNIFE","WEAPON_knifeidle",4.1,0,1,1,1,1);
  1900. }
  1901. return 1;
  1902. }
  1903.  
  1904. if(!strcmp(cmd, "/animlapdan", true))
  1905. {
  1906. if(IsPlayerInAnyVehicle(playerid) == 1) return SendClientMessage(playerid,COLOR_RED," Animations are inaccessible in transport!");
  1907.  
  1908. tmp = strtok(cmdtext, idx);
  1909. animid = strval(tmp);
  1910. if(!strlen(tmp)||animid < 1 || animid > 2)
  1911. {
  1912. SendClientMessage(playerid,COLOR_SYSTEM," Syntax: /animlapdan [1-2]");
  1913. return 1;
  1914. }
  1915. switch(animid)
  1916. {
  1917. case 1: ApplyAnimation(playerid,"LAPDAN1","LAPDAN_D",4.1,0,1,1,1,1);
  1918. case 2: ApplyAnimation(playerid,"LAPDAN1","LAPDAN_P",4.1,0,1,1,1,1);
  1919. }
  1920. return 1;
  1921. }
  1922.  
  1923. if(!strcmp(cmd, "/animlapdan2", true))
  1924. {
  1925. if(IsPlayerInAnyVehicle(playerid) == 1) return SendClientMessage(playerid,COLOR_RED," Animations are inaccessible in transport!");
  1926.  
  1927. tmp = strtok(cmdtext, idx);
  1928. animid = strval(tmp);
  1929. if(!strlen(tmp)||animid < 1 || animid > 2)
  1930. {
  1931. SendClientMessage(playerid,COLOR_SYSTEM," Syntax: /animlapdan [1-2]");
  1932. return 1;
  1933. }
  1934. switch(animid)
  1935. {
  1936. case 1: ApplyAnimation(playerid,"LAPDAN2","LAPDAN_D",4.1,0,1,1,1,1);
  1937. case 2: ApplyAnimation(playerid,"LAPDAN2","LAPDAN_P",4.1,0,1,1,1,1);
  1938. }
  1939. return 1;
  1940. }
  1941.  
  1942. if(!strcmp(cmd, "/animlapdan3", true))
  1943. {
  1944. if(IsPlayerInAnyVehicle(playerid) == 1) return SendClientMessage(playerid,COLOR_RED," Animations are inaccessible in transport!");
  1945.  
  1946. tmp = strtok(cmdtext, idx);
  1947. animid = strval(tmp);
  1948. if(!strlen(tmp)||animid < 1 || animid > 2)
  1949. {
  1950. SendClientMessage(playerid,COLOR_SYSTEM," Syntax: /animlapdan [1-2]");
  1951. return 1;
  1952. }
  1953. switch(animid)
  1954. {
  1955. case 1: ApplyAnimation(playerid,"LAPDAN3","LAPDAN_D",4.1,0,1,1,1,1);
  1956. case 2: ApplyAnimation(playerid,"LAPDAN3","LAPDAN_P",4.1,0,1,1,1,1);
  1957. }
  1958. return 1;
  1959. }
  1960.  
  1961. if(!strcmp(cmd, "/animlowrider", true))
  1962. {
  1963. if(IsPlayerInAnyVehicle(playerid) == 1) return SendClientMessage(playerid,COLOR_RED," Animations are inaccessible in transport!");
  1964.  
  1965. tmp = strtok(cmdtext, idx);
  1966. animid = strval(tmp);
  1967. if(!strlen(tmp)||animid < 1 || animid > 39)
  1968. {
  1969. SendClientMessage(playerid,COLOR_SYSTEM," Syntax: /animlowrider [1-39]");
  1970. return 1;
  1971. }
  1972. switch(animid)
  1973. {
  1974. case 1: ApplyAnimation(playerid,"LOWRIDER","F_smklean_loop",4.1,0,1,1,1,1);
  1975. case 2: ApplyAnimation(playerid,"LOWRIDER","lrgirl_bdbnce",4.1,0,1,1,1,1);
  1976. case 3: ApplyAnimation(playerid,"LOWRIDER","lrgirl_hair",4.1,0,1,1,1,1);
  1977. case 4: ApplyAnimation(playerid,"LOWRIDER","lrgirl_hurry",4.1,0,1,1,1,1);
  1978. case 5: ApplyAnimation(playerid,"LOWRIDER","lrgirl_idleloop",4.1,0,1,1,1,1);
  1979. case 6: ApplyAnimation(playerid,"LOWRIDER","lrgirl_idle_to_l0",4.1,0,1,1,1,1);
  1980. case 7: ApplyAnimation(playerid,"LOWRIDER","lrgirl_l0_bnce",4.1,0,1,1,1,1);
  1981. case 8: ApplyAnimation(playerid,"LOWRIDER","lrgirl_l0_loop",4.1,0,1,1,1,1);
  1982. case 9: ApplyAnimation(playerid,"LOWRIDER","lrgirl_l0_to_l1",4.1,0,1,1,1,1);
  1983. case 10: ApplyAnimation(playerid,"LOWRIDER","lrgirl_l12_to_l0",4.1,0,1,1,1,1);
  1984. case 11: ApplyAnimation(playerid,"LOWRIDER","lrgirl_l1_bnce",4.1,0,1,1,1,1);
  1985. case 12: ApplyAnimation(playerid,"LOWRIDER","lrgirl_l1_loop",4.1,0,1,1,1,1);
  1986. case 13: ApplyAnimation(playerid,"LOWRIDER","lrgirl_l1_to_l2",4.1,0,1,1,1,1);
  1987. case 14: ApplyAnimation(playerid,"LOWRIDER","lrgirl_l2_bnce",4.1,0,1,1,1,1);
  1988. case 15: ApplyAnimation(playerid,"LOWRIDER","lrgirl_l2_loop",4.1,0,1,1,1,1);
  1989. case 16: ApplyAnimation(playerid,"LOWRIDER","lrgirl_l2_to_l3",4.1,0,1,1,1,1);
  1990. case 17: ApplyAnimation(playerid,"LOWRIDER","lrgirl_l345_to_l1",4.1,0,1,1,1,1);
  1991. case 18: ApplyAnimation(playerid,"LOWRIDER","lrgirl_l3_bnce",4.1,0,1,1,1,1);
  1992. case 19: ApplyAnimation(playerid,"LOWRIDER","lrgirl_l3_loop",4.1,0,1,1,1,1);
  1993. case 20: ApplyAnimation(playerid,"LOWRIDER","lrgirl_l3_to_l4",4.1,0,1,1,1,1);
  1994. case 21: ApplyAnimation(playerid,"LOWRIDER","lrgirl_l4_bnce",4.1,0,1,1,1,1);
  1995. case 22: ApplyAnimation(playerid,"LOWRIDER","lrgirl_l4_loop",4.1,0,1,1,1,1);
  1996. case 23: ApplyAnimation(playerid,"LOWRIDER","lrgirl_l4_to_l5",4.1,0,1,1,1,1);
  1997. case 24: ApplyAnimation(playerid,"LOWRIDER","lrgirl_l5_bnce",4.1,0,1,1,1,1);
  1998. case 25: ApplyAnimation(playerid,"LOWRIDER","lrgirl_l5_loop",4.1,0,1,1,1,1);
  1999. case 26: ApplyAnimation(playerid,"LOWRIDER","M_smklean_loop",4.1,0,1,1,1,1);
  2000. case 27: ApplyAnimation(playerid,"LOWRIDER","M_smkstnd_loop",4.1,0,1,1,1,1);
  2001. case 28: ApplyAnimation(playerid,"LOWRIDER","prtial_gngtlkB",4.1,0,1,1,1,1);
  2002. case 29: ApplyAnimation(playerid,"LOWRIDER","prtial_gngtlkC",4.1,0,1,1,1,1);
  2003. case 30: ApplyAnimation(playerid,"LOWRIDER","prtial_gngtlkD",4.1,0,1,1,1,1);
  2004. case 31: ApplyAnimation(playerid,"LOWRIDER","prtial_gngtlkE",4.1,0,1,1,1,1);
  2005. case 32: ApplyAnimation(playerid,"LOWRIDER","prtial_gngtlkF",4.1,0,1,1,1,1);
  2006. case 33: ApplyAnimation(playerid,"LOWRIDER","prtial_gngtlkG",4.1,0,1,1,1,1);
  2007. case 34: ApplyAnimation(playerid,"LOWRIDER","prtial_gngtlkH",4.1,0,1,1,1,1);
  2008. case 35: ApplyAnimation(playerid,"LOWRIDER","RAP_A_Loop",4.1,0,1,1,1,1);
  2009. case 36: ApplyAnimation(playerid,"LOWRIDER","RAP_B_Loop",4.1,0,1,1,1,1);
  2010. case 37: ApplyAnimation(playerid,"LOWRIDER","RAP_C_Loop",4.1,0,1,1,1,1);
  2011. case 38: ApplyAnimation(playerid,"LOWRIDER","Sit_relaxed",4.1,0,1,1,1,1);
  2012. case 39: ApplyAnimation(playerid,"LOWRIDER","Tap_hand",4.1,0,1,1,1,1);
  2013. }
  2014. return 1;
  2015. }
  2016.  
  2017. if(!strcmp(cmd, "/animmdchase", true))
  2018. {
  2019. if(IsPlayerInAnyVehicle(playerid) == 1) return SendClientMessage(playerid,COLOR_RED," Animations are inaccessible in transport!");
  2020.  
  2021. tmp = strtok(cmdtext, idx);
  2022. animid = strval(tmp);
  2023. if(!strlen(tmp)||animid < 1 || animid > 25)
  2024. {
  2025. SendClientMessage(playerid,COLOR_SYSTEM," Syntax: /animmdchase [1-25]");
  2026. return 1;
  2027. }
  2028. switch(animid)
  2029. {
  2030. case 1: ApplyAnimation(playerid,"MD_CHASE","Carhit_Hangon",4.1,0,1,1,1,1);
  2031. case 2: ApplyAnimation(playerid,"MD_CHASE","Carhit_Tumble",4.1,0,1,1,1,1);
  2032. case 3: ApplyAnimation(playerid,"MD_CHASE","donutdrop",4.1,0,1,1,1,1);
  2033. case 4: ApplyAnimation(playerid,"MD_CHASE","Fen_Choppa_L1",4.1,0,1,1,1,1);
  2034. case 5: ApplyAnimation(playerid,"MD_CHASE","Fen_Choppa_L2",4.1,0,1,1,1,1);
  2035. case 6: ApplyAnimation(playerid,"MD_CHASE","Fen_Choppa_L3",4.1,0,1,1,1,1);
  2036. case 7: ApplyAnimation(playerid,"MD_CHASE","Fen_Choppa_R1",4.1,0,1,1,1,1);
  2037. case 8: ApplyAnimation(playerid,"MD_CHASE","Fen_Choppa_R2",4.1,0,1,1,1,1);
  2038. case 9: ApplyAnimation(playerid,"MD_CHASE","Fen_Choppa_R3",4.1,0,1,1,1,1);
  2039. case 10: ApplyAnimation(playerid,"MD_CHASE","Hangon_Stun_loop",4.1,0,1,1,1,1);
  2040. case 11: ApplyAnimation(playerid,"MD_CHASE","Hangon_Stun_Turn",4.1,0,1,1,1,1);
  2041. case 12: ApplyAnimation(playerid,"MD_CHASE","MD_BIKE_2_HANG",4.1,0,1,1,1,1);
  2042. case 13: ApplyAnimation(playerid,"MD_CHASE","MD_BIKE_Jmp_BL",4.1,0,1,1,1,1);
  2043. case 14: ApplyAnimation(playerid,"MD_CHASE","MD_BIKE_Jmp_F",4.1,0,1,1,1,1);
  2044. case 15: ApplyAnimation(playerid,"MD_CHASE","MD_BIKE_Lnd_BL",4.1,0,1,1,1,1);
  2045. case 16: ApplyAnimation(playerid,"MD_CHASE","MD_BIKE_Lnd_Die_BL",4.1,0,1,1,1,1);
  2046. case 17: ApplyAnimation(playerid,"MD_CHASE","MD_BIKE_Lnd_Die_F",4.1,0,1,1,1,1);
  2047. case 18: ApplyAnimation(playerid,"MD_CHASE","MD_BIKE_Lnd_F",4.1,0,1,1,1,1);
  2048. case 19: ApplyAnimation(playerid,"MD_CHASE","MD_BIKE_Lnd_Roll",4.1,0,1,1,1,1);
  2049. case 20: ApplyAnimation(playerid,"MD_CHASE","MD_BIKE_Lnd_Roll_F",4.1,0,1,1,1,1);
  2050. case 21: ApplyAnimation(playerid,"MD_CHASE","MD_BIKE_Punch",4.1,0,1,1,1,1);
  2051. case 22: ApplyAnimation(playerid,"MD_CHASE","MD_BIKE_Punch_F",4.1,0,1,1,1,1);
  2052. case 23: ApplyAnimation(playerid,"MD_CHASE","MD_BIKE_Shot_F",4.1,0,1,1,1,1);
  2053. case 24: ApplyAnimation(playerid,"MD_CHASE","MD_HANG_Lnd_Roll",4.1,0,1,1,1,1);
  2054. case 25: ApplyAnimation(playerid,"MD_CHASE","MD_HANG_Loop",4.1,0,1,1,1,1);
  2055. }
  2056. return 1;
  2057. }
  2058.  
  2059. if(!strcmp(cmd, "/animmddend", true))
  2060. {
  2061. if(IsPlayerInAnyVehicle(playerid) == 1) return SendClientMessage(playerid,COLOR_RED," Animations are inaccessible in transport!");
  2062.  
  2063. tmp = strtok(cmdtext, idx);
  2064. animid = strval(tmp);
  2065. if(!strlen(tmp)||animid < 1 || animid > 8)
  2066. {
  2067. SendClientMessage(playerid,COLOR_SYSTEM," Syntax: /animmddend [1-8]");
  2068. return 1;
  2069. }
  2070. switch(animid)
  2071. {
  2072. case 1: ApplyAnimation(playerid,"MD_END","END_SC1_PLY",4.1,0,1,1,1,1);
  2073. case 2: ApplyAnimation(playerid,"MD_END","END_SC1_RYD",4.1,0,1,1,1,1);
  2074. case 3: ApplyAnimation(playerid,"MD_END","END_SC1_SMO",4.1,0,1,1,1,1);
  2075. case 4: ApplyAnimation(playerid,"MD_END","END_SC1_SWE",4.1,0,1,1,1,1);
  2076. case 5: ApplyAnimation(playerid,"MD_END","END_SC2_PLY",4.1,0,1,1,1,1);
  2077. case 6: ApplyAnimation(playerid,"MD_END","END_SC2_RYD",4.1,0,1,1,1,1);
  2078. case 7: ApplyAnimation(playerid,"MD_END","END_SC2_SMO",4.1,0,1,1,1,1);
  2079. case 8: ApplyAnimation(playerid,"MD_END","END_SC2_SWE",4.1,0,1,1,1,1);
  2080. }
  2081. return 1;
  2082. }
  2083.  
  2084. if(!strcmp(cmd, "/animmedic", true))
  2085. {
  2086. if(IsPlayerInAnyVehicle(playerid) == 1) return SendClientMessage(playerid,COLOR_RED," Animations are inaccessible in transport!");
  2087.  
  2088. ApplyAnimation(playerid,"MEDIC","CPR",4.1,0,1,1,1,1);
  2089. return 1;
  2090. }
  2091.  
  2092. if(!strcmp(cmd, "/animmisc", true))
  2093. {
  2094. if(IsPlayerInAnyVehicle(playerid) == 1) return SendClientMessage(playerid,COLOR_RED," Animations are inaccessible in transport!");
  2095.  
  2096. tmp = strtok(cmdtext, idx);
  2097. animid = strval(tmp);
  2098. if(!strlen(tmp)||animid < 1 || animid > 41)
  2099. {
  2100. SendClientMessage(playerid,COLOR_SYSTEM," Syntax: /animms [1-41]");
  2101. return 1;
  2102. }
  2103. switch(animid)
  2104. {
  2105. case 1: ApplyAnimation(playerid,"MISC","bitchslap",4.1,0,1,1,1,1);
  2106. case 2: ApplyAnimation(playerid,"MISC","BMX_celebrate",4.1,0,1,1,1,1);
  2107. case 3: ApplyAnimation(playerid,"MISC","BMX_comeon",4.1,0,1,1,1,1);
  2108. case 4: ApplyAnimation(playerid,"MISC","bmx_idleloop_01",4.1,0,1,1,1,1);
  2109. case 5: ApplyAnimation(playerid,"MISC","bmx_idleloop_02",4.1,0,1,1,1,1);
  2110. case 6: ApplyAnimation(playerid,"MISC","bmx_talkleft_in",4.1,0,1,1,1,1);
  2111. case 7: ApplyAnimation(playerid,"MISC","bmx_talkleft_loop",4.1,0,1,1,1,1);
  2112. case 8: ApplyAnimation(playerid,"MISC","bmx_talkleft_out",4.1,0,1,1,1,1);
  2113. case 9: ApplyAnimation(playerid,"MISC","bmx_talkright_in",4.1,0,1,1,1,1);
  2114. case 10: ApplyAnimation(playerid,"MISC","bmx_talkright_loop",4.1,0,1,1,1,1);
  2115. case 11: ApplyAnimation(playerid,"MISC","bmx_talkright_out",4.1,0,1,1,1,1);
  2116. case 12: ApplyAnimation(playerid,"MISC","bng_wndw",4.1,0,1,1,1,1);
  2117. case 13: ApplyAnimation(playerid,"MISC","bng_wndw_02",4.1,0,1,1,1,1);
  2118. case 14: ApplyAnimation(playerid,"MISC","Case_pickup",4.1,0,1,1,1,1);
  2119. case 15: ApplyAnimation(playerid,"MISC","door_jet",4.1,0,1,1,1,1);
  2120. case 16: ApplyAnimation(playerid,"MISC","GRAB_L",4.1,0,1,1,1,1);
  2121. case 17: ApplyAnimation(playerid,"MISC","GRAB_R",4.1,0,1,1,1,1);
  2122. case 18: ApplyAnimation(playerid,"MISC","Hiker_Pose",4.1,0,1,1,1,1);
  2123. case 19: ApplyAnimation(playerid,"MISC","Hiker_Pose_L",4.1,0,1,1,1,1);
  2124. case 20: ApplyAnimation(playerid,"MISC","Idle_Chat_02",4.1,0,1,1,1,1);
  2125. case 21: ApplyAnimation(playerid,"MISC","KAT_Throw_K",4.1,0,1,1,1,1);
  2126. case 22: ApplyAnimation(playerid,"MISC","KAT_Throw_O",4.1,0,1,1,1,1);
  2127. case 23: ApplyAnimation(playerid,"MISC","KAT_Throw_P",4.1,0,1,1,1,1);
  2128. case 24: ApplyAnimation(playerid,"MISC","PASS_Rifle_O",4.1,0,1,1,1,1);
  2129. case 25: ApplyAnimation(playerid,"MISC","PASS_Rifle_Ped",4.1,0,1,1,1,1);
  2130. case 26: ApplyAnimation(playerid,"MISC","PASS_Rifle_Ply",4.1,0,1,1,1,1);
  2131. case 27: ApplyAnimation(playerid,"MISC","pickup_box",4.1,0,1,1,1,1);
  2132. case 28: ApplyAnimation(playerid,"MISC","Plane_door",4.1,0,1,1,1,1);
  2133. case 29: ApplyAnimation(playerid,"MISC","Plane_exit",4.1,0,1,1,1,1);
  2134. case 30: ApplyAnimation(playerid,"MISC","Plane_hijack",4.1,0,1,1,1,1);
  2135. case 31: ApplyAnimation(playerid,"MISC","Plunger_01",4.1,0,1,1,1,1);
  2136. case 32: ApplyAnimation(playerid,"MISC","Plyrlean_loop",4.1,0,1,1,1,1);
  2137. case 33: ApplyAnimation(playerid,"MISC","plyr_shkhead",4.1,0,1,1,1,1);
  2138. case 34: ApplyAnimation(playerid,"MISC","Run_Dive",4.1,0,1,1,1,1);
  2139. case 35: ApplyAnimation(playerid,"MISC","Scratchballs_01",4.1,0,1,1,1,1);
  2140. case 36: ApplyAnimation(playerid,"MISC","SEAT_LR",4.1,0,1,1,1,1);
  2141. case 37: ApplyAnimation(playerid,"MISC","Seat_talk_01",4.1,0,1,1,1,1);
  2142. case 38: ApplyAnimation(playerid,"MISC","Seat_talk_02",4.1,0,1,1,1,1);
  2143. case 39: ApplyAnimation(playerid,"MISC","SEAT_watch",4.1,0,1,1,1,1);
  2144. case 40: ApplyAnimation(playerid,"MISC","smalplane_door",4.1,0,1,1,1,1);
  2145. case 41: ApplyAnimation(playerid,"MISC","smlplane_door",4.1,0,1,1,1,1);
  2146. }
  2147. return 1;
  2148. }
  2149.  
  2150. if(!strcmp(cmd, "/animmtb", true))
  2151. {
  2152. if(IsPlayerInAnyVehicle(playerid) == 1) return SendClientMessage(playerid,COLOR_RED," Animations are inaccessible in transport!");
  2153.  
  2154. tmp = strtok(cmdtext, idx);
  2155. animid = strval(tmp);
  2156. if(!strlen(tmp)||animid < 1 || animid > 18)
  2157. {
  2158. SendClientMessage(playerid,COLOR_SYSTEM," Syntax: /animmtb [1-18]");
  2159. return 1;
  2160. }
  2161. switch(animid)
  2162. {
  2163. case 1: ApplyAnimation(playerid,"MTB","MTB_back",4.1,0,1,1,1,1);
  2164. case 2: ApplyAnimation(playerid,"MTB","MTB_bunnyhop",4.1,0,1,1,1,1);
  2165. case 3: ApplyAnimation(playerid,"MTB","MTB_drivebyFT",4.1,0,1,1,1,1);
  2166. case 4: ApplyAnimation(playerid,"MTB","MTB_driveby_LHS",4.1,0,1,1,1,1);
  2167. case 5: ApplyAnimation(playerid,"MTB","MTB_driveby_RHS",4.1,0,1,1,1,1);
  2168. case 6: ApplyAnimation(playerid,"MTB","MTB_fwd",4.1,0,1,1,1,1);
  2169. case 7: ApplyAnimation(playerid,"MTB","MTB_getoffBACK",4.1,0,1,1,1,1);
  2170. case 8: ApplyAnimation(playerid,"MTB","MTB_pushes",4.1,0,1,1,1,1);
  2171. case 9: ApplyAnimation(playerid,"MTB","MTB_getoffLHS",4.1,0,1,1,1,1);
  2172. case 10: ApplyAnimation(playerid,"MTB","MTB_getoffRHS",4.1,0,1,1,1,1);
  2173. case 11: ApplyAnimation(playerid,"MTB","MTB_jumponL",4.1,0,1,1,1,1);
  2174. case 12: ApplyAnimation(playerid,"MTB","MTB_jumponR",4.1,0,1,1,1,1);
  2175. case 13: ApplyAnimation(playerid,"MTB","MTB_Left",4.1,0,1,1,1,1);
  2176. case 14: ApplyAnimation(playerid,"MTB","MTB_pedal",4.1,0,1,1,1,1);
  2177. case 15: ApplyAnimation(playerid,"MTB","MTB_Ride",4.1,0,1,1,1,1);
  2178. case 16: ApplyAnimation(playerid,"MTB","MTB_Right",4.1,0,1,1,1,1);
  2179. case 17: ApplyAnimation(playerid,"MTB","MTB_sprint",4.1,0,1,1,1,1);
  2180. case 18: ApplyAnimation(playerid,"MTB","MTB_still",4.1,0,1,1,1,1);
  2181. }
  2182. return 1;
  2183. }
  2184.  
  2185. if(!strcmp(cmd, "/animmusculcar", true))
  2186. {
  2187. if(IsPlayerInAnyVehicle(playerid) == 1) return SendClientMessage(playerid,COLOR_RED," Animations are inaccessible in transport!");
  2188.  
  2189. tmp = strtok(cmdtext, idx);
  2190. animid = strval(tmp);
  2191. if(!strlen(tmp)||animid < 1 || animid > 17)
  2192. {
  2193. SendClientMessage(playerid,COLOR_SYSTEM," Syntax: /animmusculcar [1-17]");
  2194. return 1;
  2195. }
  2196. switch(animid)
  2197. {
  2198. case 1: ApplyAnimation(playerid,"MUSCULAR","MscleWalkst_armed",4.1,0,1,1,1,1);
  2199. case 2: ApplyAnimation(playerid,"MUSCULAR","MscleWalkst_Csaw",4.1,0,1,1,1,1);
  2200. case 3: ApplyAnimation(playerid,"MUSCULAR","Mscle_rckt_run",4.1,0,1,1,1,1);
  2201. case 4: ApplyAnimation(playerid,"MUSCULAR","Mscle_rckt_walkst",4.1,0,1,1,1,1);
  2202. case 5: ApplyAnimation(playerid,"MUSCULAR","Mscle_run_Csaw",4.1,0,1,1,1,1);
  2203. case 6: ApplyAnimation(playerid,"MUSCULAR","MuscleIdle",4.1,0,1,1,1,1);
  2204. case 7: ApplyAnimation(playerid,"MUSCULAR","MuscleIdle_armed",4.1,0,1,1,1,1);
  2205. case 8: ApplyAnimation(playerid,"MUSCULAR","MuscleIdle_Csaw",4.1,0,1,1,1,1);
  2206. case 9: ApplyAnimation(playerid,"MUSCULAR","MuscleIdle_rocket",4.1,0,1,1,1,1);
  2207. case 10: ApplyAnimation(playerid,"MUSCULAR","MuscleRun",4.1,0,1,1,1,1);
  2208. case 11: ApplyAnimation(playerid,"MUSCULAR","MuscleRun_armed",4.1,0,1,1,1,1);
  2209. case 12: ApplyAnimation(playerid,"MUSCULAR","MuscleSprint",4.1,0,1,1,1,1);
  2210. case 13: ApplyAnimation(playerid,"MUSCULAR","MuscleWalk",4.1,0,1,1,1,1);
  2211. case 14: ApplyAnimation(playerid,"MUSCULAR","MuscleWalkstart",4.1,0,1,1,1,1);
  2212. case 15: ApplyAnimation(playerid,"MUSCULAR","MuscleWalk_armed",4.1,0,1,1,1,1);
  2213. case 16: ApplyAnimation(playerid,"MUSCULAR","Musclewalk_Csaw",4.1,0,1,1,1,1);
  2214. case 17: ApplyAnimation(playerid,"MUSCULAR","Musclewalk_rocket",4.1,0,1,1,1,1);
  2215. }
  2216. return 1;
  2217. }
  2218.  
  2219. if(!strcmp(cmd, "/animnevada", true))
  2220. {
  2221. if(IsPlayerInAnyVehicle(playerid) == 1) return SendClientMessage(playerid,COLOR_RED," Animations are inaccessible in transport!");
  2222.  
  2223. tmp = strtok(cmdtext, idx);
  2224. animid = strval(tmp);
  2225. if(!strlen(tmp)||animid < 1 || animid > 2)
  2226. {
  2227. SendClientMessage(playerid,COLOR_SYSTEM," Syntax: /animnevada [1-2]");
  2228. return 1;
  2229. }
  2230. switch(animid)
  2231. {
  2232. case 1: ApplyAnimation(playerid,"NEVADA","NEVADA_getin",4.1,0,1,1,1,1);
  2233. case 2: ApplyAnimation(playerid,"NEVADA","NEVADA_getout",4.1,0,1,1,1,1);
  2234. }
  2235. return 1;
  2236. }
  2237.  
  2238. if(!strcmp(cmd, "/animonlookers", true))
  2239. {
  2240. if(IsPlayerInAnyVehicle(playerid) == 1) return SendClientMessage(playerid,COLOR_RED," Animations are inaccessible in transport!");
  2241.  
  2242. tmp = strtok(cmdtext, idx);
  2243. animid = strval(tmp);
  2244. if(!strlen(tmp)||animid < 1 || animid > 29)
  2245. {
  2246. SendClientMessage(playerid,COLOR_SYSTEM," Syntax: /animlookers [1-29]");
  2247. return 1;
  2248. }
  2249. switch(animid)
  2250. {
  2251. case 1: ApplyAnimation(playerid,"ON_LOOKERS","lkaround_in",4.1,0,1,1,1,1);
  2252. case 2: ApplyAnimation(playerid,"ON_LOOKERS","lkaround_loop",4.1,0,1,1,1,1);
  2253. case 3: ApplyAnimation(playerid,"ON_LOOKERS","lkaround_out",4.1,0,1,1,1,1);
  2254. case 4: ApplyAnimation(playerid,"ON_LOOKERS","lkup_in",4.1,0,1,1,1,1);
  2255. case 5: ApplyAnimation(playerid,"ON_LOOKERS","lkup_loop",4.1,0,1,1,1,1);
  2256. case 6: ApplyAnimation(playerid,"ON_LOOKERS","lkup_out",4.1,0,1,1,1,1);
  2257. case 7: ApplyAnimation(playerid,"ON_LOOKERS","lkup_point",4.1,0,1,1,1,1);
  2258. case 8: ApplyAnimation(playerid,"ON_LOOKERS","panic_cower",4.1,0,1,1,1,1);
  2259. case 9: ApplyAnimation(playerid,"ON_LOOKERS","panic_hide",4.1,0,1,1,1,1);
  2260. case 10: ApplyAnimation(playerid,"ON_LOOKERS","panic_in",4.1,0,1,1,1,1);
  2261. case 11: ApplyAnimation(playerid,"ON_LOOKERS","panic_loop",4.1,0,1,1,1,1);
  2262. case 12: ApplyAnimation(playerid,"ON_LOOKERS","panic_out",4.1,0,1,1,1,1);
  2263. case 13: ApplyAnimation(playerid,"ON_LOOKERS","panic_point",4.1,0,1,1,1,1);
  2264. case 14: ApplyAnimation(playerid,"ON_LOOKERS","panic_shout",4.1,0,1,1,1,1);
  2265. case 15: ApplyAnimation(playerid,"ON_LOOKERS","Pointup_in",4.1,0,1,1,1,1);
  2266. case 16: ApplyAnimation(playerid,"ON_LOOKERS","Pointup_loop",4.1,0,1,1,1,1);
  2267. case 17: ApplyAnimation(playerid,"ON_LOOKERS","Pointup_out",4.1,0,1,1,1,1);
  2268. case 18: ApplyAnimation(playerid,"ON_LOOKERS","Pointup_shout",4.1,0,1,1,1,1);
  2269. case 19: ApplyAnimation(playerid,"ON_LOOKERS","point_in",4.1,0,1,1,1,1);
  2270. case 20: ApplyAnimation(playerid,"ON_LOOKERS","point_loop",4.1,0,1,1,1,1);
  2271. case 21: ApplyAnimation(playerid,"ON_LOOKERS","point_out",4.1,0,1,1,1,1);
  2272. case 22: ApplyAnimation(playerid,"ON_LOOKERS","shout_01",4.1,0,1,1,1,1);
  2273. case 23: ApplyAnimation(playerid,"ON_LOOKERS","shout_02",4.1,0,1,1,1,1);
  2274. case 24: ApplyAnimation(playerid,"ON_LOOKERS","shout_in",4.1,0,1,1,1,1);
  2275. case 25: ApplyAnimation(playerid,"ON_LOOKERS","shout_loop",4.1,0,1,1,1,1);
  2276. case 26: ApplyAnimation(playerid,"ON_LOOKERS","shout_out",4.1,0,1,1,1,1);
  2277. case 27: ApplyAnimation(playerid,"ON_LOOKERS","wave_in",4.1,0,1,1,1,1);
  2278. case 28: ApplyAnimation(playerid,"ON_LOOKERS","wave_loop",4.1,0,1,1,1,1);
  2279. case 29: ApplyAnimation(playerid,"ON_LOOKERS","wave_out",4.1,0,1,1,1,1);
  2280. }
  2281. return 1;
  2282. }
  2283.  
  2284. if(!strcmp(cmd, "/animotb", true))
  2285. {
  2286. if(IsPlayerInAnyVehicle(playerid) == 1) return SendClientMessage(playerid,COLOR_RED," Animations are inaccessible in transport!");
  2287.  
  2288. tmp = strtok(cmdtext, idx);
  2289. animid = strval(tmp);
  2290. if(!strlen(tmp)||animid < 1 || animid > 11)
  2291. {
  2292. SendClientMessage(playerid,COLOR_SYSTEM," Syntax: /animotb [1-11]");
  2293. return 1;
  2294. }
  2295. switch(animid)
  2296. {
  2297. case 1: ApplyAnimation(playerid,"OTB","betslp_in",4.1,0,1,1,1,1);
  2298. case 2: ApplyAnimation(playerid,"OTB","betslp_lkabt",4.1,0,1,1,1,1);
  2299. case 3: ApplyAnimation(playerid,"OTB","betslp_loop",4.1,0,1,1,1,1);
  2300. case 4: ApplyAnimation(playerid,"OTB","betslp_out",4.1,0,1,1,1,1);
  2301. case 5: ApplyAnimation(playerid,"OTB","betslp_tnk",4.1,0,1,1,1,1);
  2302. case 6: ApplyAnimation(playerid,"OTB","wtchrace_cmon",4.1,0,1,1,1,1);
  2303. case 7: ApplyAnimation(playerid,"OTB","wtchrace_in",4.1,0,1,1,1,1);
  2304. case 8: ApplyAnimation(playerid,"OTB","wtchrace_loop",4.1,0,1,1,1,1);
  2305. case 9: ApplyAnimation(playerid,"OTB","wtchrace_lose",4.1,0,1,1,1,1);
  2306. case 10: ApplyAnimation(playerid,"OTB","wtchrace_out",4.1,0,1,1,1,1);
  2307. case 11: ApplyAnimation(playerid,"OTB","wtchrace_win",4.1,0,1,1,1,1);
  2308. }
  2309. return 1;
  2310. }
  2311.  
  2312. if(!strcmp(cmd, "/animparachute", true))
  2313. {
  2314. if(IsPlayerInAnyVehicle(playerid) == 1) return SendClientMessage(playerid,COLOR_RED," Animations are inaccessible in transport!");
  2315.  
  2316. tmp = strtok(cmdtext, idx);
  2317. animid = strval(tmp);
  2318. if(!strlen(tmp)||animid < 1 || animid > 22)
  2319. {
  2320. SendClientMessage(playerid,COLOR_SYSTEM," Syntax: /animpara [1-22]");
  2321. return 1;
  2322. }
  2323. switch(animid)
  2324. {
  2325. case 1: ApplyAnimation(playerid,"PARACHUTE","FALL_skyDive",4.1,0,1,1,1,1);
  2326. case 2: ApplyAnimation(playerid,"PARACHUTE","FALL_SkyDive_Accel",4.1,0,1,1,1,1);
  2327. case 3: ApplyAnimation(playerid,"PARACHUTE","FALL_skyDive_DIE",4.1,0,1,1,1,1);
  2328. case 4: ApplyAnimation(playerid,"PARACHUTE","FALL_SkyDive_L",4.1,0,1,1,1,1);
  2329. case 5: ApplyAnimation(playerid,"PARACHUTE","FALL_SkyDive_R",4.1,0,1,1,1,1);
  2330. case 6: ApplyAnimation(playerid,"PARACHUTE","PARA_decel",4.1,0,1,1,1,1);
  2331. case 7: ApplyAnimation(playerid,"PARACHUTE","PARA_decel_O",4.1,0,1,1,1,1);
  2332. case 8: ApplyAnimation(playerid,"PARACHUTE","PARA_float",4.1,0,1,1,1,1);
  2333. case 9: ApplyAnimation(playerid,"PARACHUTE","PARA_float_O",4.1,0,1,1,1,1);
  2334. case 10: ApplyAnimation(playerid,"PARACHUTE","PARA_Land",4.1,0,1,1,1,1);
  2335. case 11: ApplyAnimation(playerid,"PARACHUTE","PARA_Land_O",4.1,0,1,1,1,1);
  2336. case 12: ApplyAnimation(playerid,"PARACHUTE","PARA_Land_Water",4.1,0,1,1,1,1);
  2337. case 13: ApplyAnimation(playerid,"PARACHUTE","PARA_Land_Water_O",4.1,0,1,1,1,1);
  2338. case 14: ApplyAnimation(playerid,"PARACHUTE","PARA_open",4.1,0,1,1,1,1);
  2339. case 15: ApplyAnimation(playerid,"PARACHUTE","PARA_open_O",4.1,0,1,1,1,1);
  2340. case 16: ApplyAnimation(playerid,"PARACHUTE","PARA_Rip_Land_O",4.1,0,1,1,1,1);
  2341. case 17: ApplyAnimation(playerid,"PARACHUTE","PARA_Rip_Loop_O",4.1,0,1,1,1,1);
  2342. case 18: ApplyAnimation(playerid,"PARACHUTE","PARA_Rip_O",4.1,0,1,1,1,1);
  2343. case 19: ApplyAnimation(playerid,"PARACHUTE","PARA_steerL",4.1,0,1,1,1,1);
  2344. case 20: ApplyAnimation(playerid,"PARACHUTE","PARA_steerL_O",4.1,0,1,1,1,1);
  2345. case 21: ApplyAnimation(playerid,"PARACHUTE","PARA_steerR",4.1,0,1,1,1,1);
  2346. case 22: ApplyAnimation(playerid,"PARACHUTE","PARA_steerR_O",4.1,0,1,1,1,1);
  2347. }
  2348. return 1;
  2349. }
  2350.  
  2351. if(!strcmp(cmd, "/animpark", true))
  2352. {
  2353. if(IsPlayerInAnyVehicle(playerid) == 1) return SendClientMessage(playerid,COLOR_RED," Animations are inaccessible in transport!");
  2354.  
  2355. tmp = strtok(cmdtext, idx);
  2356. animid = strval(tmp);
  2357. if(!strlen(tmp)||animid < 1 || animid > 3)
  2358. {
  2359. SendClientMessage(playerid,COLOR_SYSTEM," Syntax: /animpark [1-3]");
  2360. return 1;
  2361. }
  2362. switch(animid)
  2363. {
  2364. case 1: ApplyAnimation(playerid,"PARK","Tai_Chi_in",4.1,0,1,1,1,1);
  2365. case 2: ApplyAnimation(playerid,"PARK","Tai_Chi_Loop",4.1,0,1,1,1,1);
  2366. case 3: ApplyAnimation(playerid,"PARK","Tai_Chi_Out",4.1,0,1,1,1,1);
  2367. }
  2368. return 1;
  2369. }
  2370.  
  2371. if(!strcmp(cmd, "/animpaulnmac", true))
  2372. {
  2373. if(IsPlayerInAnyVehicle(playerid) == 1) return SendClientMessage(playerid,COLOR_RED," Animations are inaccessible in transport!");
  2374.  
  2375. tmp = strtok(cmdtext, idx);
  2376. animid = strval(tmp);
  2377. if(!strlen(tmp)||animid < 1 || animid > 12)
  2378. {
  2379. SendClientMessage(playerid,COLOR_SYSTEM," Syntax: /animpaulnmac [1-12]");
  2380. return 1;
  2381. }
  2382. switch(animid)
  2383. {
  2384. case 1: ApplyAnimation(playerid,"PAULNMAC","Piss_in",4.1,0,1,1,1,1);
  2385. case 2: ApplyAnimation(playerid,"PAULNMAC","Piss_loop",4.1,0,1,1,1,1);
  2386. case 3: ApplyAnimation(playerid,"PAULNMAC","Piss_out",4.1,0,1,1,1,1);
  2387. case 4: ApplyAnimation(playerid,"PAULNMAC","PnM_Argue1_A",4.1,0,1,1,1,1);
  2388. case 5: ApplyAnimation(playerid,"PAULNMAC","PnM_Argue1_B",4.1,0,1,1,1,1);
  2389. case 6: ApplyAnimation(playerid,"PAULNMAC","PnM_Argue2_A",4.1,0,1,1,1,1);
  2390. case 7: ApplyAnimation(playerid,"PAULNMAC","PnM_Argue2_B",4.1,0,1,1,1,1);
  2391. case 8: ApplyAnimation(playerid,"PAULNMAC","PnM_Loop_A",4.1,0,1,1,1,1);
  2392. case 9: ApplyAnimation(playerid,"PAULNMAC","PnM_Loop_B",4.1,0,1,1,1,1);
  2393. case 10: ApplyAnimation(playerid,"PAULNMAC","wank_in",4.1,0,1,1,1,1);
  2394. case 11: ApplyAnimation(playerid,"PAULNMAC","wank_loop",4.1,0,1,1,1,1);
  2395. case 12: ApplyAnimation(playerid,"PAULNMAC","wank_out",4.1,0,1,1,1,1);
  2396. }
  2397. return 1;
  2398. }
  2399.  
  2400. if(!strcmp(cmd, "/animped", true))
  2401. {
  2402. if(IsPlayerInAnyVehicle(playerid) == 1) return SendClientMessage(playerid,COLOR_RED," Animations are inaccessible in transport!");
  2403.  
  2404. tmp = strtok(cmdtext, idx);
  2405. animid = strval(tmp);
  2406. if(!strlen(tmp)||animid < 1 || animid > 295)
  2407. {
  2408. SendClientMessage(playerid,COLOR_SYSTEM," Syntax: /animped [1-295]");
  2409. return 1;
  2410. }
  2411. switch(animid)
  2412. {
  2413. case 1: ApplyAnimation(playerid,"PED","abseil",4.1,0,1,1,1,1);
  2414. case 2: ApplyAnimation(playerid,"PED","ARRESTgun",4.1,0,1,1,1,1);
  2415. case 3: ApplyAnimation(playerid,"PED","ATM",4.1,0,1,1,1,1);
  2416. case 4: ApplyAnimation(playerid,"PED","BIKE_elbowL",4.1,0,1,1,1,1);
  2417. case 5: ApplyAnimation(playerid,"PED","BIKE_elbowR",4.1,0,1,1,1,1);
  2418. case 6: ApplyAnimation(playerid,"PED","BIKE_fallR",4.1,0,1,1,1,1);
  2419. case 7: ApplyAnimation(playerid,"PED","BIKE_fall_off",4.1,0,1,1,1,1);
  2420. case 8: ApplyAnimation(playerid,"PED","BIKE_pickupL",4.1,0,1,1,1,1);
  2421. case 9: ApplyAnimation(playerid,"PED","BIKE_pickupR",4.1,0,1,1,1,1);
  2422. case 10: ApplyAnimation(playerid,"PED","BIKE_pullupL",4.1,0,1,1,1,1);
  2423. case 11: ApplyAnimation(playerid,"PED","BIKE_pullupR",4.1,0,1,1,1,1);
  2424. case 12: ApplyAnimation(playerid,"PED","bomber",4.1,0,1,1,1,1);
  2425. case 13: ApplyAnimation(playerid,"PED","CAR_alignHI_LHS",4.1,0,1,1,1,1);
  2426. case 14: ApplyAnimation(playerid,"PED","CAR_alignHI_RHS",4.1,0,1,1,1,1);
  2427. case 15: ApplyAnimation(playerid,"PED","CAR_align_LHS",4.1,0,1,1,1,1);
  2428. case 16: ApplyAnimation(playerid,"PED","CAR_align_RHS",4.1,0,1,1,1,1);
  2429. case 17: ApplyAnimation(playerid,"PED","CAR_closedoorL_LHS",4.1,0,1,1,1,1);
  2430. case 18: ApplyAnimation(playerid,"PED","CAR_closedoorL_RHS",4.1,0,1,1,1,1);
  2431. case 19: ApplyAnimation(playerid,"PED","CAR_closedoor_LHS",4.1,0,1,1,1,1);
  2432. case 20: ApplyAnimation(playerid,"PED","CAR_closedoor_RHS",4.1,0,1,1,1,1);
  2433. case 21: ApplyAnimation(playerid,"PED","CAR_close_LHS",4.1,0,1,1,1,1);
  2434. case 22: ApplyAnimation(playerid,"PED","CAR_close_RHS",4.1,0,1,1,1,1);
  2435. case 23: ApplyAnimation(playerid,"PED","CAR_crawloutRHS",4.1,0,1,1,1,1);
  2436. case 24: ApplyAnimation(playerid,"PED","CAR_dead_LHS",4.1,0,1,1,1,1);
  2437. case 25: ApplyAnimation(playerid,"PED","CAR_dead_RHS",4.1,0,1,1,1,1);
  2438. case 26: ApplyAnimation(playerid,"PED","CAR_doorlocked_LHS",4.1,0,1,1,1,1);
  2439. case 27: ApplyAnimation(playerid,"PED","CAR_doorlocked_RHS",4.1,0,1,1,1,1);
  2440. case 28: ApplyAnimation(playerid,"PED","CAR_fallout_LHS",4.1,0,1,1,1,1);
  2441. case 29: ApplyAnimation(playerid,"PED","CAR_fallout_RHS",4.1,0,1,1,1,1);
  2442. case 30: ApplyAnimation(playerid,"PED","CAR_getinL_LHS",4.1,0,1,1,1,1);
  2443. case 31: ApplyAnimation(playerid,"PED","CAR_getinL_RHS",4.1,0,1,1,1,1);
  2444. case 32: ApplyAnimation(playerid,"PED","CAR_getin_LHS",4.1,0,1,1,1,1);
  2445. case 33: ApplyAnimation(playerid,"PED","CAR_getin_RHS",4.1,0,1,1,1,1);
  2446. case 34: ApplyAnimation(playerid,"PED","CAR_getoutL_LHS",4.1,0,1,1,1,1);
  2447. case 35: ApplyAnimation(playerid,"PED","CAR_getoutL_RHS",4.1,0,1,1,1,1);
  2448. case 36: ApplyAnimation(playerid,"PED","CAR_getout_LHS",4.1,0,1,1,1,1);
  2449. case 37: ApplyAnimation(playerid,"PED","CAR_getout_RHS",4.1,0,1,1,1,1);
  2450. case 38: ApplyAnimation(playerid,"PED","car_hookertalk",4.1,0,1,1,1,1);
  2451. case 39: ApplyAnimation(playerid,"PED","CAR_jackedLHS",4.1,0,1,1,1,1);
  2452. case 40: ApplyAnimation(playerid,"PED","CAR_jackedRHS",4.1,0,1,1,1,1);
  2453. case 41: ApplyAnimation(playerid,"PED","CAR_jumpin_LHS",4.1,0,1,1,1,1);
  2454. case 42: ApplyAnimation(playerid,"PED","CAR_LB",4.1,0,1,1,1,1);
  2455. case 43: ApplyAnimation(playerid,"PED","CAR_LB_pro",4.1,0,1,1,1,1);
  2456. case 44: ApplyAnimation(playerid,"PED","CAR_LB_weak",4.1,0,1,1,1,1);
  2457. case 45: ApplyAnimation(playerid,"PED","CAR_LjackedLHS",4.1,0,1,1,1,1);
  2458. case 46: ApplyAnimation(playerid,"PED","CAR_LjackedRHS",4.1,0,1,1,1,1);
  2459. case 47: ApplyAnimation(playerid,"PED","CAR_Lshuffle_RHS",4.1,0,1,1,1,1);
  2460. case 48: ApplyAnimation(playerid,"PED","CAR_Lsit",4.1,0,1,1,1,1);
  2461. case 49: ApplyAnimation(playerid,"PED","CAR_open_LHS",4.1,0,1,1,1,1);
  2462. case 50: ApplyAnimation(playerid,"PED","CAR_open_RHS",4.1,0,1,1,1,1);
  2463. case 51: ApplyAnimation(playerid,"PED","CAR_pulloutL_LHS",4.1,0,1,1,1,1);
  2464. case 52: ApplyAnimation(playerid,"PED","CAR_pulloutL_RHS",4.1,0,1,1,1,1);
  2465. case 53: ApplyAnimation(playerid,"PED","CAR_pullout_LHS",4.1,0,1,1,1,1);
  2466. case 54: ApplyAnimation(playerid,"PED","CAR_pullout_RHS",4.1,0,1,1,1,1);
  2467. case 55: ApplyAnimation(playerid,"PED","CAR_Qjacked",4.1,0,1,1,1,1);
  2468. case 56: ApplyAnimation(playerid,"PED","CAR_rolldoor",4.1,0,1,1,1,1);
  2469. case 57: ApplyAnimation(playerid,"PED","CAR_rolldoorLO",4.1,0,1,1,1,1);
  2470. case 58: ApplyAnimation(playerid,"PED","CAR_rollout_LHS",4.1,0,1,1,1,1);
  2471. case 59: ApplyAnimation(playerid,"PED","CAR_rollout_RHS",4.1,0,1,1,1,1);
  2472. case 60: ApplyAnimation(playerid,"PED","CAR_shuffle_RHS",4.1,0,1,1,1,1);
  2473. case 61: ApplyAnimation(playerid,"PED","CAR_sit",4.1,0,1,1,1,1);
  2474. case 62: ApplyAnimation(playerid,"PED","CAR_sitp",4.1,0,1,1,1,1);
  2475. case 63: ApplyAnimation(playerid,"PED","CAR_sitpLO",4.1,0,1,1,1,1);
  2476. case 64: ApplyAnimation(playerid,"PED","CAR_sit_pro",4.1,0,1,1,1,1);
  2477. case 65: ApplyAnimation(playerid,"PED","CAR_sit_weak",4.1,0,1,1,1,1);
  2478. case 66: ApplyAnimation(playerid,"PED","CAR_tune_radio",4.1,0,1,1,1,1);
  2479. case 67: ApplyAnimation(playerid,"PED","CLIMB_idle",4.1,0,1,1,1,1);
  2480. case 68: ApplyAnimation(playerid,"PED","CLIMB_jump",4.1,0,1,1,1,1);
  2481. case 69: ApplyAnimation(playerid,"PED","CLIMB_jump2fall",4.1,0,1,1,1,1);
  2482. case 70: ApplyAnimation(playerid,"PED","CLIMB_jump_B",4.1,0,1,1,1,1);
  2483. case 71: ApplyAnimation(playerid,"PED","CLIMB_Pull",4.1,0,1,1,1,1);
  2484. case 72: ApplyAnimation(playerid,"PED","CLIMB_Stand",4.1,0,1,1,1,1);
  2485. case 73: ApplyAnimation(playerid,"PED","CLIMB_Stand_finish",4.1,0,1,1,1,1);
  2486. case 74: ApplyAnimation(playerid,"PED","cower",4.1,0,1,1,1,1);
  2487. case 75: ApplyAnimation(playerid,"PED","Crouch_Roll_L",4.1,0,1,1,1,1);
  2488. case 76: ApplyAnimation(playerid,"PED","Crouch_Roll_R",4.1,0,1,1,1,1);
  2489. case 77: ApplyAnimation(playerid,"PED","DAM_armL_frmBK",4.1,0,1,1,1,1);
  2490. case 78: ApplyAnimation(playerid,"PED","DAM_armL_frmFT",4.1,0,1,1,1,1);
  2491. case 79: ApplyAnimation(playerid,"PED","DAM_armL_frmLT",4.1,0,1,1,1,1);
  2492. case 80: ApplyAnimation(playerid,"PED","DAM_armR_frmBK",4.1,0,1,1,1,1);
  2493. case 81: ApplyAnimation(playerid,"PED","DAM_armR_frmFT",4.1,0,1,1,1,1);
  2494. case 82: ApplyAnimation(playerid,"PED","DAM_armR_frmRT",4.1,0,1,1,1,1);
  2495. case 83: ApplyAnimation(playerid,"PED","DAM_LegL_frmBK",4.1,0,1,1,1,1);
  2496. case 84: ApplyAnimation(playerid,"PED","DAM_LegL_frmFT",4.1,0,1,1,1,1);
  2497. case 85: ApplyAnimation(playerid,"PED","DAM_LegL_frmLT",4.1,0,1,1,1,1);
  2498. case 86: ApplyAnimation(playerid,"PED","DAM_LegR_frmBK",4.1,0,1,1,1,1);
  2499. case 87: ApplyAnimation(playerid,"PED","DAM_LegR_frmFT",4.1,0,1,1,1,1);
  2500. case 88: ApplyAnimation(playerid,"PED","DAM_LegR_frmRT",4.1,0,1,1,1,1);
  2501. case 89: ApplyAnimation(playerid,"PED","DAM_stomach_frmBK",4.1,0,1,1,1,1);
  2502. case 90: ApplyAnimation(playerid,"PED","DAM_stomach_frmFT",4.1,0,1,1,1,1);
  2503. case 91: ApplyAnimation(playerid,"PED","DAM_stomach_frmLT",4.1,0,1,1,1,1);
  2504. case 92: ApplyAnimation(playerid,"PED","DAM_stomach_frmRT",4.1,0,1,1,1,1);
  2505. case 93: ApplyAnimation(playerid,"PED","DOOR_LHinge_O",4.1,0,1,1,1,1);
  2506. case 94: ApplyAnimation(playerid,"PED","DOOR_RHinge_O",4.1,0,1,1,1,1);
  2507. case 95: ApplyAnimation(playerid,"PED","DrivebyL_L",4.1,0,1,1,1,1);
  2508. case 96: ApplyAnimation(playerid,"PED","DrivebyL_R",4.1,0,1,1,1,1);
  2509. case 97: ApplyAnimation(playerid,"PED","Driveby_L",4.1,0,1,1,1,1);
  2510. case 98: ApplyAnimation(playerid,"PED","Driveby_R",4.1,0,1,1,1,1);
  2511. case 99: ApplyAnimation(playerid,"PED","DRIVE_BOAT",4.1,0,1,1,1,1);
  2512. case 100: ApplyAnimation(playerid,"PED","DRIVE_BOAT_back",4.1,0,1,1,1,1);
  2513. case 101: ApplyAnimation(playerid,"PED","DRIVE_BOAT_L",4.1,0,1,1,1,1);
  2514. case 102: ApplyAnimation(playerid,"PED","DRIVE_BOAT_R",4.1,0,1,1,1,1);
  2515. case 103: ApplyAnimation(playerid,"PED","Drive_L",4.1,0,1,1,1,1);
  2516. case 104: ApplyAnimation(playerid,"PED","Drive_LO_l",4.1,0,1,1,1,1);
  2517. case 105: ApplyAnimation(playerid,"PED","Drive_LO_R",4.1,0,1,1,1,1);
  2518. case 106: ApplyAnimation(playerid,"PED","Drive_L_pro",4.1,0,1,1,1,1);
  2519. case 107: ApplyAnimation(playerid,"PED","Drive_L_pro_slow",4.1,0,1,1,1,1);
  2520. case 108: ApplyAnimation(playerid,"PED","Drive_L_slow",4.1,0,1,1,1,1);
  2521. case 109: ApplyAnimation(playerid,"PED","Drive_L_weak",4.1,0,1,1,1,1);
  2522. case 110: ApplyAnimation(playerid,"PED","Drive_L_weak_slow",4.1,0,1,1,1,1);
  2523. case 111: ApplyAnimation(playerid,"PED","Drive_R",4.1,0,1,1,1,1);
  2524. case 112: ApplyAnimation(playerid,"PED","Drive_R_pro",4.1,0,1,1,1,1);
  2525. case 113: ApplyAnimation(playerid,"PED","Drive_R_pro_slow",4.1,0,1,1,1,1);
  2526. case 114: ApplyAnimation(playerid,"PED","Drive_R_slow",4.1,0,1,1,1,1);
  2527. case 115: ApplyAnimation(playerid,"PED","Drive_R_weak",4.1,0,1,1,1,1);
  2528. case 116: ApplyAnimation(playerid,"PED","Drive_R_weak_slow",4.1,0,1,1,1,1);
  2529. case 117: ApplyAnimation(playerid,"PED","Drive_truck",4.1,0,1,1,1,1);
  2530. case 118: ApplyAnimation(playerid,"PED","DRIVE_truck_back",4.1,0,1,1,1,1);
  2531. case 119: ApplyAnimation(playerid,"PED","DRIVE_truck_L",4.1,0,1,1,1,1);
  2532. case 120: ApplyAnimation(playerid,"PED","DRIVE_truck_R",4.1,0,1,1,1,1);
  2533. case 121: ApplyAnimation(playerid,"PED","Drown",4.1,0,1,1,1,1);
  2534. case 122: ApplyAnimation(playerid,"PED","DUCK_cower",4.1,0,1,1,1,1);
  2535. case 123: ApplyAnimation(playerid,"PED","endchat_01",4.1,0,1,1,1,1);
  2536. case 124: ApplyAnimation(playerid,"PED","endchat_02",4.1,0,1,1,1,1);
  2537. case 125: ApplyAnimation(playerid,"PED","endchat_03",4.1,0,1,1,1,1);
  2538. case 126: ApplyAnimation(playerid,"PED","EV_dive",4.1,0,1,1,1,1);
  2539. case 127: ApplyAnimation(playerid,"PED","EV_step",4.1,0,1,1,1,1);
  2540. case 128: ApplyAnimation(playerid,"PED","facanger",4.1,0,1,1,1,1);
  2541. case 129: ApplyAnimation(playerid,"PED","facanger",4.1,0,1,1,1,1);
  2542. case 130: ApplyAnimation(playerid,"PED","facgum",4.1,0,1,1,1,1);
  2543. case 131: ApplyAnimation(playerid,"PED","facsurp",4.1,0,1,1,1,1);
  2544. case 132: ApplyAnimation(playerid,"PED","facsurpm",4.1,0,1,1,1,1);
  2545. case 133: ApplyAnimation(playerid,"PED","factalk",4.1,0,1,1,1,1);
  2546. case 134: ApplyAnimation(playerid,"PED","facurios",4.1,0,1,1,1,1);
  2547. case 135: ApplyAnimation(playerid,"PED","FALL_back",4.1,0,1,1,1,1);
  2548. case 136: ApplyAnimation(playerid,"PED","FALL_collapse",4.1,0,1,1,1,1);
  2549. case 137: ApplyAnimation(playerid,"PED","FALL_fall",4.1,0,1,1,1,1);
  2550. case 138: ApplyAnimation(playerid,"PED","FALL_front",4.1,0,1,1,1,1);
  2551. case 139: ApplyAnimation(playerid,"PED","FALL_glide",4.1,0,1,1,1,1);
  2552. case 140: ApplyAnimation(playerid,"PED","FALL_land",4.1,0,1,1,1,1);
  2553. case 141: ApplyAnimation(playerid,"PED","FALL_skyDive",4.1,0,1,1,1,1);
  2554. case 142: ApplyAnimation(playerid,"PED","Fight2Idle",4.1,0,1,1,1,1);
  2555. case 143: ApplyAnimation(playerid,"PED","FightA_1",4.1,0,1,1,1,1);
  2556. case 144: ApplyAnimation(playerid,"PED","FightA_2",4.1,0,1,1,1,1);
  2557. case 145: ApplyAnimation(playerid,"PED","FightA_3",4.1,0,1,1,1,1);
  2558. case 146: ApplyAnimation(playerid,"PED","FightA_block",4.1,0,1,1,1,1);
  2559. case 147: ApplyAnimation(playerid,"PED","FightA_G",4.1,0,1,1,1,1);
  2560. case 148: ApplyAnimation(playerid,"PED","FightA_M",4.1,0,1,1,1,1);
  2561. case 149: ApplyAnimation(playerid,"PED","FIGHTIDLE",4.1,0,1,1,1,1);
  2562. case 150: ApplyAnimation(playerid,"PED","FightShB",4.1,0,1,1,1,1);
  2563. case 151: ApplyAnimation(playerid,"PED","FightShF",4.1,0,1,1,1,1);
  2564. case 152: ApplyAnimation(playerid,"PED","FightSh_BWD",4.1,0,1,1,1,1);
  2565. case 153: ApplyAnimation(playerid,"PED","FightSh_FWD",4.1,0,1,1,1,1);
  2566. case 154: ApplyAnimation(playerid,"PED","FightSh_Left",4.1,0,1,1,1,1);
  2567. case 155: ApplyAnimation(playerid,"PED","FightSh_Right",4.1,0,1,1,1,1);
  2568. case 156: ApplyAnimation(playerid,"PED","flee_lkaround_01",4.1,0,1,1,1,1);
  2569. case 157: ApplyAnimation(playerid,"PED","FLOOR_hit",4.1,0,1,1,1,1);
  2570. case 158: ApplyAnimation(playerid,"PED","FLOOR_hit_f",4.1,0,1,1,1,1);
  2571. case 159: ApplyAnimation(playerid,"PED","fucku",4.1,0,1,1,1,1);
  2572. case 160: ApplyAnimation(playerid,"PED","gang_gunstand",4.1,0,1,1,1,1);
  2573. case 161: ApplyAnimation(playerid,"PED","gas_cwr",4.1,0,1,1,1,1);
  2574. case 162: ApplyAnimation(playerid,"PED","getup",4.1,0,1,1,1,1);
  2575. case 163: ApplyAnimation(playerid,"PED","getup_front",4.1,0,1,1,1,1);
  2576. case 164: ApplyAnimation(playerid,"PED","gum_eat",4.1,0,1,1,1,1);
  2577. case 165: ApplyAnimation(playerid,"PED","GunCrouchBwd",4.1,0,1,1,1,1);
  2578. case 166: ApplyAnimation(playerid,"PED","GunCrouchFwd",4.1,0,1,1,1,1);
  2579. case 167: ApplyAnimation(playerid,"PED","GunMove_BWD",4.1,0,1,1,1,1);
  2580. case 168: ApplyAnimation(playerid,"PED","GunMove_FWD",4.1,0,1,1,1,1);
  2581. case 169: ApplyAnimation(playerid,"PED","GunMove_L",4.1,0,1,1,1,1);
  2582. case 170: ApplyAnimation(playerid,"PED","GunMove_R",4.1,0,1,1,1,1);
  2583. case 171: ApplyAnimation(playerid,"PED","Gun_2_IDLE",4.1,0,1,1,1,1);
  2584. case 172: ApplyAnimation(playerid,"PED","GUN_BUTT",4.1,0,1,1,1,1);
  2585. case 173: ApplyAnimation(playerid,"PED","GUN_BUTT_crouch",4.1,0,1,1,1,1);
  2586. case 174: ApplyAnimation(playerid,"PED","Gun_stand",4.1,0,1,1,1,1);
  2587. case 175: ApplyAnimation(playerid,"PED","handscower",4.1,0,1,1,1,1);
  2588. case 176: ApplyAnimation(playerid,"PED","handsup",4.1,0,1,1,1,1);
  2589. case 177: ApplyAnimation(playerid,"PED","HitA_1",4.1,0,1,1,1,1);
  2590. case 178: ApplyAnimation(playerid,"PED","HitA_2",4.1,0,1,1,1,1);
  2591. case 179: ApplyAnimation(playerid,"PED","HitA_3",4.1,0,1,1,1,1);
  2592. case 180: ApplyAnimation(playerid,"PED","HIT_back",4.1,0,1,1,1,1);
  2593. case 181: ApplyAnimation(playerid,"PED","HIT_behind",4.1,0,1,1,1,1);
  2594. case 182: ApplyAnimation(playerid,"PED","HIT_front",4.1,0,1,1,1,1);
  2595. case 183: ApplyAnimation(playerid,"PED","HIT_GUN_BUTT",4.1,0,1,1,1,1);
  2596. case 184: ApplyAnimation(playerid,"PED","HIT_L",4.1,0,1,1,1,1);
  2597. case 185: ApplyAnimation(playerid,"PED","HIT_R",4.1,0,1,1,1,1);
  2598. case 186: ApplyAnimation(playerid,"PED","HIT_walk",4.1,0,1,1,1,1);
  2599. case 187: ApplyAnimation(playerid,"PED","HIT_wall",4.1,0,1,1,1,1);
  2600. case 188: ApplyAnimation(playerid,"PED","Idlestance_fat",4.1,0,1,1,1,1);
  2601. case 189: ApplyAnimation(playerid,"PED","idlestance_old",4.1,0,1,1,1,1);
  2602. case 190: ApplyAnimation(playerid,"PED","IDLE_armed",4.1,0,1,1,1,1);
  2603. case 191: ApplyAnimation(playerid,"PED","IDLE_chat",4.1,0,1,1,1,1);
  2604. case 192: ApplyAnimation(playerid,"PED","IDLE_csaw",4.1,0,1,1,1,1);
  2605. case 193: ApplyAnimation(playerid,"PED","Idle_Gang1",4.1,0,1,1,1,1);
  2606. case 194: ApplyAnimation(playerid,"PED","IDLE_HBHB",4.1,0,1,1,1,1);
  2607. case 195: ApplyAnimation(playerid,"PED","IDLE_ROCKET",4.1,0,1,1,1,1);
  2608. case 196: ApplyAnimation(playerid,"PED","IDLE_stance",4.1,0,1,1,1,1);
  2609. case 197: ApplyAnimation(playerid,"PED","IDLE_taxi",4.1,0,1,1,1,1);
  2610. case 198: ApplyAnimation(playerid,"PED","IDLE_tired",4.1,0,1,1,1,1);
  2611. case 199: ApplyAnimation(playerid,"PED","Jetpack_Idle",4.1,0,1,1,1,1);
  2612. case 200: ApplyAnimation(playerid,"PED","JOG_femaleA",4.1,0,1,1,1,1);
  2613. case 201: ApplyAnimation(playerid,"PED","JOG_maleA",4.1,0,1,1,1,1);
  2614. case 202: ApplyAnimation(playerid,"PED","JUMP_glide",4.1,0,1,1,1,1);
  2615. case 203: ApplyAnimation(playerid,"PED","JUMP_land",4.1,0,1,1,1,1);
  2616. case 204: ApplyAnimation(playerid,"PED","JUMP_launch",4.1,0,1,1,1,1);
  2617. case 205: ApplyAnimation(playerid,"PED","JUMP_launch_R",4.1,0,1,1,1,1);
  2618. case 206: ApplyAnimation(playerid,"PED","KART_drive",4.1,0,1,1,1,1);
  2619. case 207: ApplyAnimation(playerid,"PED","KART_L",4.1,0,1,1,1,1);
  2620. case 208: ApplyAnimation(playerid,"PED","KART_LB",4.1,0,1,1,1,1);
  2621. case 209: ApplyAnimation(playerid,"PED","KART_R",4.1,0,1,1,1,1);
  2622. case 210: ApplyAnimation(playerid,"PED","KD_left",4.1,0,1,1,1,1);
  2623. case 211: ApplyAnimation(playerid,"PED","KD_right",4.1,0,1,1,1,1);
  2624. case 212: ApplyAnimation(playerid,"PED","KO_shot_face",4.1,0,1,1,1,1);
  2625. case 213: ApplyAnimation(playerid,"PED","KO_shot_front",4.1,0,1,1,1,1);
  2626. case 214: ApplyAnimation(playerid,"PED","KO_shot_stom",4.1,0,1,1,1,1);
  2627. case 215: ApplyAnimation(playerid,"PED","KO_skid_back",4.1,0,1,1,1,1);
  2628. case 216: ApplyAnimation(playerid,"PED","KO_skid_front",4.1,0,1,1,1,1);
  2629. case 217: ApplyAnimation(playerid,"PED","KO_spin_L",4.1,0,1,1,1,1);
  2630. case 218: ApplyAnimation(playerid,"PED","KO_spin_R",4.1,0,1,1,1,1);
  2631. case 219: ApplyAnimation(playerid,"PED","pass_Smoke_in_car",4.1,0,1,1,1,1);
  2632. case 220: ApplyAnimation(playerid,"PED","phone_in",4.1,0,1,1,1,1);
  2633. case 221: ApplyAnimation(playerid,"PED","phone_out",4.1,0,1,1,1,1);
  2634. case 222: ApplyAnimation(playerid,"PED","phone_talk",4.1,0,1,1,1,1);
  2635. case 223: ApplyAnimation(playerid,"PED","Player_Sneak",4.1,0,1,1,1,1);
  2636. case 224: ApplyAnimation(playerid,"PED","Player_Sneak_walkstart",4.1,0,1,1,1,1);
  2637. case 225: ApplyAnimation(playerid,"PED","roadcross",4.1,0,1,1,1,1);
  2638. case 226: ApplyAnimation(playerid,"PED","roadcross_female",4.1,0,1,1,1,1);
  2639. case 227: ApplyAnimation(playerid,"PED","roadcross_gang",4.1,0,1,1,1,1);
  2640. case 228: ApplyAnimation(playerid,"PED","roadcross_old",4.1,0,1,1,1,1);
  2641. case 229: ApplyAnimation(playerid,"PED","run_1armed",4.1,0,1,1,1,1);
  2642. case 230: ApplyAnimation(playerid,"PED","run_armed",4.1,0,1,1,1,1);
  2643. case 231: ApplyAnimation(playerid,"PED","run_civi",4.1,0,1,1,1,1);
  2644. case 232: ApplyAnimation(playerid,"PED","run_csaw",4.1,0,1,1,1,1);
  2645. case 233: ApplyAnimation(playerid,"PED","run_fat",4.1,0,1,1,1,1);
  2646. case 234: ApplyAnimation(playerid,"PED","run_fatold",4.1,0,1,1,1,1);
  2647. case 235: ApplyAnimation(playerid,"PED","run_gang1",4.1,0,1,1,1,1);
  2648. case 236: ApplyAnimation(playerid,"PED","run_left",4.1,0,1,1,1,1);
  2649. case 237: ApplyAnimation(playerid,"PED","run_old",4.1,0,1,1,1,1);
  2650. case 238: ApplyAnimation(playerid,"PED","run_player",4.1,0,1,1,1,1);
  2651. case 239: ApplyAnimation(playerid,"PED","run_right",4.1,0,1,1,1,1);
  2652. case 240: ApplyAnimation(playerid,"PED","run_rocket",4.1,0,1,1,1,1);
  2653. case 241: ApplyAnimation(playerid,"PED","Run_stop",4.1,0,1,1,1,1);
  2654. case 242: ApplyAnimation(playerid,"PED","Run_stopR",4.1,0,1,1,1,1);
  2655. case 243: ApplyAnimation(playerid,"PED","Run_Wuzi",4.1,0,1,1,1,1);
  2656. case 244: ApplyAnimation(playerid,"PED","SEAT_down",4.1,0,1,1,1,1);
  2657. case 245: ApplyAnimation(playerid,"PED","SEAT_idle",4.1,0,1,1,1,1);
  2658. case 246: ApplyAnimation(playerid,"PED","SEAT_up",4.1,0,1,1,1,1);
  2659. case 247: ApplyAnimation(playerid,"PED","SHOT_leftP",4.1,0,1,1,1,1);
  2660. case 248: ApplyAnimation(playerid,"PED","SHOT_partial",4.1,0,1,1,1,1);
  2661. case 249: ApplyAnimation(playerid,"PED","SHOT_partial_B",4.1,0,1,1,1,1);
  2662. case 250: ApplyAnimation(playerid,"PED","SHOT_rightP",4.1,0,1,1,1,1);
  2663. case 251: ApplyAnimation(playerid,"PED","Shove_Partial",4.1,0,1,1,1,1);
  2664. case 252: ApplyAnimation(playerid,"PED","Smoke_in_car",4.1,0,1,1,1,1);
  2665. case 253: ApplyAnimation(playerid,"PED","sprint_civi",4.1,0,1,1,1,1);
  2666. case 254: ApplyAnimation(playerid,"PED","sprint_panic",4.1,0,1,1,1,1);
  2667. case 255: ApplyAnimation(playerid,"PED","Sprint_Wuzi",4.1,0,1,1,1,1);
  2668. case 256: ApplyAnimation(playerid,"PED","swat_run",4.1,0,1,1,1,1);
  2669. case 257: ApplyAnimation(playerid,"PED","Swim_Tread",4.1,0,1,1,1,1);
  2670. case 258: ApplyAnimation(playerid,"PED","Tap_hand",4.1,0,1,1,1,1);
  2671. case 259: ApplyAnimation(playerid,"PED","Tap_handP",4.1,0,1,1,1,1);
  2672. case 260: ApplyAnimation(playerid,"PED","turn_180",4.1,0,1,1,1,1);
  2673. case 261: ApplyAnimation(playerid,"PED","Turn_L",4.1,0,1,1,1,1);
  2674. case 262: ApplyAnimation(playerid,"PED","Turn_R",4.1,0,1,1,1,1);
  2675. case 263: ApplyAnimation(playerid,"PED","WALK_armed",4.1,0,1,1,1,1);
  2676. case 264: ApplyAnimation(playerid,"PED","WALK_civi",4.1,0,1,1,1,1);
  2677. case 265: ApplyAnimation(playerid,"PED","WALK_csaw",4.1,0,1,1,1,1);
  2678. case 266: ApplyAnimation(playerid,"PED","Walk_DoorPartial",4.1,0,1,1,1,1);
  2679. case 267: ApplyAnimation(playerid,"PED","WALK_drunk",4.1,0,1,1,1,1);
  2680. case 268: ApplyAnimation(playerid,"PED","WALK_fat",4.1,0,1,1,1,1);
  2681. case 269: ApplyAnimation(playerid,"PED","WALK_fatold",4.1,0,1,1,1,1);
  2682. case 270: ApplyAnimation(playerid,"PED","WALK_gang1",4.1,0,1,1,1,1);
  2683. case 271: ApplyAnimation(playerid,"PED","WALK_gang2",4.1,0,1,1,1,1);
  2684. case 272: ApplyAnimation(playerid,"PED","WALK_old",4.1,0,1,1,1,1);
  2685. case 273: ApplyAnimation(playerid,"PED","WALK_player",4.1,0,1,1,1,1);
  2686. case 274: ApplyAnimation(playerid,"PED","WALK_rocket",4.1,0,1,1,1,1);
  2687. case 275: ApplyAnimation(playerid,"PED","WALK_shuffle",4.1,0,1,1,1,1);
  2688. case 276: ApplyAnimation(playerid,"PED","WALK_start",4.1,0,1,1,1,1);
  2689. case 277: ApplyAnimation(playerid,"PED","WALK_start_armed",4.1,0,1,1,1,1);
  2690. case 278: ApplyAnimation(playerid,"PED","WALK_start_csaw",4.1,0,1,1,1,1);
  2691. case 279: ApplyAnimation(playerid,"PED","WALK_start_rocket",4.1,0,1,1,1,1);
  2692. case 280: ApplyAnimation(playerid,"PED","Walk_Wuzi",4.1,0,1,1,1,1);
  2693. case 281: ApplyAnimation(playerid,"PED","WEAPON_crouch",4.1,0,1,1,1,1);
  2694. case 282: ApplyAnimation(playerid,"PED","woman_idlestance",4.1,0,1,1,1,1);
  2695. case 283: ApplyAnimation(playerid,"PED","woman_run",4.1,0,1,1,1,1);
  2696. case 284: ApplyAnimation(playerid,"PED","WOMAN_runbusy",4.1,0,1,1,1,1);
  2697. case 285: ApplyAnimation(playerid,"PED","WOMAN_runfatold",4.1,0,1,1,1,1);
  2698. case 286: ApplyAnimation(playerid,"PED","woman_runpanic",4.1,0,1,1,1,1);
  2699. case 287: ApplyAnimation(playerid,"PED","WOMAN_runsexy",4.1,0,1,1,1,1);
  2700. case 288: ApplyAnimation(playerid,"PED","WOMAN_walkbusy",4.1,0,1,1,1,1);
  2701. case 289: ApplyAnimation(playerid,"PED","WOMAN_walkfatold",4.1,0,1,1,1,1);
  2702. case 290: ApplyAnimation(playerid,"PED","WOMAN_walknorm",4.1,0,1,1,1,1);
  2703. case 291: ApplyAnimation(playerid,"PED","WOMAN_walkold",4.1,0,1,1,1,1);
  2704. case 292: ApplyAnimation(playerid,"PED","WOMAN_walkpro",4.1,0,1,1,1,1);
  2705. case 293: ApplyAnimation(playerid,"PED","WOMAN_walksexy",4.1,0,1,1,1,1);
  2706. case 294: ApplyAnimation(playerid,"PED","WOMAN_walkshop",4.1,0,1,1,1,1);
  2707. case 295: ApplyAnimation(playerid,"PED","XPRESSscratch",4.1,0,1,1,1,1);
  2708. }
  2709. return 1;
  2710. }
  2711.  
  2712. if(!strcmp(cmd, "/animplayerdvbys", true))
  2713. {
  2714. if(IsPlayerInAnyVehicle(playerid) == 1) return SendClientMessage(playerid,COLOR_RED," Animations are inaccessible in transport!");
  2715.  
  2716. tmp = strtok(cmdtext, idx);
  2717. animid = strval(tmp);
  2718. if(!strlen(tmp)||animid < 1 || animid > 4)
  2719. {
  2720. SendClientMessage(playerid,COLOR_SYSTEM," Syntax: /animplayerdvbys [1-4]");
  2721. return 1;
  2722. }
  2723. switch(animid)
  2724. {
  2725. case 1: ApplyAnimation(playerid,"PLAYER_DVBYS","Plyr_DrivebyBwd",4.1,0,1,1,1,1);
  2726. case 2: ApplyAnimation(playerid,"PLAYER_DVBYS","Plyr_DrivebyFwd",4.1,0,1,1,1,1);
  2727. case 3: ApplyAnimation(playerid,"PLAYER_DVBYS","Plyr_DrivebyLHS",4.1,0,1,1,1,1);
  2728. case 4: ApplyAnimation(playerid,"PLAYER_DVBYS","Plyr_DrivebyRHS",4.1,0,1,1,1,1);
  2729. }
  2730. return 1;
  2731. }
  2732.  
  2733. if(!strcmp(cmd, "/animplayidles", true))
  2734. {
  2735. if(IsPlayerInAnyVehicle(playerid) == 1) return SendClientMessage(playerid,COLOR_RED," Animations are inaccessible in transport!");
  2736.  
  2737. tmp = strtok(cmdtext, idx);
  2738. animid = strval(tmp);
  2739. if(!strlen(tmp)||animid < 1 || animid > 5)
  2740. {
  2741. SendClientMessage(playerid,COLOR_SYSTEM," Syntax: /animplayidles [1-5]");
  2742. return 1;
  2743. }
  2744. switch(animid)
  2745. {
  2746. case 1: ApplyAnimation(playerid,"PLAYIDLES","shift",4.1,0,1,1,1,1);
  2747. case 2: ApplyAnimation(playerid,"PLAYIDLES","shldr",4.1,0,1,1,1,1);
  2748. case 3: ApplyAnimation(playerid,"PLAYIDLES","stretch",4.1,0,1,1,1,1);
  2749. case 4: ApplyAnimation(playerid,"PLAYIDLES","strleg",4.1,0,1,1,1,1);
  2750. case 5: ApplyAnimation(playerid,"PLAYIDLES","time",4.1,0,1,1,1,1);
  2751. }
  2752. return 1;
  2753. }
  2754.  
  2755. if(!strcmp(cmd, "/animpolice", true))
  2756. {
  2757. if(IsPlayerInAnyVehicle(playerid) == 1) return SendClientMessage(playerid,COLOR_RED," Animations are inaccessible in transport!");
  2758.  
  2759. tmp = strtok(cmdtext, idx);
  2760. animid = strval(tmp);
  2761. if(!strlen(tmp)||animid < 1 || animid > 10)
  2762. {
  2763. SendClientMessage(playerid,COLOR_SYSTEM," Syntax: /animpolice [1-10]");
  2764. return 1;
  2765. }
  2766. switch(animid)
  2767. {
  2768. case 1: ApplyAnimation(playerid,"POLICE","CopTraf_Away",4.1,0,1,1,1,1);
  2769. case 2: ApplyAnimation(playerid,"POLICE","CopTraf_Come",4.1,0,1,1,1,1);
  2770. case 3: ApplyAnimation(playerid,"POLICE","CopTraf_Left",4.1,0,1,1,1,1);
  2771. case 4: ApplyAnimation(playerid,"POLICE","CopTraf_Stop",4.1,0,1,1,1,1);
  2772. case 5: ApplyAnimation(playerid,"POLICE","COP_getoutcar_LHS",4.1,0,1,1,1,1);
  2773. case 6: ApplyAnimation(playerid,"POLICE","Cop_move_FWD",4.1,0,1,1,1,1);
  2774. case 7: ApplyAnimation(playerid,"POLICE","crm_drgbst_01",4.1,0,1,1,1,1);
  2775. case 8: ApplyAnimation(playerid,"POLICE","Door_Kick",4.1,0,1,1,1,1);
  2776. case 9: ApplyAnimation(playerid,"POLICE","plc_drgbst_01",4.1,0,1,1,1,1);
  2777. case 10: ApplyAnimation(playerid,"POLICE","plc_drgbst_02",4.1,0,1,1,1,1);
  2778. }
  2779. return 1;
  2780. }
  2781.  
  2782. if(!strcmp(cmd, "/animpool", true))
  2783. {
  2784. if(IsPlayerInAnyVehicle(playerid) == 1) return SendClientMessage(playerid,COLOR_RED," Animations are inaccessible in transport!");
  2785.  
  2786. tmp = strtok(cmdtext, idx);
  2787. animid = strval(tmp);
  2788. if(!strlen(tmp)||animid < 1 || animid > 21)
  2789. {
  2790. SendClientMessage(playerid,COLOR_SYSTEM," Syntax: /animpool [1-21]");
  2791. return 1;
  2792. }
  2793. switch(animid)
  2794. {
  2795. case 1: ApplyAnimation(playerid,"POOL","POOL_ChalkCue",4.1,0,1,1,1,1);
  2796. case 2: ApplyAnimation(playerid,"POOL","POOL_Idle_Stance",4.1,0,1,1,1,1);
  2797. case 3: ApplyAnimation(playerid,"POOL","POOL_Long_Shot",4.1,0,1,1,1,1);
  2798. case 4: ApplyAnimation(playerid,"POOL","POOL_Long_Shot_O",4.1,0,1,1,1,1);
  2799. case 5: ApplyAnimation(playerid,"POOL","POOL_Long_Start",4.1,0,1,1,1,1);
  2800. case 6: ApplyAnimation(playerid,"POOL","POOL_Long_Start_O",4.1,0,1,1,1,1);
  2801. case 7: ApplyAnimation(playerid,"POOL","POOL_Med_Shot",4.1,0,1,1,1,1);
  2802. case 8: ApplyAnimation(playerid,"POOL","POOL_Med_Shot_O",4.1,0,1,1,1,1);
  2803. case 9: ApplyAnimation(playerid,"POOL","POOL_Med_Start",4.1,0,1,1,1,1);
  2804. case 10: ApplyAnimation(playerid,"POOL","POOL_Med_Start_O",4.1,0,1,1,1,1);
  2805. case 11: ApplyAnimation(playerid,"POOL","POOL_Place_White",4.1,0,1,1,1,1);
  2806. case 12: ApplyAnimation(playerid,"POOL","POOL_Short_Shot",4.1,0,1,1,1,1);
  2807. case 13: ApplyAnimation(playerid,"POOL","POOL_Short_Shot_O",4.1,0,1,1,1,1);
  2808. case 14: ApplyAnimation(playerid,"POOL","POOL_Short_Start",4.1,0,1,1,1,1);
  2809. case 15: ApplyAnimation(playerid,"POOL","POOL_Short_Start_O",4.1,0,1,1,1,1);
  2810. case 16: ApplyAnimation(playerid,"POOL","POOL_Walk",4.1,0,1,1,1,1);
  2811. case 17: ApplyAnimation(playerid,"POOL","POOL_Walk_Start",4.1,0,1,1,1,1);
  2812. case 18: ApplyAnimation(playerid,"POOL","POOL_XLong_Shot",4.1,0,1,1,1,1);
  2813. case 19: ApplyAnimation(playerid,"POOL","POOL_XLong_Shot_O",4.1,0,1,1,1,1);
  2814. case 20: ApplyAnimation(playerid,"POOL","POOL_XLong_Start",4.1,0,1,1,1,1);
  2815. case 21: ApplyAnimation(playerid,"POOL","POOL_XLong_Start_O",4.1,0,1,1,1,1);
  2816. }
  2817. return 1;
  2818. }
  2819.  
  2820. if(!strcmp(cmd, "/animpoor", true))
  2821. {
  2822. if(IsPlayerInAnyVehicle(playerid) == 1) return SendClientMessage(playerid,COLOR_RED," Animations are inaccessible in transport!");
  2823.  
  2824. tmp = strtok(cmdtext, idx);
  2825. animid = strval(tmp);
  2826. if(!strlen(tmp)||animid < 1 || animid > 2)
  2827. {
  2828. SendClientMessage(playerid,COLOR_SYSTEM," Syntax: /animpoor [1-2]");
  2829. return 1;
  2830. }
  2831. switch(animid)
  2832. {
  2833. case 1: ApplyAnimation(playerid,"POOR","WINWASH_Start",4.1,0,1,1,1,1);
  2834. case 2: ApplyAnimation(playerid,"POOR","WINWASH_Wash2Beg",4.1,0,1,1,1,1);
  2835. }
  2836. return 1;
  2837. }
  2838.  
  2839. if(!strcmp(cmd, "/animpython", true))
  2840. {
  2841. if(IsPlayerInAnyVehicle(playerid) == 1) return SendClientMessage(playerid,COLOR_RED," Animations are inaccessible in transport!");
  2842.  
  2843. tmp = strtok(cmdtext, idx);
  2844. animid = strval(tmp);
  2845. if(!strlen(tmp)||animid < 1 || animid > 5)
  2846. {
  2847. SendClientMessage(playerid,COLOR_SYSTEM," Syntax: /animpython [1-5]");
  2848. return 1;
  2849. }
  2850. switch(animid)
  2851. {
  2852. case 1: ApplyAnimation(playerid,"PYTHON","python_crouchfire",4.1,0,1,1,1,1);
  2853. case 2: ApplyAnimation(playerid,"PYTHON","python_crouchreload",4.1,0,1,1,1,1);
  2854. case 3: ApplyAnimation(playerid,"PYTHON","python_fire",4.1,0,1,1,1,1);
  2855. case 4: ApplyAnimation(playerid,"PYTHON","python_fire_poor",4.1,0,1,1,1,1);
  2856. case 5: ApplyAnimation(playerid,"PYTHON","python_reload",4.1,0,1,1,1,1);
  2857. }
  2858. return 1;
  2859. }
  2860.  
  2861. if(!strcmp(cmd, "/animquad", true))
  2862. {
  2863. if(IsPlayerInAnyVehicle(playerid) == 1) return SendClientMessage(playerid,COLOR_RED," Animations are inaccessible in transport!");
  2864.  
  2865. tmp = strtok(cmdtext, idx);
  2866. animid = strval(tmp);
  2867. if(!strlen(tmp)||animid < 1 || animid > 17)
  2868. {
  2869. SendClientMessage(playerid,COLOR_SYSTEM," Syntax: /animquad [1-17]");
  2870. return 1;
  2871. }
  2872. switch(animid)
  2873. {
  2874. case 1: ApplyAnimation(playerid,"QUAD","QUAD_back",4.1,0,1,1,1,1);
  2875. case 2: ApplyAnimation(playerid,"QUAD","QUAD_driveby_FT",4.1,0,1,1,1,1);
  2876. case 3: ApplyAnimation(playerid,"QUAD","QUAD_driveby_LHS",4.1,0,1,1,1,1);
  2877. case 4: ApplyAnimation(playerid,"QUAD","QUAD_driveby_RHS",4.1,0,1,1,1,1);
  2878. case 5: ApplyAnimation(playerid,"QUAD","QUAD_FWD",4.1,0,1,1,1,1);
  2879. case 6: ApplyAnimation(playerid,"QUAD","QUAD_getoff_B",4.1,0,1,1,1,1);
  2880. case 7: ApplyAnimation(playerid,"QUAD","QUAD_getoff_LHS",4.1,0,1,1,1,1);
  2881. case 8: ApplyAnimation(playerid,"QUAD","QUAD_getoff_RHS",4.1,0,1,1,1,1);
  2882. case 9: ApplyAnimation(playerid,"QUAD","QUAD_geton_LHS",4.1,0,1,1,1,1);
  2883. case 10: ApplyAnimation(playerid,"QUAD","QUAD_geton_RHS",4.1,0,1,1,1,1);
  2884. case 11: ApplyAnimation(playerid,"QUAD","QUAD_hit",4.1,0,1,1,1,1);
  2885. case 12: ApplyAnimation(playerid,"QUAD","QUAD_kick",4.1,0,1,1,1,1);
  2886. case 13: ApplyAnimation(playerid,"QUAD","QUAD_Left",4.1,0,1,1,1,1);
  2887. case 14: ApplyAnimation(playerid,"QUAD","QUAD_passenger",4.1,0,1,1,1,1);
  2888. case 15: ApplyAnimation(playerid,"QUAD","QUAD_reverse",4.1,0,1,1,1,1);
  2889. case 16: ApplyAnimation(playerid,"QUAD","QUAD_ride",4.1,0,1,1,1,1);
  2890. case 17: ApplyAnimation(playerid,"QUAD","QUAD_Right",4.1,0,1,1,1,1);
  2891. }
  2892. return 1;
  2893. }
  2894.  
  2895. if(!strcmp(cmd, "/animquadbz", true))
  2896. {
  2897. if(IsPlayerInAnyVehicle(playerid) == 1) return SendClientMessage(playerid,COLOR_RED," Animations are inaccessible in transport!");
  2898.  
  2899. tmp = strtok(cmdtext, idx);
  2900. animid = strval(tmp);
  2901. if(!strlen(tmp)||animid < 1 || animid > 4)
  2902. {
  2903. SendClientMessage(playerid,COLOR_SYSTEM," Syntax: /animquadbz [1-4]");
  2904. return 1;
  2905. }
  2906. switch(animid)
  2907. {
  2908. case 1: ApplyAnimation(playerid,"QUAD_DBZ","Pass_Driveby_BWD",4.1,0,1,1,1,1);
  2909. case 2: ApplyAnimation(playerid,"QUAD_DBZ","Pass_Driveby_FWD",4.1,0,1,1,1,1);
  2910. case 3: ApplyAnimation(playerid,"QUAD_DBZ","Pass_Driveby_LHS",4.1,0,1,1,1,1);
  2911. case 4: ApplyAnimation(playerid,"QUAD_DBZ","Pass_Driveby_RHS",4.1,0,1,1,1,1);
  2912. }
  2913. return 1;
  2914. }
  2915.  
  2916. if(!strcmp(cmd, "/animrapping", true))
  2917. {
  2918. if(IsPlayerInAnyVehicle(playerid) == 1) return SendClientMessage(playerid,COLOR_RED," Animations are inaccessible in transport!");
  2919.  
  2920. tmp = strtok(cmdtext, idx);
  2921. animid = strval(tmp);
  2922. if(!strlen(tmp)||animid < 1 || animid > 8)
  2923. {
  2924. SendClientMessage(playerid,COLOR_SYSTEM," Syntax: /animrapping [1-8]");
  2925. return 1;
  2926. }
  2927. switch(animid)
  2928. {
  2929. case 1: ApplyAnimation(playerid,"RAPPING","Laugh_01",4.1,0,1,1,1,1);
  2930. case 2: ApplyAnimation(playerid,"RAPPING","RAP_A_IN",4.1,0,1,1,1,1);
  2931. case 3: ApplyAnimation(playerid,"RAPPING","RAP_A_Loop",4.1,0,1,1,1,1);
  2932. case 4: ApplyAnimation(playerid,"RAPPING","RAP_A_OUT",4.1,0,1,1,1,1);
  2933. case 5: ApplyAnimation(playerid,"RAPPING","RAP_B_IN",4.1,0,1,1,1,1);
  2934. case 6: ApplyAnimation(playerid,"RAPPING","RAP_B_Loop",4.1,0,1,1,1,1);
  2935. case 7: ApplyAnimation(playerid,"RAPPING","RAP_B_OUT",4.1,0,1,1,1,1);
  2936. case 8: ApplyAnimation(playerid,"RAPPING","RAP_C_Loop",4.1,0,1,1,1,1);
  2937. }
  2938. return 1;
  2939. }
  2940.  
  2941. if(!strcmp(cmd, "/animrifle", true))
  2942. {
  2943. if(IsPlayerInAnyVehicle(playerid) == 1) return SendClientMessage(playerid,COLOR_RED," Animations are inaccessible in transport!");
  2944.  
  2945. tmp = strtok(cmdtext, idx);
  2946. animid = strval(tmp);
  2947. if(!strlen(tmp)||animid < 1 || animid > 5)
  2948. {
  2949. SendClientMessage(playerid,COLOR_SYSTEM," Syntax: /animrifle [1-5]");
  2950. return 1;
  2951. }
  2952. switch(animid)
  2953. {
  2954. case 1: ApplyAnimation(playerid,"RIFLE","RIFLE_crouchfire",4.1,0,1,1,1,1);
  2955. case 2: ApplyAnimation(playerid,"RIFLE","RIFLE_crouchload",4.1,0,1,1,1,1);
  2956. case 3: ApplyAnimation(playerid,"RIFLE","RIFLE_fire",4.1,0,1,1,1,1);
  2957. case 4: ApplyAnimation(playerid,"RIFLE","RIFLE_fire_poor",4.1,0,1,1,1,1);
  2958. case 5: ApplyAnimation(playerid,"RIFLE","RIFLE_load",4.1,0,1,1,1,1);
  2959. }
  2960. return 1;
  2961. }
  2962.  
  2963. if(!strcmp(cmd, "/animriot", true))
  2964. {
  2965. if(IsPlayerInAnyVehicle(playerid) == 1) return SendClientMessage(playerid,COLOR_RED," Animations are inaccessible in transport!");
  2966.  
  2967. tmp = strtok(cmdtext, idx);
  2968. animid = strval(tmp);
  2969. if(!strlen(tmp)||animid < 1 || animid > 7)
  2970. {
  2971. SendClientMessage(playerid,COLOR_SYSTEM," Syntax: /animriot [1-7]");
  2972. return 1;
  2973. }
  2974. switch(animid)
  2975. {
  2976. case 1: ApplyAnimation(playerid,"RIOT","RIOT_ANGRY",4.1,0,1,1,1,1);
  2977. case 2: ApplyAnimation(playerid,"RIOT","RIOT_ANGRY_B",4.1,0,1,1,1,1);
  2978. case 3: ApplyAnimation(playerid,"RIOT","RIOT_challenge",4.1,0,1,1,1,1);
  2979. case 4: ApplyAnimation(playerid,"RIOT","RIOT_CHANT",4.1,0,1,1,1,1);
  2980. case 5: ApplyAnimation(playerid,"RIOT","RIOT_FUKU",4.1,0,1,1,1,1);
  2981. case 6: ApplyAnimation(playerid,"RIOT","RIOT_PUNCHES",4.1,0,1,1,1,1);
  2982. case 7: ApplyAnimation(playerid,"RIOT","RIOT_shout",4.1,0,1,1,1,1);
  2983. }
  2984. return 1;
  2985. }
  2986.  
  2987. if(!strcmp(cmd, "/animrobbank", true))
  2988. {
  2989. if(IsPlayerInAnyVehicle(playerid) == 1) return SendClientMessage(playerid,COLOR_RED," Animations are inaccessible in transport!");
  2990.  
  2991. tmp = strtok(cmdtext, idx);
  2992. animid = strval(tmp);
  2993. if(!strlen(tmp)||animid < 1 || animid > 5)
  2994. {
  2995. SendClientMessage(playerid,COLOR_SYSTEM," Syntax: /animrobbank [1-5]");
  2996. return 1;
  2997. }
  2998. switch(animid)
  2999. {
  3000. case 1: ApplyAnimation(playerid,"ROB_BANK","CAT_Safe_End",4.1,0,1,1,1,1);
  3001. case 2: ApplyAnimation(playerid,"ROB_BANK","CAT_Safe_Open",4.1,0,1,1,1,1);
  3002. case 3: ApplyAnimation(playerid,"ROB_BANK","CAT_Safe_Open_O",4.1,0,1,1,1,1);
  3003. case 4: ApplyAnimation(playerid,"ROB_BANK","CAT_Safe_Rob",4.1,0,1,1,1,1);
  3004. case 5: ApplyAnimation(playerid,"ROB_BANK","SHP_HandsUp_Scr",4.1,0,1,1,1,1);
  3005. }
  3006. return 1;
  3007. }
  3008.  
  3009. if(!strcmp(cmd, "/animrocket", true))
  3010. {
  3011. if(IsPlayerInAnyVehicle(playerid) == 1) return SendClientMessage(playerid,COLOR_RED," Animations are inaccessible in transport!");
  3012.  
  3013. tmp = strtok(cmdtext, idx);
  3014. animid = strval(tmp);
  3015. if(!strlen(tmp)||animid < 1 || animid > 5)
  3016. {
  3017. SendClientMessage(playerid,COLOR_SYSTEM," Syntax: /animrocket [1-5]");
  3018. return 1;
  3019. }
  3020. switch(animid)
  3021. {
  3022. case 1: ApplyAnimation(playerid,"ROCKET","idle_rocket",4.1,0,1,1,1,1);
  3023. case 2: ApplyAnimation(playerid,"ROCKET","RocketFire",4.1,0,1,1,1,1);
  3024. case 3: ApplyAnimation(playerid,"ROCKET","run_rocket",4.1,0,1,1,1,1);
  3025. case 4: ApplyAnimation(playerid,"ROCKET","walk_rocket",4.1,0,1,1,1,1);
  3026. case 5: ApplyAnimation(playerid,"ROCKET","WALK_start_rocket",4.1,0,1,1,1,1);
  3027. }
  3028. return 1;
  3029. }
  3030.  
  3031. if(!strcmp(cmd, "/animrustler", true))
  3032. {
  3033. if(IsPlayerInAnyVehicle(playerid) == 1) return SendClientMessage(playerid,COLOR_RED," Animations are inaccessible in transport!");
  3034.  
  3035. tmp = strtok(cmdtext, idx);
  3036. animid = strval(tmp);
  3037. if(!strlen(tmp)||animid < 1 || animid > 5)
  3038. {
  3039. SendClientMessage(playerid,COLOR_SYSTEM," Syntax: /animrustler [1-5]");
  3040. return 1;
  3041. }
  3042. switch(animid)
  3043. {
  3044. case 1: ApplyAnimation(playerid,"RUSTLER","Plane_align_LHS",4.1,0,1,1,1,1);
  3045. case 2: ApplyAnimation(playerid,"RUSTLER","Plane_close",4.1,0,1,1,1,1);
  3046. case 3: ApplyAnimation(playerid,"RUSTLER","Plane_getin",4.1,0,1,1,1,1);
  3047. case 4: ApplyAnimation(playerid,"RUSTLER","Plane_getout",4.1,0,1,1,1,1);
  3048. case 5: ApplyAnimation(playerid,"RUSTLER","Plane_open",4.1,0,1,1,1,1);
  3049. }
  3050. return 1;
  3051. }
  3052.  
  3053. if(!strcmp(cmd, "/animryder", true))
  3054. {
  3055. if(IsPlayerInAnyVehicle(playerid) == 1) return SendClientMessage(playerid,COLOR_RED," Animations are inaccessible in transport!");
  3056.  
  3057. tmp = strtok(cmdtext, idx);
  3058. animid = strval(tmp);
  3059. if(!strlen(tmp)||animid < 1 || animid > 16)
  3060. {
  3061. SendClientMessage(playerid,COLOR_SYSTEM," Syntax: /animryder [1-16]");
  3062. return 1;
  3063. }
  3064. switch(animid)
  3065. {
  3066. case 1: ApplyAnimation(playerid,"RYDER","RYD_Beckon_01",4.1,0,1,1,1,1);
  3067. case 2: ApplyAnimation(playerid,"RYDER","RYD_Beckon_02",4.1,0,1,1,1,1);
  3068. case 3: ApplyAnimation(playerid,"RYDER","RYD_Beckon_03",4.1,0,1,1,1,1);
  3069. case 4: ApplyAnimation(playerid,"RYDER","RYD_Die_PT1",4.1,0,1,1,1,1);
  3070. case 5: ApplyAnimation(playerid,"RYDER","RYD_Die_PT2",4.1,0,1,1,1,1);
  3071. case 6: ApplyAnimation(playerid,"RYDER","Van_Crate_L",4.1,0,1,1,1,1);
  3072. case 7: ApplyAnimation(playerid,"RYDER","Van_Crate_R",4.1,0,1,1,1,1);
  3073. case 8: ApplyAnimation(playerid,"RYDER","Van_Fall_L",4.1,0,1,1,1,1);
  3074. case 9: ApplyAnimation(playerid,"RYDER","Van_Fall_R",4.1,0,1,1,1,1);
  3075. case 10: ApplyAnimation(playerid,"RYDER","Van_Lean_L",4.1,0,1,1,1,1);
  3076. case 11: ApplyAnimation(playerid,"RYDER","Van_Lean_R",4.1,0,1,1,1,1);
  3077. case 12: ApplyAnimation(playerid,"RYDER","VAN_PickUp_E",4.1,0,1,1,1,1);
  3078. case 13: ApplyAnimation(playerid,"RYDER","VAN_PickUp_S",4.1,0,1,1,1,1);
  3079. case 14: ApplyAnimation(playerid,"RYDER","Van_Stand",4.1,0,1,1,1,1);
  3080. case 15: ApplyAnimation(playerid,"RYDER","Van_Stand_Crate",4.1,0,1,1,1,1);
  3081. case 16: ApplyAnimation(playerid,"RYDER","Van_Throw",4.1,0,1,1,1,1);
  3082. }
  3083. return 1;
  3084. }
  3085.  
  3086. if(!strcmp(cmd, "/animscratching", true))
  3087. {
  3088. if(IsPlayerInAnyVehicle(playerid) == 1) return SendClientMessage(playerid,COLOR_RED," Animations are inaccessible in transport!");
  3089.  
  3090. tmp = strtok(cmdtext, idx);
  3091. animid = strval(tmp);
  3092. if(!strlen(tmp)||animid < 1 || animid > 12)
  3093. {
  3094. SendClientMessage(playerid,COLOR_SYSTEM," Syntax: /animscratching [1-12]");
  3095. return 1;
  3096. }
  3097. switch(animid)
  3098. {
  3099. case 1: ApplyAnimation(playerid,"SCRATCHING","scdldlp",4.1,0,1,1,1,1);
  3100. case 2: ApplyAnimation(playerid,"SCRATCHING","scdlulp",4.1,0,1,1,1,1);
  3101. case 3: ApplyAnimation(playerid,"SCRATCHING","scdrdlp",4.1,0,1,1,1,1);
  3102. case 4: ApplyAnimation(playerid,"SCRATCHING","scdrulp",4.1,0,1,1,1,1);
  3103. case 5: ApplyAnimation(playerid,"SCRATCHING","sclng_l",4.1,0,1,1,1,1);
  3104. case 6: ApplyAnimation(playerid,"SCRATCHING","sclng_r",4.1,0,1,1,1,1);
  3105. case 7: ApplyAnimation(playerid,"SCRATCHING","scmid_l",4.1,0,1,1,1,1);
  3106. case 8: ApplyAnimation(playerid,"SCRATCHING","scmid_r",4.1,0,1,1,1,1);
  3107. case 9: ApplyAnimation(playerid,"SCRATCHING","scshrtl",4.1,0,1,1,1,1);
  3108. case 10: ApplyAnimation(playerid,"SCRATCHING","scshrtr",4.1,0,1,1,1,1);
  3109. case 11: ApplyAnimation(playerid,"SCRATCHING","sc_ltor",4.1,0,1,1,1,1);
  3110. case 12: ApplyAnimation(playerid,"SCRATCHING","sc_rtol",4.1,0,1,1,1,1);
  3111. }
  3112. return 1;
  3113. }
  3114.  
  3115. if(!strcmp(cmd, "/animshamal", true))
  3116. {
  3117. if(IsPlayerInAnyVehicle(playerid) == 1) return SendClientMessage(playerid,COLOR_RED," Animations are inaccessible in transport!");
  3118.  
  3119. tmp = strtok(cmdtext, idx);
  3120. animid = strval(tmp);
  3121. if(!strlen(tmp)||animid < 1 || animid > 4)
  3122. {
  3123. SendClientMessage(playerid,COLOR_SYSTEM," Syntax: /animshamal [1-4]");
  3124. return 1;
  3125. }
  3126. switch(animid)
  3127. {
  3128. case 1: ApplyAnimation(playerid,"SHAMAL","SHAMAL_align",4.1,0,1,1,1,1);
  3129. case 2: ApplyAnimation(playerid,"SHAMAL","SHAMAL_getin_LHS",4.1,0,1,1,1,1);
  3130. case 3: ApplyAnimation(playerid,"SHAMAL","SHAMAL_getout_LHS",4.1,0,1,1,1,1);
  3131. case 4: ApplyAnimation(playerid,"SHAMAL","SHAMAL_open",4.1,0,1,1,1,1);
  3132. }
  3133. return 1;
  3134. }
  3135.  
  3136. if(!strcmp(cmd, "/animshop", true))
  3137. {
  3138. if(IsPlayerInAnyVehicle(playerid) == 1) return SendClientMessage(playerid,COLOR_RED," Animations are inaccessible in transport!");
  3139.  
  3140. tmp = strtok(cmdtext, idx);
  3141. animid = strval(tmp);
  3142. if(!strlen(tmp)||animid < 1 || animid > 25)
  3143. {
  3144. SendClientMessage(playerid,COLOR_SYSTEM," Syntax: /animshop [1-25]");
  3145. return 1;
  3146. }
  3147. switch(animid)
  3148. {
  3149. case 1: ApplyAnimation(playerid,"SHOP","ROB_2Idle",4.1,0,1,1,1,1);
  3150. case 2: ApplyAnimation(playerid,"SHOP","ROB_Loop",4.1,0,1,1,1,1);
  3151. case 3: ApplyAnimation(playerid,"SHOP","ROB_Loop_Threat",4.1,0,1,1,1,1);
  3152. case 4: ApplyAnimation(playerid,"SHOP","ROB_Shifty",4.1,0,1,1,1,1);
  3153. case 5: ApplyAnimation(playerid,"SHOP","ROB_StickUp_In",4.1,0,1,1,1,1);
  3154. case 6: ApplyAnimation(playerid,"SHOP","SHP_Duck",4.1,0,1,1,1,1);
  3155. case 7: ApplyAnimation(playerid,"SHOP","SHP_Duck_Aim",4.1,0,1,1,1,1);
  3156. case 8: ApplyAnimation(playerid,"SHOP","SHP_Duck_Fire",4.1,0,1,1,1,1);
  3157. case 9: ApplyAnimation(playerid,"SHOP","SHP_Gun_Aim",4.1,0,1,1,1,1);
  3158. case 10: ApplyAnimation(playerid,"SHOP","SHP_Gun_Duck",4.1,0,1,1,1,1);
  3159. case 11: ApplyAnimation(playerid,"SHOP","SHP_Gun_Fire",4.1,0,1,1,1,1);
  3160. case 12: ApplyAnimation(playerid,"SHOP","SHP_Gun_Grab",4.1,0,1,1,1,1);
  3161. case 13: ApplyAnimation(playerid,"SHOP","SHP_Gun_Threat",4.1,0,1,1,1,1);
  3162. case 14: ApplyAnimation(playerid,"SHOP","SHP_HandsUp_Scr",4.1,0,1,1,1,1);
  3163. case 15: ApplyAnimation(playerid,"SHOP","SHP_Jump_Glide",4.1,0,1,1,1,1);
  3164. case 16: ApplyAnimation(playerid,"SHOP","SHP_Jump_Land",4.1,0,1,1,1,1);
  3165. case 17: ApplyAnimation(playerid,"SHOP","SHP_Jump_Launch",4.1,0,1,1,1,1);
  3166. case 18: ApplyAnimation(playerid,"SHOP","SHP_Rob_GiveCash",4.1,0,1,1,1,1);
  3167. case 19: ApplyAnimation(playerid,"SHOP","SHP_Rob_HandsUp",4.1,0,1,1,1,1);
  3168. case 20: ApplyAnimation(playerid,"SHOP","SHP_Rob_React",4.1,0,1,1,1,1);
  3169. case 21: ApplyAnimation(playerid,"SHOP","SHP_Serve_End",4.1,0,1,1,1,1);
  3170. case 22: ApplyAnimation(playerid,"SHOP","SHP_Serve_Idle",4.1,0,1,1,1,1);
  3171. case 23: ApplyAnimation(playerid,"SHOP","SHP_Serve_Loop",4.1,0,1,1,1,1);
  3172. case 24: ApplyAnimation(playerid,"SHOP","SHP_Serve_Start",4.1,0,1,1,1,1);
  3173. case 25: ApplyAnimation(playerid,"SHOP","Smoke_RYD",4.1,0,1,1,1,1);
  3174. }
  3175. return 1;
  3176. }
  3177.  
  3178. if(!strcmp(cmd, "/animshotgun", true))
  3179. {
  3180. if(IsPlayerInAnyVehicle(playerid) == 1) return SendClientMessage(playerid,COLOR_RED," Animations are inaccessible in transport!");
  3181.  
  3182. tmp = strtok(cmdtext, idx);
  3183. animid = strval(tmp);
  3184. if(!strlen(tmp)||animid < 1 || animid > 3)
  3185. {
  3186. SendClientMessage(playerid,COLOR_SYSTEM," Syntax: /animshotgun [1-3]");
  3187. return 1;
  3188. }
  3189. switch(animid)
  3190. {
  3191. case 1: ApplyAnimation(playerid,"SHOTGUN","shotgun_crouchfire",4.1,0,1,1,1,1);
  3192. case 2: ApplyAnimation(playerid,"SHOTGUN","shotgun_fire",4.1,0,1,1,1,1);
  3193. case 3: ApplyAnimation(playerid,"SHOTGUN","shotgun_fire_poor",4.1,0,1,1,1,1);
  3194. }
  3195. return 1;
  3196. }
  3197.  
  3198. if(!strcmp(cmd, "/animsilenced", true))
  3199. {
  3200. if(IsPlayerInAnyVehicle(playerid) == 1) return SendClientMessage(playerid,COLOR_RED," Animations are inaccessible in transport!");
  3201.  
  3202. tmp = strtok(cmdtext, idx);
  3203. animid = strval(tmp);
  3204. if(!strlen(tmp)||animid < 1 || animid > 4)
  3205. {
  3206. SendClientMessage(playerid,COLOR_SYSTEM," Syntax: /animsilenced [1-4]");
  3207. return 1;
  3208. }
  3209. switch(animid)
  3210. {
  3211. case 1: ApplyAnimation(playerid,"SILENCED","CrouchReload",4.1,0,1,1,1,1);
  3212. case 2: ApplyAnimation(playerid,"SILENCED","SilenceCrouchfire",4.1,0,1,1,1,1);
  3213. case 3: ApplyAnimation(playerid,"SILENCED","Silence_fire",4.1,0,1,1,1,1);
  3214. case 4: ApplyAnimation(playerid,"SILENCED","Silence_reload",4.1,0,1,1,1,1);
  3215. }
  3216. return 1;
  3217. }
  3218.  
  3219. if(!strcmp(cmd, "/animskate", true))
  3220. {
  3221. if(IsPlayerInAnyVehicle(playerid) == 1) return SendClientMessage(playerid,COLOR_RED," Animations are inaccessible in transport!");
  3222.  
  3223. tmp = strtok(cmdtext, idx);
  3224. animid = strval(tmp);
  3225. if(!strlen(tmp)||animid < 1 || animid > 3)
  3226. {
  3227. SendClientMessage(playerid,COLOR_SYSTEM," Syntax: /animskate [1-3]");
  3228. return 1;
  3229. }
  3230. switch(animid)
  3231. {
  3232. case 1: ApplyAnimation(playerid,"SKATE","skate_idle",4.1,0,1,1,1,1);
  3233. case 2: ApplyAnimation(playerid,"SKATE","skate_run",4.1,0,1,1,1,1);
  3234. case 3: ApplyAnimation(playerid,"SKATE","skate_sprint",4.1,0,1,1,1,1);
  3235. }
  3236. return 1;
  3237. }
  3238.  
  3239. if(!strcmp(cmd, "/animsmoking", true))
  3240. {
  3241. if(IsPlayerInAnyVehicle(playerid) == 1) return SendClientMessage(playerid,COLOR_RED," Animations are inaccessible in transport!");
  3242.  
  3243. tmp = strtok(cmdtext, idx);
  3244. animid = strval(tmp);
  3245. if(!strlen(tmp)||animid < 1 || animid > 8)
  3246. {
  3247. SendClientMessage(playerid,COLOR_SYSTEM," Syntax: /animsmoking [1-8]");
  3248. return 1;
  3249. }
  3250. switch(animid)
  3251. {
  3252. case 1: ApplyAnimation(playerid,"SMOKING","F_smklean_loop",4.1,0,1,1,1,1);
  3253. case 2: ApplyAnimation(playerid,"SMOKING","M_smklean_loop",4.1,0,1,1,1,1);
  3254. case 3: ApplyAnimation(playerid,"SMOKING","M_smkstnd_loop",4.1,0,1,1,1,1);
  3255. case 4: ApplyAnimation(playerid,"SMOKING","M_smk_drag",4.1,0,1,1,1,1);
  3256. case 5: ApplyAnimation(playerid,"SMOKING","M_smk_in",4.1,0,1,1,1,1);
  3257. case 6: ApplyAnimation(playerid,"SMOKING","M_smk_loop",4.1,0,1,1,1,1);
  3258. case 7: ApplyAnimation(playerid,"SMOKING","M_smk_out",4.1,0,1,1,1,1);
  3259. case 8: ApplyAnimation(playerid,"SMOKING","M_smk_tap",4.1,0,1,1,1,1);
  3260. }
  3261. return 1;
  3262. }
  3263.  
  3264. if(!strcmp(cmd, "/animsniper", true))
  3265. {
  3266. if(IsPlayerInAnyVehicle(playerid) == 1) return SendClientMessage(playerid,COLOR_RED," Animations are inaccessible in transport!");
  3267.  
  3268. ApplyAnimation(playerid,"SNIPER","WEAPON_sniper",4.1,0,1,1,1,1);
  3269. return 1;
  3270. }
  3271.  
  3272. if(!strcmp(cmd, "/animspraycan", true))
  3273. {
  3274. tmp = strtok(cmdtext, idx);
  3275. animid = strval(tmp);
  3276. if(!strlen(tmp)||animid < 1 || animid > 2)
  3277. {
  3278. SendClientMessage(playerid,COLOR_SYSTEM," Syntax: /animspraycan [1-2]");
  3279. return 1;
  3280. }
  3281. switch(animid)
  3282. {
  3283. case 1: ApplyAnimation(playerid,"SPRAYCAN","spraycan_fire",4.1,0,1,1,1,1);
  3284. case 2: ApplyAnimation(playerid,"SPRAYCAN","spraycan_full",4.1,0,1,1,1,1);
  3285. }
  3286. return 1;
  3287. }
  3288.  
  3289. if(!strcmp(cmd, "/animstrip", true))
  3290. {
  3291. if(IsPlayerInAnyVehicle(playerid) == 1) return SendClientMessage(playerid,COLOR_RED," Animations are inaccessible in transport!");
  3292.  
  3293. tmp = strtok(cmdtext, idx);
  3294. animid = strval(tmp);
  3295. if(!strlen(tmp)||animid < 1 || animid > 20)
  3296. {
  3297. SendClientMessage(playerid,COLOR_SYSTEM," Syntax: /animstrip [1-20]");
  3298. return 1;
  3299. }
  3300. switch(animid)
  3301. {
  3302. case 1: ApplyAnimation(playerid,"STRIP","PLY_CASH",4.1,0,1,1,1,1);
  3303. case 2: ApplyAnimation(playerid,"STRIP","PUN_CASH",4.1,0,1,1,1,1);
  3304. case 3: ApplyAnimation(playerid,"STRIP","PUN_HOLLER",4.1,0,1,1,1,1);
  3305. case 4: ApplyAnimation(playerid,"STRIP","PUN_LOOP",4.1,0,1,1,1,1);
  3306. case 5: ApplyAnimation(playerid,"STRIP","strip_A",4.1,0,1,1,1,1);
  3307. case 6: ApplyAnimation(playerid,"STRIP","strip_B",4.1,0,1,1,1,1);
  3308. case 7: ApplyAnimation(playerid,"STRIP","strip_C",4.1,0,1,1,1,1);
  3309. case 8: ApplyAnimation(playerid,"STRIP","strip_D",4.1,0,1,1,1,1);
  3310. case 9: ApplyAnimation(playerid,"STRIP","strip_E",4.1,0,1,1,1,1);
  3311. case 10: ApplyAnimation(playerid,"STRIP","strip_F",4.1,0,1,1,1,1);
  3312. case 11: ApplyAnimation(playerid,"STRIP","strip_G",4.1,0,1,1,1,1);
  3313. case 12: ApplyAnimation(playerid,"STRIP","STR_A2B",4.1,0,1,1,1,1);
  3314. case 13: ApplyAnimation(playerid,"STRIP","STR_B2A",4.1,0,1,1,1,1);
  3315. case 14: ApplyAnimation(playerid,"STRIP","STR_B2C",4.1,0,1,1,1,1);
  3316. case 15: ApplyAnimation(playerid,"STRIP","STR_C1",4.1,0,1,1,1,1);
  3317. case 16: ApplyAnimation(playerid,"STRIP","STR_C2",4.1,0,1,1,1,1);
  3318. case 17: ApplyAnimation(playerid,"STRIP","STR_C2B",4.1,0,1,1,1,1);
  3319. case 18: ApplyAnimation(playerid,"STRIP","STR_Loop_A",4.1,0,1,1,1,1);
  3320. case 19: ApplyAnimation(playerid,"STRIP","STR_Loop_B",4.1,0,1,1,1,1);
  3321. case 20: ApplyAnimation(playerid,"STRIP","STR_Loop_C",4.1,0,1,1,1,1);
  3322. }
  3323. return 1;
  3324. }
  3325.  
  3326. if(!strcmp(cmd, "/animsunbathe", true))
  3327. {
  3328. if(IsPlayerInAnyVehicle(playerid) == 1) return SendClientMessage(playerid,COLOR_RED," Animations are inaccessible in transport!");
  3329.  
  3330. tmp = strtok(cmdtext, idx);
  3331. animid = strval(tmp);
  3332. if(!strlen(tmp)||animid < 1 || animid > 18)
  3333. {
  3334. SendClientMessage(playerid,COLOR_SYSTEM," Syntax: /animbath [1-18]");
  3335. return 1;
  3336. }
  3337. switch(animid)
  3338. {
  3339. case 1: ApplyAnimation(playerid,"SUNBATHE","batherdown",4.1,0,1,1,1,1);
  3340. case 2: ApplyAnimation(playerid,"SUNBATHE","batherup",4.1,0,1,1,1,1);
  3341. case 3: ApplyAnimation(playerid,"SUNBATHE","Lay_Bac_in",4.1,0,1,1,1,1);
  3342. case 4: ApplyAnimation(playerid,"SUNBATHE","Lay_Bac_out",4.1,0,1,1,1,1);
  3343. case 5: ApplyAnimation(playerid,"SUNBATHE","ParkSit_M_IdleA",4.1,0,1,1,1,1);
  3344. case 6: ApplyAnimation(playerid,"SUNBATHE","ParkSit_M_IdleB",4.1,0,1,1,1,1);
  3345. case 7: ApplyAnimation(playerid,"SUNBATHE","ParkSit_M_IdleC",4.1,0,1,1,1,1);
  3346. case 8: ApplyAnimation(playerid,"SUNBATHE","ParkSit_M_in",4.1,0,1,1,1,1);
  3347. case 9: ApplyAnimation(playerid,"SUNBATHE","ParkSit_M_out",4.1,0,1,1,1,1);
  3348. case 10: ApplyAnimation(playerid,"SUNBATHE","ParkSit_W_idleA",4.1,0,1,1,1,1);
  3349. case 11: ApplyAnimation(playerid,"SUNBATHE","ParkSit_W_idleB",4.1,0,1,1,1,1);
  3350. case 12: ApplyAnimation(playerid,"SUNBATHE","ParkSit_W_idleC",4.1,0,1,1,1,1);
  3351. case 13: ApplyAnimation(playerid,"SUNBATHE","ParkSit_W_in",4.1,0,1,1,1,1);
  3352. case 14: ApplyAnimation(playerid,"SUNBATHE","ParkSit_W_out",4.1,0,1,1,1,1);
  3353. case 15: ApplyAnimation(playerid,"SUNBATHE","SBATHE_F_LieB2Sit",4.1,0,1,1,1,1);
  3354. case 16: ApplyAnimation(playerid,"SUNBATHE","SBATHE_F_Out",4.1,0,1,1,1,1);
  3355. case 17: ApplyAnimation(playerid,"SUNBATHE","SitnWait_in_W",4.1,0,1,1,1,1);
  3356. case 18: ApplyAnimation(playerid,"SUNBATHE","SitnWait_out_W",4.1,0,1,1,1,1);
  3357. }
  3358. return 1;
  3359. }
Advertisement
Add Comment
Please, Sign In to add comment