Guest User

Untitled

a guest
Jul 20th, 2015
747
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 32.98 KB | None | 0 0
  1. /*
  2. _ _ _ _
  3. / \ _ __ (_)_ __ ___ __ _| |_(_) ___ _ __ ___
  4. / _ \ | '_ \| | '_ ` _ \ / _` | __| |/ _ \| '_ \/ __|
  5. / ___ \| | | | | | | | | | (_| | |_| | (_) | | | \__ \
  6. /_/ \_\_| |_|_|_| |_| |_|\__,_|\__|_|\___/|_| |_|___/
  7.  
  8. (Created By: Remy)
  9. _______________________________________________
  10. */
  11.  
  12.  
  13.  
  14. #include <a_samp>
  15. #include <ZCMD>
  16. #include <sscanf2>
  17.  
  18. #define SPECIAL_ACTION_PISSING 68
  19. #define COLOR_WHITE 0xFFFFFFAA
  20. #define DIALOG_SHOW_INFO 13337
  21.  
  22. public OnFilterScriptInit()
  23. {
  24. print("\n--------------------------------------");
  25. print(" -Remy-Anim Sytem By: Remy ");
  26. print("--------------------------------------\n");
  27. return 1;
  28. }
  29.  
  30. public OnFilterScriptExit()
  31. {
  32. print("\n----------------------------------");
  33. print(" -Remy-Anims Unloaded ");
  34. print("----------------------------------\n");
  35. return 1;
  36. }
  37.  
  38. public OnPlayerConnect(playerid)
  39. {
  40. SendClientMessage(playerid, COLOR_WHITE,"Animation System by Remy.");
  41. return 1;
  42. }
  43.  
  44. CMD:stopanim(playerid, params[])
  45. {
  46. if(GetPVarInt(playerid, "UsingAnim") == 1)
  47. {
  48. SendClientMessage(playerid, COLOR_WHITE, "Your animations were cleared!");
  49. ClearAnimations(playerid);
  50. SetPlayerSkin(playerid, GetPlayerSkin(playerid));
  51. DeletePVar(playerid,"UsingAnim");
  52. SetPlayerSpecialAction(playerid, SPECIAL_ACTION_NONE);
  53. }
  54. else SendClientMessage(playerid, COLOR_WHITE, "You are currently not using any animation");
  55. return 1;
  56. }
  57.  
  58. CMD:animlist(playerid, params[])
  59. {
  60. new str[1024]; // All Animations are controlled through a filterscript
  61. strcat(str, "/handsup, /dance, /rap, /wank, /strip, /sexy, /bj, /cell, /lean, /piss, /robman\n");
  62. strcat(str, "/greet, /injured, /hitch, /bitchslap, /cpr, /gsign, /gift, /getup, /follow\n");
  63. strcat(str, "/sit, /stand, /slapped, /slapass, /drunk, /gwalk, /walk, /celebrate, /win /checkout\n");
  64. strcat(str, "/yes, /deal, /thankyou, /invite1, /scratch, /bomb, /getarrested, /laugh \n");
  65. strcat(str, "/crossarms, /lay, /cover, /vomit, /eat, /wave, /crack, /smoke, /lookout\n");
  66. strcat(str, "/chat, /fucku, /taichi, /chairsit, /relax, /bat /nod, /cry /chant, /carsmoke, /aim\n");
  67. strcat(str, "/gang1, /bed, /carsit, /stretch, /angry, /kiss, /exhausted, /ghand, /benddown\n");
  68. strcat(str, "/basket, /akick, /box, /cockgun, /bar, /lay, /liftup, /putdown, /die, /joint\n");
  69. ShowPlayerDialog(playerid, DIALOG_SHOW_INFO, DIALOG_STYLE_MSGBOX, "Remy's Animation List", str, "Ok", "Cancel");
  70. return 1;
  71. }
  72.  
  73. CMD:handsup(playerid, params[])
  74. {
  75. SetPlayerSpecialAction(playerid,SPECIAL_ACTION_HANDSUP);
  76. SetPVarInt(playerid, "UsingAnim", 1);
  77. return 1;
  78. }
  79.  
  80. CMD:carry(playerid, params[])
  81. {
  82. ApplyAnimation(playerid, "CARRY", "crry_prtial", 2.0, 0, 0, 0, 0, 0);
  83. SetPVarInt(playerid, "UsingAnim", 1);
  84. return 1;
  85. }
  86.  
  87. CMD:dance(playerid, params[])
  88. {
  89. new choice[32];
  90. if(sscanf(params, "s[32]", choice))
  91. {
  92. SendClientMessage(playerid, COLOR_WHITE, "USAGE: /dance [1-4]");
  93. return 1;
  94. }
  95. if(strcmp(choice, "1", true) == 0)
  96. {
  97. SetPlayerSpecialAction(playerid,SPECIAL_ACTION_DANCE1);
  98. SetPVarInt(playerid, "UsingAnim", 1);
  99. }
  100. if(strcmp(choice, "2", true) == 0)
  101. {
  102. SetPlayerSpecialAction(playerid,SPECIAL_ACTION_DANCE2);
  103. SetPVarInt(playerid, "UsingAnim", 1);
  104. }
  105. if(strcmp(choice, "3", true) == 0)
  106. {
  107. SetPlayerSpecialAction(playerid,SPECIAL_ACTION_DANCE3);
  108. SetPVarInt(playerid, "UsingAnim", 1);
  109. }
  110. if(strcmp(choice, "4", true) == 0)
  111. {
  112. SetPlayerSpecialAction(playerid,SPECIAL_ACTION_DANCE4);
  113. SetPVarInt(playerid, "UsingAnim", 1);
  114. }
  115. return 1;
  116. }
  117.  
  118. CMD:rap(playerid, params[])
  119. {
  120. new choice[32];
  121. if(sscanf(params, "s[32]", choice))
  122. {
  123. SendClientMessage(playerid, COLOR_WHITE, "USAGE: /rap [1-3]");
  124. return 1;
  125. }
  126. if(strcmp(choice, "1", true) == 0)
  127. {
  128. ApplyAnimation(playerid,"RAPPING","RAP_A_Loop",4.0,1,1,1,1,0);
  129. SetPVarInt(playerid, "UsingAnim", 1);
  130. }
  131. if(strcmp(choice, "2", true) == 0)
  132. {
  133. ApplyAnimation(playerid,"RAPPING","RAP_B_Loop",4.0,1,1,1,1,0);
  134. SetPVarInt(playerid, "UsingAnim", 1);
  135. }
  136. if(strcmp(choice, "3", true) == 0)
  137. {
  138. ApplyAnimation(playerid,"RAPPING","RAP_C_Loop",4.0,1,1,1,1,0);
  139. SetPVarInt(playerid, "UsingAnim", 1);
  140. }
  141. return 1;
  142. }
  143.  
  144. CMD:wank(playerid, params[])
  145. {
  146. new choice[32];
  147. if(sscanf(params, "s[32]", choice))
  148. {
  149. SendClientMessage(playerid, COLOR_WHITE, "USAGE: /wank [1-2]");
  150. return 1;
  151. }
  152. if(strcmp(choice, "1", true) == 0)
  153. {
  154. ApplyAnimation(playerid,"PAULNMAC","wank_in",4.0,1,1,1,1,0);
  155. SetPVarInt(playerid, "UsingAnim", 1);
  156. }
  157. if(strcmp(choice, "2", true) == 0)
  158. {
  159. ApplyAnimation(playerid,"PAULNMAC","wank_loop",4.0,1,1,1,1,0);
  160. SetPVarInt(playerid, "UsingAnim", 1);
  161. }
  162. return 1;
  163. }
  164.  
  165. CMD:strip(playerid, params[])
  166. {
  167. new choice[32];
  168. if(sscanf(params, "s[32]", choice))
  169. {
  170. SendClientMessage(playerid, COLOR_WHITE, "USAGE: /strip [1-7]");
  171. return 1;
  172. }
  173. if(strcmp(choice, "1", true) == 0)
  174. {
  175. ApplyAnimation(playerid,"STRIP","strip_A",4.0,1,1,1,1,0);
  176. SetPVarInt(playerid, "UsingAnim", 1);
  177. }
  178. if(strcmp(choice, "2", true) == 0)
  179. {
  180. ApplyAnimation(playerid,"STRIP","strip_B",4.0,1,1,1,1,0);
  181. SetPVarInt(playerid, "UsingAnim", 1);
  182. }
  183. if(strcmp(choice, "3", true) == 0)
  184. {
  185. ApplyAnimation(playerid,"STRIP","strip_C",4.0,1,1,1,1,0);
  186. SetPVarInt(playerid, "UsingAnim", 1);
  187. }
  188. if(strcmp(choice, "4", true) == 0)
  189. {
  190. ApplyAnimation(playerid,"STRIP","strip_D",4.0,1,1,1,1,0);
  191. SetPVarInt(playerid, "UsingAnim", 1);
  192. }
  193. if(strcmp(choice, "5", true) == 0)
  194. {
  195. ApplyAnimation(playerid,"STRIP","strip_E",4.0,1,1,1,1,0);
  196. SetPVarInt(playerid, "UsingAnim", 1);
  197. }
  198. if(strcmp(choice, "6", true) == 0)
  199. {
  200. ApplyAnimation(playerid,"STRIP","strip_F",4.0,1,1,1,1,0);
  201. SetPVarInt(playerid, "UsingAnim", 1);
  202. }
  203. if(strcmp(choice, "7", true) == 0)
  204. {
  205. ApplyAnimation(playerid,"STRIP","strip_G",4.0,1,1,1,1,0);
  206. SetPVarInt(playerid, "UsingAnim", 1);
  207. }
  208. return 1;
  209. }
  210. CMD:sexy(playerid, params[])
  211. {
  212. new choice[32];
  213. if(sscanf(params, "s[32]", choice))
  214. {
  215. SendClientMessage(playerid, COLOR_WHITE, "USAGE: /strip [1-8]");
  216. return 1;
  217. }
  218. if(strcmp(choice, "1", true) == 0)
  219. {
  220. ApplyAnimation(playerid,"SNM","SPANKING_IDLEW",4.1,0,1,1,1,1);
  221. SetPVarInt(playerid, "UsingAnim", 1);
  222. }
  223. if(strcmp(choice, "2", true) == 0)
  224. {
  225. ApplyAnimation(playerid,"SNM","SPANKING_IDLEP",4.1,0,1,1,1,1);
  226. SetPVarInt(playerid, "UsingAnim", 1);
  227. }
  228. if(strcmp(choice, "3", true) == 0)
  229. {
  230. ApplyAnimation(playerid,"SNM","SPANKINGW",4.1,0,1,1,1,1);
  231. SetPVarInt(playerid, "UsingAnim", 1);
  232. }
  233. if(strcmp(choice, "4", true) == 0)
  234. {
  235. ApplyAnimation(playerid,"SNM","SPANKINGP",4.1,0,1,1,1,1);
  236. SetPVarInt(playerid, "UsingAnim", 1);
  237. }
  238. if(strcmp(choice, "5", true) == 0)
  239. {
  240. ApplyAnimation(playerid,"SNM","SPANKEDW",4.1,0,1,1,1,1);
  241. SetPVarInt(playerid, "UsingAnim", 1);
  242. }
  243. if(strcmp(choice, "6", true) == 0)
  244. {
  245. ApplyAnimation(playerid,"SNM","SPANKEDP",4.1,0,1,1,1,1);
  246. SetPVarInt(playerid, "UsingAnim", 1);
  247. }
  248. if(strcmp(choice, "7", true) == 0)
  249. {
  250. ApplyAnimation(playerid,"SNM","SPANKING_ENDW",4.1,0,1,1,1,1);
  251. SetPVarInt(playerid, "UsingAnim", 1);
  252. }
  253. if(strcmp(choice, "8", true) == 0)
  254. {
  255. ApplyAnimation(playerid,"SNM","SPANKING_ENDP",4.1,0,1,1,1,1);
  256. SetPVarInt(playerid, "UsingAnim", 1);
  257. }
  258. return 1;
  259. }
  260.  
  261. CMD:bj(playerid, params[])
  262. {
  263. new choice[32];
  264. if(sscanf(params, "s[32]", choice))
  265. {
  266. SendClientMessage(playerid, COLOR_WHITE, "USAGE: /bj [1-4]");
  267. return 1;
  268. }
  269. if(strcmp(choice, "1", true) == 0)
  270. {
  271. ApplyAnimation(playerid,"BLOWJOBZ","BJ_COUCH_START_P",4.1,0,1,1,1,1);
  272. SetPVarInt(playerid, "UsingAnim", 1);
  273. }
  274. if(strcmp(choice, "2", true) == 0)
  275. {
  276. ApplyAnimation(playerid,"BLOWJOBZ","BJ_COUCH_START_W",4.1,0,1,1,1,1);
  277. SetPVarInt(playerid, "UsingAnim", 1);
  278. }
  279. if(strcmp(choice, "3", true) == 0)
  280. {
  281. ApplyAnimation(playerid,"BLOWJOBZ","BJ_COUCH_LOOP_P",4.1,0,1,1,1,1);
  282. SetPVarInt(playerid, "UsingAnim", 1);
  283. }
  284. if(strcmp(choice, "4", true) == 0)
  285. {
  286. ApplyAnimation(playerid,"BLOWJOBZ","BJ_COUCH_LOOP_W",4.1,0,1,1,1,1);
  287. SetPVarInt(playerid, "UsingAnim", 1);
  288. }
  289. return 1;
  290. }
  291.  
  292. CMD:cell(playerid, params[])
  293. {
  294. new choice[32];
  295. if(sscanf(params, "s[32]", choice))
  296. {
  297. SendClientMessage(playerid, COLOR_WHITE, "USAGE: /cell [1-2]");
  298. return 1;
  299. }
  300. if(strcmp(choice, "1", true) == 0)
  301. {
  302. SetPlayerSpecialAction(playerid,SPECIAL_ACTION_USECELLPHONE);
  303. SetPVarInt(playerid, "UsingAnim", 1);
  304. }
  305. if(strcmp(choice, "2", true) == 0)
  306. {
  307. SetPlayerSpecialAction(playerid,SPECIAL_ACTION_STOPUSECELLPHONE);
  308. SetPVarInt(playerid, "UsingAnim", 1);
  309. }
  310. return 1;
  311. }
  312.  
  313. CMD:lean(playerid, params[])
  314. {
  315. ApplyAnimation(playerid,"GANGS","leanIDLE", 4.0, 1, 0, 0, 0, 0);
  316. SetPVarInt(playerid, "UsingAnim", 1);
  317. return 1;
  318. }
  319.  
  320. CMD:piss(playerid, params[])
  321. {
  322. SetPlayerSpecialAction(playerid, 68);
  323. SetPVarInt(playerid, "UsingAnim", 1);
  324. return 1;
  325. }
  326.  
  327. CMD:follow(playerid, params[])
  328. {
  329. ApplyAnimation(playerid,"WUZI","Wuzi_follow",4.0,0,0,0,0,0);
  330. SetPVarInt(playerid, "UsingAnim", 1);
  331. return 1;
  332. }
  333.  
  334. CMD:greet(playerid, params[])
  335. {
  336. ApplyAnimation(playerid,"WUZI","Wuzi_Greet_Wuzi",4.0,0,0,0,0,0);
  337. SetPVarInt(playerid, "UsingAnim", 1);
  338. return 1;
  339. }
  340.  
  341. CMD:stand(playerid, params[])
  342. {
  343. ApplyAnimation(playerid,"WUZI","Wuzi_stand_loop", 4.0, 1, 0, 0, 0, 0);
  344. SetPVarInt(playerid, "UsingAnim", 1);
  345. return 1;
  346. }
  347.  
  348. CMD:hitch(playerid, params[])
  349. {
  350. ApplyAnimation(playerid,"MISC","Hiker_Pose", 4.0, 1, 0, 0, 0, 0);
  351. SetPVarInt(playerid, "UsingAnim", 1);
  352. return 1;
  353. }
  354.  
  355. CMD:bitchslap(playerid, params[])
  356. {
  357. ApplyAnimation(playerid,"MISC","bitchslap",4.0,0,0,0,0,0);
  358. SetPVarInt(playerid, "UsingAnim", 1);
  359. return 1;
  360. }
  361.  
  362. CMD:cpr(playerid, params[])
  363. {
  364. ApplyAnimation(playerid,"MEDIC","CPR", 4.0, 1, 0, 0, 0, 0);
  365. SetPVarInt(playerid, "UsingAnim", 1);
  366. return 1;
  367. }
  368.  
  369. CMD:gsign(playerid, params[])
  370. {
  371. new choice[32];
  372. if(sscanf(params, "s[32]", choice))
  373. {
  374. SendClientMessage(playerid, COLOR_WHITE, "USAGE: /gsign [1-5]");
  375. return 1;
  376. }
  377. if(strcmp(choice, "1", true) == 0)
  378. {
  379. ApplyAnimation(playerid,"GHANDS","gsign1",4.0,0,1,1,1,1);
  380. SetPVarInt(playerid, "UsingAnim", 1);
  381. }
  382. if(strcmp(choice, "2", true) == 0)
  383. {
  384. ApplyAnimation(playerid,"GHANDS","gsign2",4.0,0,1,1,1,1);
  385. SetPVarInt(playerid, "UsingAnim", 1);
  386. }
  387. if(strcmp(choice, "3", true) == 0)
  388. {
  389. ApplyAnimation(playerid,"GHANDS","gsign3",4.0,0,1,1,1,1);
  390. SetPVarInt(playerid, "UsingAnim", 1);
  391. }
  392. if(strcmp(choice, "4", true) == 0)
  393. {
  394. ApplyAnimation(playerid,"GHANDS","gsign4",4.0,0,1,1,1,1);
  395. SetPVarInt(playerid, "UsingAnim", 1);
  396. }
  397. if(strcmp(choice, "5", true) == 0)
  398. {
  399. ApplyAnimation(playerid,"GHANDS","gsign5",4.0,0,1,1,1,1);
  400. SetPVarInt(playerid, "UsingAnim", 1);
  401. }
  402. return 1;
  403. }
  404.  
  405. CMD:gift(playerid, params[])
  406. {
  407. ApplyAnimation(playerid,"KISSING","gift_give",4.0,0,0,0,0,0);
  408. SetPVarInt(playerid, "UsingAnim", 1);
  409. return 1;
  410. }
  411.  
  412. CMD:chairsit(playerid, params[])
  413. {
  414. ApplyAnimation(playerid,"PED","SEAT_idle", 4.0, 1, 0, 0, 0, 0);
  415. SetPVarInt(playerid, "UsingAnim", 1);
  416. return 1;
  417. }
  418.  
  419. CMD:injured(playerid, params[])
  420. {
  421. new choice[32];
  422. if(sscanf(params, "s[32]", choice))
  423. {
  424. SendClientMessage(playerid, COLOR_WHITE, "USAGE: /injured [1-2]");
  425. return 1;
  426. }
  427. if(strcmp(choice, "1", true) == 0)
  428. {
  429. ApplyAnimation(playerid,"SWEET","Sweet_injuredloop", 4.0, 1, 0, 0, 0, 0);
  430. SetPVarInt(playerid, "UsingAnim", 1);
  431. }
  432. if(strcmp(choice, "2", true) == 0)
  433. {
  434. ApplyAnimation(playerid,"SWAT","gnstwall_injurd", 4.0, 1, 0, 0, 0, 0);
  435. SetPVarInt(playerid, "UsingAnim", 1);
  436. }
  437. return 1;
  438. }
  439.  
  440. CMD:slapped(playerid, params[])
  441. {
  442. ApplyAnimation(playerid,"SWEET","ho_ass_slapped",4.0,0,0,0,0,0);
  443. SetPVarInt(playerid, "UsingAnim", 1);
  444. return 1;
  445. }
  446.  
  447. CMD:slapass(playerid, params[])
  448. {
  449. ApplyAnimation(playerid,"SWEET","sweet_ass_slap",4.0,0,0,0,0,0);
  450. SetPVarInt(playerid, "UsingAnim", 1);
  451. return 1;
  452. }
  453.  
  454. CMD:drunk(playerid, params[])
  455. {
  456. ApplyAnimation(playerid,"PED","WALK_DRUNK",4.1,1,1,1,1,1);
  457. SetPVarInt(playerid, "UsingAnim", 1);
  458. return 1;
  459. }
  460.  
  461. CMD:skate(playerid, params[])
  462. {
  463. ApplyAnimation(playerid,"SKATE","skate_run",4.1,1,1,1,1,1);
  464. SetPVarInt(playerid, "UsingAnim", 1);
  465. return 1;
  466. }
  467.  
  468. CMD:gwalk(playerid, params[])
  469. {
  470. new choice[32];
  471. if(sscanf(params, "s[32]", choice))
  472. {
  473. SendClientMessage(playerid, COLOR_WHITE, "USAGE: /gwalk [1-2]");
  474. return 1;
  475. }
  476. if(strcmp(choice, "1", true) == 0)
  477. {
  478. ApplyAnimation(playerid,"PED","WALK_gang1",4.1,1,1,1,1,1);
  479. SetPVarInt(playerid, "UsingAnim", 1);
  480. }
  481. if(strcmp(choice, "2", true) == 0)
  482. {
  483. ApplyAnimation(playerid,"PED","WALK_gang2",4.1,1,1,1,1,1);
  484. SetPVarInt(playerid, "UsingAnim", 1);
  485. }
  486. return 1;
  487. }
  488.  
  489. CMD:limp(playerid, params[])
  490. {
  491. ApplyAnimation(playerid,"PED","WALK_old",4.1,1,1,1,1,1);
  492. SetPVarInt(playerid, "UsingAnim", 1);
  493. return 1;
  494. }
  495.  
  496. CMD:eatsit(playerid, params[])
  497. {
  498. ApplyAnimation(playerid,"FOOD","FF_Sit_Loop", 4.0, 1, 0, 0, 0, 0);
  499. SetPVarInt(playerid, "UsingAnim", 1);
  500. return 1;
  501. }
  502.  
  503. CMD:win(playerid, params[])
  504. {
  505. new choice[32];
  506. if(sscanf(params, "s[32]", choice))
  507. {
  508. SendClientMessage(playerid, COLOR_WHITE, "USAGE: /win [1-2]");
  509. return 1;
  510. }
  511. if(strcmp(choice, "1", true) == 0)
  512. {
  513. ApplyAnimation(playerid,"CASINO","cards_win", 4.0, 1, 0, 0, 0, 0);
  514. SetPVarInt(playerid, "UsingAnim", 1);
  515. }
  516. if(strcmp(choice, "2", true) == 0)
  517. {
  518. ApplyAnimation(playerid,"CASINO","Roulette_win", 4.0, 1, 0, 0, 0, 0);
  519. SetPVarInt(playerid, "UsingAnim", 1);
  520. }
  521. return 1;
  522. }
  523.  
  524. CMD:celebrate(playerid, params[])
  525. {
  526. new choice[32];
  527. if(sscanf(params, "s[32]", choice))
  528. {
  529. SendClientMessage(playerid, COLOR_WHITE, "USAGE: /celebrate [1-2]");
  530. return 1;
  531. }
  532. if(strcmp(choice, "1", true) == 0)
  533. {
  534. ApplyAnimation(playerid,"benchpress","gym_bp_celebrate", 4.0, 1, 0, 0, 0, 0);
  535. SetPVarInt(playerid, "UsingAnim", 1);
  536. }
  537. if(strcmp(choice, "2", true) == 0)
  538. {
  539. ApplyAnimation(playerid,"GYMNASIUM","gym_tread_celebrate", 4.0, 1, 0, 0, 0, 0);
  540. SetPVarInt(playerid, "UsingAnim", 1);
  541. }
  542. return 1;
  543. }
  544.  
  545. CMD:yes(playerid, params[])
  546. {
  547. ApplyAnimation(playerid,"CLOTHES","CLO_Buy", 4.0, 1, 0, 0, 0, 0);
  548. SetPVarInt(playerid, "UsingAnim", 1);
  549. return 1;
  550. }
  551.  
  552. CMD:deal(playerid, params[])
  553. {
  554. new choice[32];
  555. if(sscanf(params, "s[32]", choice))
  556. {
  557. SendClientMessage(playerid, COLOR_WHITE, "USAGE: /deal [1-2]");
  558. return 1;
  559. }
  560. if(strcmp(choice, "1", true) == 0)
  561. {
  562. ApplyAnimation(playerid, "DEALER", "DEALER_DEAL", 3.0, 0, 0, 0, 0, 0);
  563. SetPVarInt(playerid, "UsingAnim", 1);
  564. }
  565. if(strcmp(choice, "2", true) == 0)
  566. {
  567. ApplyAnimation(playerid,"DEALER","DRUGS_BUY", 4.0, 1, 0, 0, 0, 0);
  568. SetPVarInt(playerid, "UsingAnim", 1);
  569. }
  570. return 1;
  571. }
  572.  
  573. CMD:thankyou(playerid, params[])
  574. {
  575. ApplyAnimation(playerid,"FOOD","SHP_Thank", 4.0, 1, 0, 0, 0, 0);
  576. SetPVarInt(playerid, "UsingAnim", 1);
  577. return 1;
  578. }
  579.  
  580. CMD:invite1(playerid, params[])
  581. {
  582. new choice[32];
  583. if(sscanf(params, "s[32]", choice))
  584. {
  585. SendClientMessage(playerid, COLOR_WHITE, "USAGE: /invite1 [1-2]");
  586. return 1;
  587. }
  588. if(strcmp(choice, "1", true) == 0)
  589. {
  590. ApplyAnimation(playerid,"GANGS","Invite_Yes",4.1,0,1,1,1,1);
  591. SetPVarInt(playerid, "UsingAnim", 1);
  592. }
  593. if(strcmp(choice, "2", true) == 0)
  594. {
  595. ApplyAnimation(playerid,"GANGS","Invite_No",4.1,0,1,1,1,1);
  596. SetPVarInt(playerid, "UsingAnim", 1);
  597. }
  598. return 1;
  599. }
  600.  
  601. CMD:scratch(playerid, params[])
  602. {
  603. ApplyAnimation(playerid,"MISC","Scratchballs_01", 4.0, 1, 0, 0, 0, 0);
  604. SetPVarInt(playerid, "UsingAnim", 1);
  605. return 1;
  606. }
  607.  
  608. CMD:bomb(playerid, params[])
  609. {
  610. ClearAnimations(playerid);
  611. ApplyAnimation(playerid, "BOMBER", "BOM_Plant", 4.0, 0, 0, 0, 0, 0); // Place Bomb
  612. SetPVarInt(playerid, "UsingAnim", 1);
  613. return 1;
  614. }
  615.  
  616. CMD:getarrested(playerid, params[])
  617. {
  618. ApplyAnimation(playerid,"ped", "ARRESTgun", 4.0, 0, 1, 1, 1, -1); // Gun Arrest
  619. SetPVarInt(playerid, "UsingAnim", 1);
  620. return 1;
  621. }
  622.  
  623. CMD:laugh(playerid,params[])
  624. {
  625. ApplyAnimation(playerid, "RAPPING", "Laugh_01", 4.0, 0, 0, 0, 0, 0); // Laugh
  626. SetPVarInt(playerid, "UsingAnim", 1);
  627. return 1;
  628. }
  629.  
  630. CMD:lookout(playerid, params[])
  631. {
  632. ApplyAnimation(playerid, "SHOP", "ROB_Shifty", 4.0, 0, 0, 0, 0, 0); // Rob Lookout
  633. SetPVarInt(playerid, "UsingAnim", 1);
  634. return 1;
  635. }
  636.  
  637. CMD:robman(playerid, params[])
  638. {
  639. ApplyAnimation(playerid, "SHOP", "ROB_Loop_Threat", 4.0, 1, 0, 0, 0, 0); // Rob
  640. SetPVarInt(playerid, "UsingAnim", 1);
  641. return 1;
  642. }
  643.  
  644. CMD:crossarms(playerid, params[])
  645. {
  646. new choice[32];
  647. if(sscanf(params, "s[32]", choice))
  648. {
  649. SendClientMessage(playerid, COLOR_WHITE, "USAGE: /crossarms [1-2]");
  650. return 1;
  651. }
  652. if(strcmp(choice, "1", true) == 0)
  653. {
  654. ApplyAnimation(playerid, "COP_AMBIENT", "Coplook_loop", 4.0, 0, 1, 1, 1, -1);
  655. SetPVarInt(playerid, "UsingAnim", 1);
  656. }
  657. if(strcmp(choice, "2", true) == 0)
  658. {
  659. ApplyAnimation(playerid, "DEALER", "DEALER_IDLE", 4.0, 0, 1, 1, 1, -1);
  660. SetPVarInt(playerid, "UsingAnim", 1);
  661. }
  662. if(strcmp(choice, "3", true) == 0)
  663. {
  664. ApplyAnimation(playerid, "DEALER", "DEALER_IDLE", 4.0, 0, 1, 1, 1, -1);
  665. SetPVarInt(playerid, "UsingAnim", 1);
  666. }
  667. if(strcmp(choice, "4", true) == 0)
  668. {
  669. ApplyAnimation(playerid, "DEALER", "DEALER_IDLE_01", 4.0, 0, 1, 1, 1, -1);
  670. SetPVarInt(playerid, "UsingAnim", 1);
  671. }
  672. return 1;
  673. }
  674.  
  675. CMD:vomit(playerid, params[])
  676. {
  677. ApplyAnimation(playerid, "FOOD", "EAT_Vomit_P", 3.0, 0, 0, 0, 0, 0); // Vomit
  678. SetPVarInt(playerid, "UsingAnim", 1);
  679. return 1;
  680. }
  681.  
  682. CMD:eat(playerid, params[])
  683. {
  684. ApplyAnimation(playerid, "FOOD", "EAT_Burger", 3.0, 0, 0, 0, 0, 0); // Eat Burger
  685. SetPVarInt(playerid, "UsingAnim", 1);
  686. return 1;
  687. }
  688.  
  689. CMD:wave(playerid, params[])
  690. {
  691. ApplyAnimation(playerid, "ON_LOOKERS", "wave_loop", 4.0, 1, 0, 0, 0, 0); // Wave
  692. SetPVarInt(playerid, "UsingAnim", 1);
  693. return 1;
  694. }
  695.  
  696. CMD:smoke(playerid, params[])
  697. {
  698. new choice[32];
  699. if(sscanf(params, "s[32]", choice))
  700. {
  701. SendClientMessage(playerid, COLOR_WHITE, "USAGE: /smoke [1-2]");
  702. return 1;
  703. }
  704. if(strcmp(choice, "1", true) == 0)
  705. {
  706. ApplyAnimation(playerid, "SMOKING", "F_smklean_loop", 4.0, 1, 0, 0, 0, 0);
  707. SetPVarInt(playerid, "UsingAnim", 1);
  708. }
  709. if(strcmp(choice, "2", true) == 0)
  710. {
  711. ApplyAnimation(playerid,"SMOKING", "M_smklean_loop", 4.0, 1, 0, 0, 0, 0);
  712. SetPVarInt(playerid, "UsingAnim", 1);
  713. }
  714. return 1;
  715. }
  716.  
  717. CMD:sit(playerid, params[])
  718. {
  719. new choice[32];
  720. if(sscanf(params, "s[32]", choice))
  721. {
  722. SendClientMessage(playerid, COLOR_WHITE, "USAGE: /sit [1-3]");
  723. return 1;
  724. }
  725. if(strcmp(choice, "1", true) == 0)
  726. {
  727. ApplyAnimation(playerid,"INT_OFFICE","OFF_Sit_Type_Loop", 4.0, 1, 0, 0, 0, 0);
  728. SetPVarInt(playerid, "UsingAnim", 1);
  729. }
  730. if(strcmp(choice, "2", true) == 0)
  731. {
  732. ApplyAnimation(playerid,"BEACH", "ParkSit_M_loop", 4.0, 1, 0, 0, 0, 0);
  733. SetPVarInt(playerid, "UsingAnim", 1);
  734. }
  735. if(strcmp(choice, "3", true) == 0)
  736. {
  737. ApplyAnimation(playerid,"BEACH", "ParkSit_W_loop", 4.0, 1, 0, 0, 0, 0);
  738. SetPVarInt(playerid, "UsingAnim", 1);
  739. }
  740. if(strcmp(choice, "4", true) == 0)
  741. {
  742. ApplyAnimation(playerid,"BAR","dnk_stndF_loop", 4.0, 1, 0, 0, 0, 0);
  743. SetPVarInt(playerid, "UsingAnim", 1);
  744. }
  745. return 1;
  746. }
  747.  
  748. CMD:chat(playerid, params[])
  749. {
  750. ApplyAnimation(playerid,"PED","IDLE_CHAT",4.1,1,1,1,1,1);
  751. SetPVarInt(playerid, "UsingAnim", 1);
  752. return 1;
  753. }
  754.  
  755. CMD:fucku(playerid, params[])
  756. {
  757. ApplyAnimation(playerid,"PED","fucku",4.0,0,0,0,0,0);
  758. SetPVarInt(playerid, "UsingAnim", 1);
  759. return 1;
  760. }
  761.  
  762. CMD:taichi(playerid, params[])
  763. {
  764. ApplyAnimation(playerid,"PARK","Tai_Chi_Loop", 4.0, 1, 0, 0, 0, 0);
  765. SetPVarInt(playerid, "UsingAnim", 1);
  766. return 1;
  767. }
  768.  
  769. CMD:relax(playerid, params[])
  770. {
  771. ApplyAnimation(playerid,"BEACH","Lay_Bac_Loop", 4.0, 1, 0, 0, 0, 0);
  772. SetPVarInt(playerid, "UsingAnim", 1);
  773. return 1;
  774. }
  775.  
  776. CMD:bat(playerid, params[])
  777. {
  778. new choice[32];
  779. if(sscanf(params, "s[32]", choice))
  780. {
  781. SendClientMessage(playerid, COLOR_WHITE, "USAGE: /bat [1-5]");
  782. return 1;
  783. }
  784. if(strcmp(choice, "1", true) == 0)
  785. {
  786. ApplyAnimation(playerid,"BASEBALL","Bat_IDLE", 4.0, 1, 0, 0, 0, 0);
  787. SetPVarInt(playerid, "UsingAnim", 1);
  788. }
  789. if(strcmp(choice, "2", true) == 0)
  790. {
  791. ApplyAnimation(playerid,"BASEBALL","Bat_M", 4.0, 1, 0, 0, 0, 0);
  792. SetPVarInt(playerid, "UsingAnim", 1);
  793. }
  794. if(strcmp(choice, "3", true) == 0)
  795. {
  796. ApplyAnimation(playerid,"BASEBALL","BAT_PART", 4.0, 1, 0, 0, 0, 0);
  797. SetPVarInt(playerid, "UsingAnim", 1);
  798. }
  799. if(strcmp(choice, "4", true) == 0)
  800. {
  801. ApplyAnimation(playerid,"CRACK","Bbalbat_Idle_01", 4.0, 1, 0, 0, 0, 0);
  802. SetPVarInt(playerid, "UsingAnim", 1);
  803. }
  804. if(strcmp(choice, "5", true) == 0)
  805. {
  806. ApplyAnimation(playerid,"CRACK","Bbalbat_Idle_02", 4.0, 1, 0, 0, 0, 0);
  807. SetPVarInt(playerid, "UsingAnim", 1);
  808. }
  809. return 1;
  810. }
  811.  
  812. CMD:nod(playerid, params[])
  813. {
  814. ApplyAnimation(playerid,"COP_AMBIENT","Coplook_nod",4.0,0,0,0,0,0);
  815. SetPVarInt(playerid, "UsingAnim", 1);
  816. return 1;
  817. }
  818.  
  819. CMD:gang(playerid, params[])
  820. {
  821. new choice[32];
  822. if(sscanf(params, "s[32]", choice))
  823. {
  824. SendClientMessage(playerid, COLOR_WHITE, "USAGE: /gang [1-7]");
  825. return 1;
  826. }
  827. if(strcmp(choice, "1", true) == 0)
  828. {
  829. ApplyAnimation(playerid,"GANGS","hndshkaa",4.0,0,0,0,0,0);
  830. SetPVarInt(playerid, "UsingAnim", 1);
  831. }
  832. if(strcmp(choice, "2", true) == 0)
  833. {
  834. ApplyAnimation(playerid,"GANGS","hndshkba",4.0,0,0,0,0,0);
  835. SetPVarInt(playerid, "UsingAnim", 1);
  836. }
  837. if(strcmp(choice, "3", true) == 0)
  838. {
  839. ApplyAnimation(playerid,"GANGS","hndshkca",4.0,0,0,0,0,0);
  840. SetPVarInt(playerid, "UsingAnim", 1);
  841. }
  842. if(strcmp(choice, "4", true) == 0)
  843. {
  844. ApplyAnimation(playerid,"GANGS","hndshkcb",4.0,0,0,0,0,0);
  845. SetPVarInt(playerid, "UsingAnim", 1);
  846. }
  847. if(strcmp(choice, "5", true) == 0)
  848. {
  849. ApplyAnimation(playerid,"GANGS","hndshkda",4.0,0,0,0,0,0);
  850. SetPVarInt(playerid, "UsingAnim", 1);
  851. }
  852. if(strcmp(choice, "6", true) == 0)
  853. {
  854. ApplyAnimation(playerid,"GANGS","hndshkda",4.0,0,0,0,0,0);
  855. SetPVarInt(playerid, "UsingAnim", 1);
  856. }
  857. if(strcmp(choice, "7", true) == 0)
  858. {
  859. ApplyAnimation(playerid,"GANGS","hndshkfa",4.0,0,0,0,0,0);
  860. SetPVarInt(playerid, "UsingAnim", 1);
  861. }
  862. return 1;
  863. }
  864. CMD:cry(playerid, params[])
  865. {
  866. new choice[32];
  867. if(sscanf(params, "s[32]", choice))
  868. {
  869. SendClientMessage(playerid, COLOR_WHITE, "USAGE: /cry [1-2]");
  870. return 1;
  871. }
  872. if(strcmp(choice, "1", true) == 0)
  873. {
  874. ApplyAnimation(playerid,"GRAVEYARD","mrnF_loop", 4.0, 1, 0, 0, 0, 0);
  875. SetPVarInt(playerid, "UsingAnim", 1);
  876. }
  877. if(strcmp(choice, "2", true) == 0)
  878. {
  879. ApplyAnimation(playerid,"GRAVEYARD","mrnM_loop", 4.0, 1, 0, 0, 0, 0);
  880. SetPVarInt(playerid, "UsingAnim", 1);
  881. }
  882. return 1;
  883. }
  884. CMD:bed(playerid, params[])
  885. {
  886. new choice[32];
  887. if(sscanf(params, "s[32]", choice))
  888. {
  889. SendClientMessage(playerid, COLOR_WHITE, "USAGE: /bed [1-2]");
  890. return 1;
  891. }
  892. if(strcmp(choice, "1", true) == 0)
  893. {
  894. ApplyAnimation(playerid,"INT_HOUSE","BED_In_L",4.1,0,1,1,1,1);
  895. SetPVarInt(playerid, "UsingAnim", 1);
  896. }
  897. if(strcmp(choice, "2", true) == 0)
  898. {
  899. ApplyAnimation(playerid,"INT_HOUSE","BED_In_R",4.1,0,1,1,1,1);
  900. SetPVarInt(playerid, "UsingAnim", 1);
  901. }
  902. if(strcmp(choice, "3", true) == 0)
  903. {
  904. ApplyAnimation(playerid,"INT_HOUSE","BED_Loop_L", 4.0, 1, 0, 0, 0, 0);
  905. SetPVarInt(playerid, "UsingAnim", 1);
  906. }
  907. if(strcmp(choice, "4", true) == 0)
  908. {
  909. ApplyAnimation(playerid,"INT_HOUSE","BED_Loop_R", 4.0, 1, 0, 0, 0, 0);
  910. SetPVarInt(playerid, "UsingAnim", 1);
  911. }
  912. return 1;
  913. }
  914. CMD:kiss(playerid, params[])
  915. {
  916. new choice[32];
  917. if(sscanf(params, "s[32]", choice))
  918. {
  919. SendClientMessage(playerid, COLOR_WHITE, "USAGE: /kiss [1-6]");
  920. return 1;
  921. }
  922. if(strcmp(choice, "1", true) == 0)
  923. {
  924. ApplyAnimation(playerid,"KISSING","Grlfrd_Kiss_01",4.0,0,0,0,0,0);
  925. SetPVarInt(playerid, "UsingAnim", 1);
  926. }
  927. if(strcmp(choice, "2", true) == 0)
  928. {
  929. ApplyAnimation(playerid,"KISSING","Grlfrd_Kiss_02",4.0,0,0,0,0,0);
  930. SetPVarInt(playerid, "UsingAnim", 1);
  931. }
  932. if(strcmp(choice, "3", true) == 0)
  933. {
  934. ApplyAnimation(playerid,"KISSING","Grlfrd_Kiss_03",4.0,0,0,0,0,0);
  935. SetPVarInt(playerid, "UsingAnim", 1);
  936. }
  937. if(strcmp(choice, "4", true) == 0)
  938. {
  939. ApplyAnimation(playerid,"KISSING","Playa_Kiss_01",4.0,0,0,0,0,0);
  940. SetPVarInt(playerid, "UsingAnim", 1);
  941. }
  942. if(strcmp(choice, "5", true) == 0)
  943. {
  944. ApplyAnimation(playerid,"KISSING","Playa_Kiss_02",4.0,0,0,0,0,0);
  945. SetPVarInt(playerid, "UsingAnim", 1);
  946. }
  947. if(strcmp(choice, "6", true) == 0)
  948. {
  949. ApplyAnimation(playerid,"KISSING","Playa_Kiss_03",4.0,0,0,0,0,0);
  950. SetPVarInt(playerid, "UsingAnim", 1);
  951. }
  952. return 1;
  953. }
  954.  
  955. CMD:carsit(playerid, params[])
  956. {
  957. new choice[32];
  958. if(sscanf(params, "s[32]", choice))
  959. {
  960. SendClientMessage(playerid, COLOR_WHITE, "USAGE: /carsit [1-2]");
  961. return 1;
  962. }
  963. if(strcmp(choice, "1", true) == 0)
  964. {
  965. ApplyAnimation(playerid,"CAR","Tap_hand", 4.0, 1, 0, 0, 0, 0);
  966. SetPVarInt(playerid, "UsingAnim", 1);
  967. }
  968. if(strcmp(choice, "2", true) == 0)
  969. {
  970. ApplyAnimation(playerid,"LOWRIDER","Sit_relaxed", 4.0, 1, 0, 0, 0, 0);
  971. SetPVarInt(playerid, "UsingAnim", 1);
  972. }
  973. return 1;
  974. }
  975.  
  976. CMD:walk(playerid, params[])
  977. {
  978. new choice[32];
  979. if(sscanf(params, "s[32]", choice))
  980. {
  981. SendClientMessage(playerid, COLOR_WHITE, "USAGE: /walk [1-2]");
  982. return 1;
  983. }
  984. if(strcmp(choice, "1", true) == 0)
  985. {
  986. ApplyAnimation(playerid,"ped","WOMAN_walksexy",4.1,1,1,1,1,1);
  987. SetPVarInt(playerid, "UsingAnim", 1);
  988. }
  989. if(strcmp(choice, "2", true) == 0)
  990. {
  991. ApplyAnimation(playerid,"ped","WALK_player",4.1,1,1,1,1,1);
  992. SetPVarInt(playerid, "UsingAnim", 1);
  993. }
  994. return 1;
  995. }
  996.  
  997. CMD:stretch(playerid, params[])
  998. {
  999. ApplyAnimation(playerid,"PLAYIDLES","stretch",4.0,0,0,0,0,0);
  1000. SetPVarInt(playerid, "UsingAnim", 1);
  1001. return 1;
  1002. }
  1003.  
  1004. CMD:chant(playerid, params[])
  1005. {
  1006. ApplyAnimation(playerid,"RIOT","RIOT_CHANT", 4.0, 1, 0, 0, 0, 0);
  1007. SetPVarInt(playerid, "UsingAnim", 1);
  1008. return 1;
  1009. }
  1010.  
  1011. CMD:angry(playerid, params[])
  1012. {
  1013. ApplyAnimation(playerid,"RIOT","RIOT_ANGRY",4.0,0,0,0,0,0);
  1014. SetPVarInt(playerid, "UsingAnim", 1);
  1015. return 1;
  1016. }
  1017.  
  1018. CMD:crack(playerid, params[])
  1019. {
  1020. new choice[32];
  1021. if(sscanf(params, "s[32]", choice))
  1022. {
  1023. SendClientMessage(playerid, COLOR_WHITE, "USAGE: /crack [1-2]");
  1024. return 1;
  1025. }
  1026. if(strcmp(choice, "1", true) == 0)
  1027. {
  1028. ApplyAnimation(playerid, "CRACK", "crckdeth2", 4.0, 1, 0, 0, 0, 0);
  1029. SetPVarInt(playerid, "UsingAnim", 1);
  1030. }
  1031. if(strcmp(choice, "2", true) == 0)
  1032. {
  1033. ApplyAnimation(playerid, "CRACK", "crckidle2", 4.0, 1, 0, 0, 0, 0);
  1034. SetPVarInt(playerid, "UsingAnim", 1);
  1035. }
  1036. return 1;
  1037. }
  1038.  
  1039. CMD:ghand(playerid, params[])
  1040. {
  1041. new choice[32];
  1042. if(sscanf(params, "s[32]", choice))
  1043. {
  1044. SendClientMessage(playerid, COLOR_WHITE, "USAGE: /ghand [1-5]");
  1045. return 1;
  1046. }
  1047. if(strcmp(choice, "1", true) == 0)
  1048. {
  1049. ApplyAnimation(playerid,"GHANDS","gsign1LH",4.0,0,1,1,1,1);
  1050. SetPVarInt(playerid, "UsingAnim", 1);
  1051. }
  1052. if(strcmp(choice, "2", true) == 0)
  1053. {
  1054. ApplyAnimation(playerid,"GHANDS","gsign2LH",4.0,0,1,1,1,1);
  1055. SetPVarInt(playerid, "UsingAnim", 1);
  1056. }
  1057. if(strcmp(choice, "3", true) == 0)
  1058. {
  1059. ApplyAnimation(playerid,"GHANDS","gsign2LH",4.0,0,1,1,1,1);
  1060. SetPVarInt(playerid, "UsingAnim", 1);
  1061. }
  1062. if(strcmp(choice, "4", true) == 0)
  1063. {
  1064. ApplyAnimation(playerid,"GHANDS","gsign3LH",4.0,0,1,1,1,1);
  1065. SetPVarInt(playerid, "UsingAnim", 1);
  1066. }
  1067. if(strcmp(choice, "5", true) == 0)
  1068. {
  1069. ApplyAnimation(playerid,"GHANDS","gsign4LH",4.0,0,1,1,1,1);
  1070. SetPVarInt(playerid, "UsingAnim", 1);
  1071. }
  1072. if(strcmp(choice, "6", true) == 0)
  1073. {
  1074. ApplyAnimation(playerid,"GHANDS","gsign5LH",4.0,0,1,1,1,1);
  1075. SetPVarInt(playerid, "UsingAnim", 1);
  1076. }
  1077. return 1;
  1078. }
  1079.  
  1080. CMD:exhausted(playerid, params[])
  1081. {
  1082. ApplyAnimation(playerid,"FAT","IDLE_tired", 4.0, 1, 0, 0, 0, 0);
  1083. SetPVarInt(playerid, "UsingAnim", 1);
  1084. return 1;
  1085. }
  1086.  
  1087. CMD:carsmoke(playerid, params[])
  1088. {
  1089. ApplyAnimation(playerid,"PED","Smoke_in_car", 4.0, 1, 0, 0, 0, 0);
  1090. SetPVarInt(playerid, "UsingAnim", 1);
  1091. return 1;
  1092. }
  1093.  
  1094. CMD:getup(playerid, params[])
  1095. {
  1096. ApplyAnimation(playerid,"PED","getup",4.0,0,0,0,0,0);
  1097. SetPVarInt(playerid, "UsingAnim", 1);
  1098. return 1;
  1099. }
  1100.  
  1101. CMD:basket(playerid, params[])
  1102. {
  1103. new choice[32];
  1104. if(sscanf(params, "s[32]", choice))
  1105. {
  1106. SendClientMessage(playerid, COLOR_WHITE, "USAGE: /basket [1-6]");
  1107. return 1;
  1108. }
  1109. if(strcmp(choice, "1", true) == 0)
  1110. {
  1111. ApplyAnimation(playerid,"BSKTBALL","BBALL_def_loop", 4.0, 1, 0, 0, 0, 0);
  1112. SetPVarInt(playerid, "UsingAnim", 1);
  1113. }
  1114. if(strcmp(choice, "2", true) == 0)
  1115. {
  1116. ApplyAnimation(playerid,"GHANDS","gsign2LH",4.0,0,1,1,1,1);
  1117. SetPVarInt(playerid, "UsingAnim", 1);
  1118. }
  1119. if(strcmp(choice, "2", true) == 0)
  1120. {
  1121. ApplyAnimation(playerid,"BSKTBALL","BBALL_idleloop", 4.0, 1, 0, 0, 0, 0);
  1122. SetPVarInt(playerid, "UsingAnim", 1);
  1123. }
  1124. if(strcmp(choice, "3", true) == 0)
  1125. {
  1126. ApplyAnimation(playerid,"BSKTBALL","BBALL_pickup",4.0,0,0,0,0,0);
  1127. SetPVarInt(playerid, "UsingAnim", 1);
  1128. }
  1129. if(strcmp(choice, "4", true) == 0)
  1130. {
  1131. ApplyAnimation(playerid,"BSKTBALL","BBALL_Jump_Shot",4.0,0,0,0,0,0);
  1132. SetPVarInt(playerid, "UsingAnim", 1);
  1133. }
  1134. if(strcmp(choice, "5", true) == 0)
  1135. {
  1136. ApplyAnimation(playerid,"BSKTBALL","BBALL_Dnk",4.1,0,1,1,1,1);
  1137. SetPVarInt(playerid, "UsingAnim", 1);
  1138. }
  1139. if(strcmp(choice, "6", true) == 0)
  1140. {
  1141. ApplyAnimation(playerid,"BSKTBALL","BBALL_run",4.1,1,1,1,1,1);
  1142. SetPVarInt(playerid, "UsingAnim", 1);
  1143. }
  1144. return 1;
  1145. }
  1146.  
  1147. CMD:akick(playerid, params[])
  1148. {
  1149. ApplyAnimation(playerid,"FIGHT_E","FightKick",4.0,0,0,0,0,0);
  1150. SetPVarInt(playerid, "UsingAnim", 1);
  1151. return 1;
  1152. }
  1153.  
  1154. CMD:box(playerid, params[])
  1155. {
  1156. ApplyAnimation(playerid,"GYMNASIUM","gym_shadowbox",4.1,1,1,1,1,1);
  1157. SetPVarInt(playerid, "UsingAnim", 1);
  1158. return 1;
  1159. }
  1160.  
  1161. CMD:cockgun(playerid, params[])
  1162. {
  1163. ApplyAnimation(playerid, "SILENCED", "Silence_reload", 3.0, 0, 0, 0, 0, 0);
  1164. SetPVarInt(playerid, "UsingAnim", 1);
  1165. return 1;
  1166. }
  1167.  
  1168. CMD:bar(playerid, params[])
  1169. {
  1170. new choice[32];
  1171. if(sscanf(params, "s[32]", choice))
  1172. {
  1173. SendClientMessage(playerid, COLOR_WHITE, "USAGE: /bar [1-4]");
  1174. return 1;
  1175. }
  1176. if(strcmp(choice, "1", true) == 0)
  1177. {
  1178. ApplyAnimation(playerid, "BAR", "Barcustom_get", 3.0, 0, 0, 0, 0, 0);
  1179. SetPVarInt(playerid, "UsingAnim", 1);
  1180. }
  1181. if(strcmp(choice, "2", true) == 0)
  1182. {
  1183. ApplyAnimation(playerid,"GHANDS","gsign2LH",4.0,0,1,1,1,1);
  1184. SetPVarInt(playerid, "UsingAnim", 1);
  1185. }
  1186. if(strcmp(choice, "2", true) == 0)
  1187. {
  1188. ApplyAnimation(playerid, "BAR", "Barcustom_order", 3.0, 0, 0, 0, 0, 0);
  1189. SetPVarInt(playerid, "UsingAnim", 1);
  1190. }
  1191. if(strcmp(choice, "3", true) == 0)
  1192. {
  1193. ApplyAnimation(playerid, "BAR", "Barserve_give", 3.0, 0, 0, 0, 0, 0);
  1194. SetPVarInt(playerid, "UsingAnim", 1);
  1195. }
  1196. if(strcmp(choice, "4", true) == 0)
  1197. {
  1198. ApplyAnimation(playerid, "BAR", "Barserve_glass", 3.0, 0, 0, 0, 0, 0);
  1199. SetPVarInt(playerid, "UsingAnim", 1);
  1200. }
  1201. return 1;
  1202. }
  1203.  
  1204. CMD:lay(playerid, params[])
  1205. {
  1206. new choice[32];
  1207. if(sscanf(params, "s[32]", choice))
  1208. {
  1209. SendClientMessage(playerid, COLOR_WHITE, "USAGE: /lay [1-2]");
  1210. return 1;
  1211. }
  1212. if(strcmp(choice, "1", true) == 0)
  1213. {
  1214. ApplyAnimation(playerid,"BEACH", "bather", 4.0, 1, 0, 0, 0, 0); // Lay down
  1215. SetPVarInt(playerid, "UsingAnim", 1);
  1216. }
  1217. if(strcmp(choice, "2", true) == 0)
  1218. {
  1219. ApplyAnimation(playerid,"BEACH", "SitnWait_loop_W", 4.0, 1, 0, 0, 0, 0); // Lay down
  1220. SetPVarInt(playerid, "UsingAnim", 1);
  1221. }
  1222. return 1;
  1223. }
  1224. CMD:liftup(playerid, params[])
  1225. {
  1226. ApplyAnimation(playerid, "CARRY", "liftup", 3.0, 0, 0, 0, 0, 0);
  1227. SetPVarInt(playerid, "UsingAnim", 1);
  1228. return 1;
  1229. }
  1230.  
  1231. CMD:putdown(playerid, params[])
  1232. {
  1233. ApplyAnimation(playerid, "CARRY", "putdwn", 3.0, 0, 0, 0, 0, 0);
  1234. SetPVarInt(playerid, "UsingAnim", 1);
  1235. return 1;
  1236. }
  1237.  
  1238. CMD:joint(playerid, params[])
  1239. {
  1240. ApplyAnimation(playerid,"GANGS","smkcig_prtl",4.0,0,1,1,1,1);
  1241. SetPVarInt(playerid, "UsingAnim", 1);
  1242. return 1;
  1243. }
  1244. CMD:die(playerid, params[])
  1245. {
  1246. new choice[32];
  1247. if(sscanf(params, "s[32]", choice))
  1248. {
  1249. SendClientMessage(playerid, COLOR_WHITE, "USAGE: /die [1-2]");
  1250. return 1;
  1251. }
  1252. if(strcmp(choice, "1", true) == 0)
  1253. {
  1254. ApplyAnimation(playerid,"KNIFE","KILL_Knife_Ped_Die",4.1,0,1,1,1,1);
  1255. SetPVarInt(playerid, "UsingAnim", 1);
  1256. }
  1257. if(strcmp(choice, "2", true) == 0)
  1258. {
  1259. ApplyAnimation(playerid, "PARACHUTE", "FALL_skyDive_DIE", 4.0, 0, 1, 1, 1, -1);
  1260. SetPVarInt(playerid, "UsingAnim", 1);
  1261. }
  1262. return 1;
  1263. }
  1264. CMD:benddown(playerid, params[])
  1265. {
  1266. ApplyAnimation(playerid, "BAR", "Barserve_bottle", 4.0, 0, 0, 0, 0, 0);
  1267. SetPVarInt(playerid, "UsingAnim", 1);
  1268. return 1;
  1269. }
  1270. CMD:shakehead(playerid, params[])
  1271. {
  1272. ApplyAnimation(playerid, "MISC", "plyr_shkhead", 3.0, 0, 0, 0, 0, 0);
  1273. SetPVarInt(playerid, "UsingAnim", 1);
  1274. return 1;
  1275. }
  1276.  
  1277. CMD:aim(playerid, params[])
  1278. {
  1279. new choice[32];
  1280. if(sscanf(params, "s[32]", choice))
  1281. {
  1282. SendClientMessage(playerid, COLOR_WHITE, "USAGE: /aim [1-2]");
  1283. return 1;
  1284. }
  1285. if(strcmp(choice, "1", true) == 0)
  1286. {
  1287. ApplyAnimation(playerid,"PED","gang_gunstand", 4.0, 1, 0, 0, 0, 0);
  1288. SetPVarInt(playerid, "UsingAnim", 1);
  1289. }
  1290. if(strcmp(choice, "2", true) == 0)
  1291. {
  1292. ApplyAnimation(playerid, "SHOP", "SHP_Gun_Aim", 4.0, 0, 1, 1, 1, -1);
  1293. SetPVarInt(playerid, "UsingAnim", 1);
  1294. }
  1295. return 1;
  1296. }
  1297.  
  1298. CMD:checkout(playerid, params[])
  1299. {
  1300. ApplyAnimation(playerid, "GRAFFITI", "graffiti_Chkout", 4.0, 0, 0, 0, 0, 0);
  1301. SetPVarInt(playerid, "UsingAnim", 1);
  1302. return 1;
  1303. }
Advertisement
Add Comment
Please, Sign In to add comment