Guest User

Untitled

a guest
Aug 29th, 2011
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 33.13 KB | None | 0 0
  1. ////////////////////////////////////////// UNDERGROUND RACE
  2. //----------------------------------------------------------------------------
  3. // GotoUR
  4. if(strcmp(cmd, "/gotour2", true) == 0)
  5. {
  6. if(IsPlayerConnected(playerid))
  7. {
  8. if (PlayerInfo[playerid][pAdmin] >= 1 || PlayerInfo[playerid][pGm] >= 1)
  9. {
  10. if (GetPlayerState(playerid) == 2)
  11. {
  12. new tmpcar = GetPlayerVehicleID(playerid);
  13. SetVehiclePos(tmpcar, 1412.0709,-1317.6627,9.4911);
  14. TelePos[playerid][0] = 0.0;TelePos[playerid][1] = 0.0;
  15. }
  16. else
  17. {
  18. SetPlayerPos(playerid, 1412.0709,-1317.6627,9.4911);
  19. }
  20. SendClientMessage(playerid, COLOR_GRAD1, " Teleportovani ste !");
  21. SetPlayerInterior(playerid,0);
  22. PlayerInfo[playerid][pInt] = 0;
  23. SetPlayerVirtualWorld(playerid, 0);
  24. PlayerInfo[playerid][pVirWorld] = 0;
  25. //AdminDuty[playerid] = 1;
  26. //SetPlayerArmour(playerid, 999);
  27. //SetPlayerHealth(playerid, 999);
  28. //SetPlayerColor(playerid,TEAM_VAGOS_COLOR);
  29. //GetPlayerName(playerid, sendername, sizeof(sendername));
  30. //format(string, sizeof(string), "[ADMIN] [ID:%d]%s je on duty", playerid, sendername);
  31. //ABroadCast(COLOR_YELLOW,string,1);
  32. }
  33. else
  34. {
  35. SendClientMessage(playerid, COLOR_GRAD1, " Niste ovlasteni da koristite tu komandu !");
  36. }
  37. }
  38. return 1;
  39. }
  40. if(strcmp(cmd, "/gotour1", true) == 0)
  41. {
  42. if(IsPlayerConnected(playerid))
  43. {
  44. if (PlayerInfo[playerid][pAdmin] >= 1 || PlayerInfo[playerid][pGm] >= 1)
  45. {
  46. if (GetPlayerState(playerid) == 2)
  47. {
  48. new tmpcar = GetPlayerVehicleID(playerid);
  49. SetVehiclePos(tmpcar, 2587.4229,-2126.4773,0.4983);
  50. TelePos[playerid][0] = 0.0;TelePos[playerid][1] = 0.0;
  51. }
  52. else
  53. {
  54. SetPlayerPos(playerid, 2587.4229,-2126.4773,0.4983);
  55. }
  56. SendClientMessage(playerid, COLOR_GRAD1, " Teleportovani ste !");
  57. SetPlayerInterior(playerid,0);
  58. PlayerInfo[playerid][pInt] = 0;
  59. SetPlayerVirtualWorld(playerid, 0);
  60. PlayerInfo[playerid][pVirWorld] = 0;
  61. //AdminDuty[playerid] = 1;
  62. //SetPlayerArmour(playerid, 999);
  63. //SetPlayerHealth(playerid, 999);
  64. //SetPlayerColor(playerid,TEAM_VAGOS_COLOR);
  65. //GetPlayerName(playerid, sendername, sizeof(sendername));
  66. //format(string, sizeof(string), "[ADMIN] [ID:%d]%s je on duty", playerid, sendername);
  67. //ABroadCast(COLOR_YELLOW,string,1);
  68. }
  69. else
  70. {
  71. SendClientMessage(playerid, COLOR_GRAD1, " Niste ovlasteni da koristite tu komandu !");
  72. }
  73. }
  74. return 1;
  75. }
  76. if (strcmp("/uotvori", cmdtext, true, 10) == 0)
  77. {
  78. if (PlayerInfo[playerid][pAdmin] >= 1 || PlayerInfo[playerid][pGm] >= 1)
  79. {
  80. MoveDynamicObject(uracekapija,2581.8566894531, -2125.2780761719, -5.20096206665039, 10.0);
  81. SetTimer("GateClose18", 10000, 0);
  82. SendClientMessage(playerid, COLOR_BLUE,"ADMIN | Otvorio si kapiju za underground race");
  83. }
  84. else { SendClientMessage(playerid, COLOR_GREY,"Nemas pristup ovoj komandi.");}
  85. }
  86. // Poziv na utrku brodovima
  87. if (strcmp(cmd, "/uutrka", true)==0)//Ovdje stavite koju komandu zelite za prozivanje
  88. {
  89. if (PlayerInfo[playerid][pAdmin] >= 1 || PlayerInfo[playerid][pGm] >= 1)
  90. {
  91. tmp = strtok(cmdtext, idx);
  92. if(!strlen(tmp))
  93. {
  94. SendClientMessage(playerid, COLOR_GRAD2, "KORISTITE: /uutrka [ID/Ime]");
  95. return 1;
  96. }
  97. giveplayerid = ReturnUser(tmp);
  98. if (PlayerInfo[playerid][pAdmin] >= 1)
  99. {
  100. if(IsPlayerConnected(giveplayerid))
  101. {
  102. SetPlayerCheckpoint(giveplayerid, 2581.4954,-2113.2290,0.8533,10.0);// ovdje stavite kordinate prvog CP-a. ovo sto pise (8.0)To vaj je velicina CP-a.
  103. CP[giveplayerid] = 920;
  104. SendClientMessage(playerid, COLOR_BLUE, "Pozvao si igraca na utrku.");
  105. SendClientMessage(giveplayerid, COLOR_LIGHTRED, "Pozvan si na UnderGround utrku od Admina/GameMastera.")
  106. }
  107. }
  108. else
  109. {
  110. SendClientMessage(playerid, COLOR_GRAD2, " Niste autorizirani da koristite ovu komandu !");
  111. }
  112. }
  113. return 1;
  114. }
  115. // Brodovi
  116. // Auta za drag INFERNUS
  117. if (strcmp("/surace", cmdtext, true, 10) == 0)
  118. {
  119. if (PlayerInfo[playerid][pAdmin] >= 1 || PlayerInfo[playerid][pGm] >= 1)
  120. {
  121. ur1 = CreateVehicle(541, 2578.1867675781, -2180.0256347656, 0, 0, -1, -1, 1000);
  122. ur2 = CreateVehicle(541, 2584.365234375, -2140.0615234375, 0, 0, -1, -1, 1000);
  123. ur3 = CreateVehicle(541, 2578.1865234375, -2131.025390625, 0, 0, -1, -1, 1000);
  124. ur4 = CreateVehicle(541, 2584.365234375, -2131.0615234375, 0, 0, -1, -1, 1000);
  125. ur5 = CreateVehicle(541, 2578.1865234375, -2140.025390625, 0, 0, -1, -1, 1000);
  126. ur6 = CreateVehicle(541, 2584.365234375, -2148.0615234375, 0, 0, -1, -1, 1000);
  127. ur7 = CreateVehicle(541, 2578.1865234375, -2148.025390625, 0, 0, -1, -1, 1000);
  128. ur8 = CreateVehicle(541, 2584.365234375, -2180.0256347656, 0, 0, -1, -1, 1000);
  129. ur9 = CreateVehicle(541, 2578.1865234375, -2156.025390625, 0, 0, -1, -1, 1000);
  130. ur10 = CreateVehicle(541, 2584.365234375, -2156.025390625, 0, 0, -1, -1, 1000);
  131. ur11 = CreateVehicle(541, 2578.1865234375, -2164.025390625, 0, 0, -1, -1, 1000);
  132. ur12 = CreateVehicle(541, 2584.365234375, -2164.025390625, 0, 0, -1, -1, 1000);
  133. ur13 = CreateVehicle(541, 2578.1865234375, -2172.025390625, 0, 0, -1, -1, 1000);
  134. ur14 = CreateVehicle(541, 2584.365234375, -2172.025390625, 0, 0, -1, -1, 1000);
  135. SendClientMessage(playerid, COLOR_BLUE,"Napravio si vozila za UnderGround Race");
  136. }
  137. else { SendClientMessage(playerid, COLOR_GREY,"Nemas dozvolu za ovu komandu.");}
  138. }
  139. /////////////////////////////////////////// KRAJ UNDERGROUND
  140. // Ciscenjue ulice
  141. if(strcmp(cmd, "/cisti", true) == 0) //promjenite kako zelite da glasi komanda
  142. {
  143. if(PlayerInfo[playerid][pJob] == 21)//provjerava dali igrac ima posao gradjevinara
  144. {
  145. if(PlayerToPoint(15.0,playerid,2252.3909,32.0951,26.4844))//pozicija na kojoj koristi komandu za voziti bager
  146. {
  147. if(JobDuty[playerid] == 1)
  148. {
  149. SendClientMessage(playerid, COLOR_GROVE,"Cistite ulice Palomino Creeka.");
  150. SetPlayerCheckpoint(playerid, 2270.3042,38.9865,26.0608,3.0);//ovo je za check point
  151. CP[giveplayerid] = 400;
  152. }
  153. else
  154. {
  155. SendClientMessage(playerid, COLOR_GREY, " Niste na duznosti ili niste kod radionice !");
  156. return 1;
  157. }
  158. }
  159. }
  160. return 1;
  161. }
  162. // ----------------------------------------------// Animacije //------------------------------------------
  163. if(strcmp(cmd,"/animlist",true)==0)
  164. {
  165. SendClientMessage(playerid, COLOR_YELLOW, "________________________________________________________________________________________________________________________");
  166. SendClientMessage(playerid,COLOR_GRAD5,"-ANIMACIJE:");
  167. SendClientMessage(playerid,COLOR_GRAD4,"/fall - /fallback - /injured - /akick - /push - /lowbodypush - /handsup - /bomb - /drunk - /getarrested - /laugh - /sup");
  168. SendClientMessage(playerid,COLOR_GRAD4,"/basket - /headbutt - /medic - /spray - /robman - /taichi - /lookout - /kiss - /cellin - /cellout - /crossarms - /lay");
  169. SendClientMessage(playerid,COLOR_GRAD3,"/deal - /crack - /smokeanim - /groundsit - /chat - /chat2 - /dance - /fucku - /strip - /hide - /vomit - /chairsit - /reload");
  170. SendClientMessage(playerid,COLOR_GRAD3,"/koface - /kostomach - /rollfall - /carjacked1 - /carjacked2 - /rcarjack1 - /rcarjack2 - /lcarjack1 - /lcarjack2 - /bat");
  171. SendClientMessage(playerid,COLOR_GRAD2,"/lifejump - /exhaust - /leftslap - /carlock - /hoodfrisked - /lightcig - /tapcig - /box - /lay2 - /chant - finger");
  172. SendClientMessage(playerid,COLOR_GRAD2,"/shouting - /knife - /cop - /elbow - /kneekick - /airkick - /gkick - /gpunch - /fstance - /lowthrow - /highthrow - /aim");
  173. SendClientMessage(playerid,COLOR_GRAD1,"/pee - /lean - /run");
  174. SendClientMessage(playerid, COLOR_YELLOW, "-------------------------------------------------------------------------------------------------------------------------");
  175. return true;
  176. }
  177.  
  178. // carjacked
  179. if(strcmp(cmd, "/carjacked1", true) == 0) {
  180. ApplyAnimation(playerid,"PED","CAR_jackedLHS",4.0,0,1,1,1,0);
  181. return 1;
  182. }
  183.  
  184. // carjacked
  185. if(strcmp(cmd, "/carjacked2", true) == 0) {
  186. ApplyAnimation(playerid,"PED","CAR_jackedRHS",4.0,0,1,1,1,0);
  187. return 1;
  188. }
  189.  
  190. // CELLPHONE IN
  191. if(strcmp(cmd, "/cellin", true) == 0) {
  192. SetPlayerSpecialAction(playerid,SPECIAL_ACTION_USECELLPHONE);
  193. return 1;
  194. }
  195.  
  196. // CELLPHONE OUT
  197. if(strcmp(cmd, "/cellout", true) == 0) {
  198. SetPlayerSpecialAction(playerid,SPECIAL_ACTION_STOPUSECELLPHONE);
  199. return 1;
  200. }
  201.  
  202. // Drunk
  203. if(strcmp(cmd, "/drunk", true) == 0) {
  204. ApplyAnimation(playerid,"PED","WALK_DRUNK",4.1,1,1,1,1,1);
  205. return 1;
  206. }
  207.  
  208. // Place a Bomb
  209. if (strcmp("/bomb", cmdtext, true) == 0) {
  210. ClearAnimations(playerid);
  211. ApplyAnimation(playerid, "BOMBER","BOM_Plant_Loop",4.0,1,0,0,1,0); // Place Bomb
  212. return 1;
  213. }
  214. // Police Arrest
  215. if (strcmp("/getarrested", cmdtext, true) == 0) {
  216. ApplyAnimation(playerid,"ped", "ARRESTgun", 4.0, 0, 1, 1, 1, -1); // Gun Arrest
  217. return 1;
  218. }
  219. // Laugh
  220. if (strcmp("/laugh", cmdtext, true) == 0) {
  221. ApplyAnimation(playerid, "RAPPING", "Laugh_01", 4.0, 0, 0, 0, 0, 0); // Laugh
  222. return 1;
  223. }
  224. // Rob Lookout
  225. if (strcmp("/lookout", cmdtext, true) == 0) {
  226. ApplyAnimation(playerid, "SHOP", "ROB_Shifty", 4.0, 0, 0, 0, 0, 0); // Rob Lookout
  227. return 1;
  228. }
  229. // Rob Threat
  230. if (strcmp("/robman", cmdtext, true) == 0) {
  231. ApplyAnimation(playerid, "SHOP", "ROB_Loop_Threat", 4.0, 1, 0, 0, 0, 0); // Rob
  232. return 1;
  233. }
  234. // Arms crossed
  235. if (strcmp("/crossarms", cmdtext, true) == 0) {
  236. ApplyAnimation(playerid, "COP_AMBIENT", "Coplook_loop", 4.0, 0, 1, 1, 1, -1); // Arms crossed
  237. return 1;
  238. }
  239. // Lay Down
  240. if (strcmp("/lay", cmdtext, true) == 0) {
  241. ApplyAnimation(playerid,"BEACH", "bather", 4.0, 1, 0, 0, 0, 0); // Lay down
  242. return 1;
  243. }
  244. // Take Cover
  245. if (strcmp("/hide", cmdtext, true) == 0) {
  246. ApplyAnimation(playerid, "ped", "cower", 3.0, 1, 0, 0, 0, 0); // Taking Cover
  247. return 1;
  248. }
  249. // Vomit
  250. if (strcmp("/vomit", cmdtext, true) == 0) {
  251. ApplyAnimation(playerid, "FOOD", "EAT_Vomit_P", 3.0, 0, 0, 0, 0, 0); // Vomit BAH!
  252. return 1;
  253. }
  254. // Wave
  255. if (strcmp("/wave", cmdtext, true) == 0) {
  256. ApplyAnimation(playerid, "ON_LOOKERS", "wave_loop", 4.0, 1, 0, 0, 0, 0); // Wave
  257. return 1;
  258. }
  259. // Slap Ass
  260. if (strcmp("/slapass", cmdtext, true) == 0) {
  261. ApplyAnimation(playerid, "SWEET", "sweet_ass_slap", 4.0, 0, 0, 0, 0, 0); // Ass Slapping
  262. return 1;
  263. }
  264. // Dealer
  265. if (strcmp("/deal", cmdtext, true) == 0) {
  266. ApplyAnimation(playerid, "DEALER", "DEALER_DEAL", 4.0, 0, 0, 0, 0, 0); // Deal Drugs
  267. return 1;
  268. }
  269. // Crack Dieing
  270. if (strcmp("/crack", cmdtext, true) == 0) {
  271. ApplyAnimation(playerid, "CRACK", "crckdeth2", 4.0, 1, 0, 0, 0, 0); // Dieing of Crack
  272. return 1;
  273. }
  274. // Smoking animations
  275. if(strcmp(cmd, "/smokeanim", true) == 0)
  276. {
  277. if (!strlen(cmdtext[7])) return SendClientMessage(playerid,0xEFEFF7AA,"USAGE: /smoke [1-4]");
  278. switch (cmdtext[7])
  279. {
  280. case '1': ApplyAnimation(playerid,"SMOKING", "M_smklean_loop", 4.0, 1, 0, 0, 0, 0); // male
  281. case '2': ApplyAnimation(playerid,"SMOKING", "F_smklean_loop", 4.0, 1, 0, 0, 0, 0); //female
  282. case '3': ApplyAnimation(playerid,"SMOKING","M_smkstnd_loop", 4.0, 1, 0, 0, 0, 0); // standing-fucked
  283. case '4': ApplyAnimation(playerid,"SMOKING","M_smk_out", 4.0, 1, 0, 0, 0, 0); // standing
  284. default: SendClientMessage(playerid,0xEFEFF7AA,"USAGE: /smoke [1-4]");
  285. }
  286. return 1;
  287. }
  288. // Sit
  289. if (strcmp("/groundsit", cmdtext, true) == 0 || strcmp("/gro", cmdtext, true) == 0) {
  290. ApplyAnimation(playerid,"BEACH", "ParkSit_M_loop", 4.0, 1, 0, 0, 0, 0); // Sit
  291. return 1;
  292. }
  293. // Idle Chat
  294. if(strcmp(cmd, "/chat", true) == 0) {
  295. ApplyAnimation(playerid,"PED","IDLE_CHAT",4.0,1,0,0,1,1);
  296. return 1;
  297. }
  298. // Idle Chat2
  299. if(strcmp(cmd, "/chat2", true) == 0) {
  300. ApplyAnimation(playerid,"MISC","Idle_Chat_02",4.0,1,0,0,1,1);
  301. return 1;
  302. }
  303. // Fucku
  304. if(strcmp(cmd, "/fucku", true) == 0) {
  305. ApplyAnimation(playerid,"PED","fucku",4.0,0,0,0,0,0);
  306. return 1;
  307. }
  308. // TaiChi
  309. if(strcmp(cmd, "/taichi", true) == 0) {
  310. ApplyAnimation(playerid,"PARK","Tai_Chi_Loop",4.0,1,0,0,0,0);
  311. return 1;
  312. }
  313.  
  314. // ChairSit
  315. if(strcmp(cmd, "/chairsit", true) == 0) {
  316. ApplyAnimation(playerid,"PED","SEAT_down",4.1,0,1,1,1,0);
  317. return 1;
  318. }
  319.  
  320. // Fall on the ground
  321. if(strcmp(cmd, "/fall", true) == 0) {
  322. ApplyAnimation(playerid,"PED","KO_skid_front",4.1,0,1,1,1,0);
  323. return 1;
  324. }
  325.  
  326. // Fall
  327. if(strcmp(cmd, "/fallback", true) == 0) {
  328. ApplyAnimation(playerid, "PED","FLOOR_hit_f", 4.0, 1, 0, 0, 0, 0);
  329. return 1;
  330. }
  331.  
  332. // kiss
  333. if(strcmp(cmd, "/kiss", true) == 0) {
  334. ApplyAnimation(playerid, "KISSING", "Playa_Kiss_02", 3.0, 1, 1, 1, 1, 0);
  335. return 1;
  336. }
  337.  
  338. // Injujred
  339. if(strcmp(cmd, "/injured", true) == 0) {
  340. ApplyAnimation(playerid, "SWEET", "Sweet_injuredloop", 4.0, 1, 0, 0, 0, 0);
  341. return 1;
  342. }
  343.  
  344. // Homie animations
  345. if(strcmp(cmd, "/sup", true) == 0)
  346. {
  347. if (!strlen(cmdtext[5])) return SendClientMessage(playerid,0xEFEFF7AA,"USAGE: /sup [1-3]");
  348. switch (cmdtext[5])
  349. {
  350. case '1': ApplyAnimation(playerid,"GANGS","hndshkba",4.0,0,0,0,0,0);
  351. case '2': ApplyAnimation(playerid,"GANGS","hndshkda",4.0,0,0,0,0,0);
  352. case '3': ApplyAnimation(playerid,"GANGS","hndshkfa_swt",4.0,0,0,0,0,0);
  353. default: SendClientMessage(playerid,0xEFEFF7AA,"USAGE: /sup [1-3]");
  354. }
  355. return 1;
  356. }
  357.  
  358. // Rap animations
  359. if(strcmp(cmd, "/rap", true) == 0)
  360. {
  361. if (!strlen(cmdtext[5])) return SendClientMessage(playerid,0xEFEFF7AA,"USAGE: /rap [1-4]");
  362. switch (cmdtext[5])
  363. {
  364. case '1': ApplyAnimation(playerid,"RAPPING","RAP_A_Loop",4.0,1,0,0,0,0);
  365. case '2': ApplyAnimation(playerid,"RAPPING","RAP_C_Loop",4.0,1,0,0,0,0);
  366. case '3': ApplyAnimation(playerid,"GANGS","prtial_gngtlkD",4.0,1,0,0,0,0);
  367. case '4': ApplyAnimation(playerid,"GANGS","prtial_gngtlkH",4.0,1,0,0,1,1);
  368. default: SendClientMessage(playerid,0xEFEFF7AA,"USAGE: /rap [1-4]");
  369. }
  370. return 1;
  371. }
  372.  
  373. // Violence animations
  374. if(strcmp(cmd, "/push", true) == 0) {
  375. ApplyAnimation(playerid,"GANGS","shake_cara",4.0,0,0,0,0,0);
  376. return 1;
  377. }
  378.  
  379. if(strcmp(cmd, "/akick", true) == 0) {
  380. ApplyAnimation(playerid,"POLICE","Door_Kick",4.0,0,0,0,0,0);
  381. return 1;
  382. }
  383.  
  384. if(strcmp(cmd, "/lowbodypush", true) == 0) {
  385. ApplyAnimation(playerid,"GANGS","shake_carSH",4.0,0,0,0,0,0);
  386. return 1;
  387. }
  388.  
  389. // Spray
  390. if(strcmp(cmd, "/spray", true) == 0) {
  391. ApplyAnimation(playerid,"SPRAYCAN","spraycan_full",4.0,0,0,0,0,0);
  392. return 1;
  393. }
  394.  
  395. // Headbutt
  396. if(strcmp(cmd, "/headbutt", true) == 0) {
  397. ApplyAnimation(playerid,"WAYFARER","WF_Fwd",4.0,0,0,0,0,0);
  398. return 1;
  399. }
  400.  
  401. // Medic
  402. if(strcmp(cmd, "/medic", true) == 0) {
  403. ApplyAnimation(playerid,"MEDIC","CPR",4.0,0,0,0,0,0);
  404. return 1;
  405. }
  406.  
  407. // KO Face
  408. if(strcmp(cmd, "/koface", true) == 0) {
  409. ApplyAnimation(playerid,"PED","KO_shot_face",4.0,0,1,1,1,0);
  410. return 1;
  411. }
  412.  
  413. // KO Stomach
  414. if(strcmp(cmd, "/kostomach", true) == 0) {
  415. ApplyAnimation(playerid,"PED","KO_shot_stom",4.0,0,1,1,1,0);
  416. return 1;
  417. }
  418.  
  419. // Jump for your life!
  420. if(strcmp(cmd, "/lifejump", true) == 0) {
  421. ApplyAnimation(playerid,"PED","EV_dive",4.0,0,1,1,1,0);
  422. return 1;
  423. }
  424.  
  425. // Exhausted
  426. if(strcmp(cmd, "/exhaust", true) == 0) {
  427. ApplyAnimation(playerid,"PED","IDLE_tired",3.0,1,0,0,0,0);
  428. return 1;
  429. }
  430.  
  431. // Left big slap
  432. if(strcmp(cmd, "/leftslap", true) == 0) {
  433. ApplyAnimation(playerid,"PED","BIKE_elbowL",4.0,0,0,0,0,0);
  434. return 1;
  435. }
  436.  
  437. // Big fall
  438. if(strcmp(cmd, "/rollfall", true) == 0) {
  439. ApplyAnimation(playerid,"PED","BIKE_fallR",4.0,0,1,1,1,0);
  440. return 1;
  441. }
  442.  
  443. // Locked
  444. if(strcmp(cmd, "/carlock", true) == 0) {
  445. ApplyAnimation(playerid,"PED","CAR_doorlocked_LHS",4.0,0,0,0,0,0);
  446. return 1;
  447. }
  448.  
  449. // carjack
  450. if(strcmp(cmd, "/rcarjack1", true) == 0) {
  451. ApplyAnimation(playerid,"PED","CAR_pulloutL_LHS",4.0,0,0,0,0,0);
  452. return 1;
  453. }
  454.  
  455. // carjack
  456. if(strcmp(cmd, "/lcarjack1", true) == 0) {
  457. ApplyAnimation(playerid,"PED","CAR_pulloutL_RHS",4.0,0,0,0,0,0);
  458. return 1;
  459. }
  460.  
  461. // carjack
  462. if(strcmp(cmd, "/rcarjack2", true) == 0) {
  463. ApplyAnimation(playerid,"PED","CAR_pullout_LHS",4.0,0,0,0,0,0);
  464. return 1;
  465. }
  466.  
  467. // carjack
  468. if(strcmp(cmd, "/lcarjack2", true) == 0) {
  469. ApplyAnimation(playerid,"PED","CAR_pullout_RHS",4.0,0,0,0,0,0);
  470. return 1;
  471. }
  472.  
  473. // Hood frisked
  474. if(strcmp(cmd, "/hoodfrisked", true) == 0) {
  475. ApplyAnimation(playerid,"POLICE","crm_drgbst_01",4.0,0,1,1,1,0);
  476. return 1;
  477. }
  478.  
  479. // Lighting cigarette
  480. if(strcmp(cmd, "/lightcig", true) == 0) {
  481. ApplyAnimation(playerid,"SMOKING","M_smk_in",3.0,0,0,0,0,0);
  482. return 1;
  483. }
  484.  
  485. // Tap cigarette
  486. if(strcmp(cmd, "/tapcig", true) == 0) {
  487. ApplyAnimation(playerid,"SMOKING","M_smk_tap",3.0,0,0,0,0,0);
  488. return 1;
  489. }
  490.  
  491. // Bat stance
  492. if(strcmp(cmd, "/bat", true) == 0) {
  493. ApplyAnimation(playerid,"BASEBALL","Bat_IDLE",4.0,1,1,1,1,0);
  494. return 1;
  495. }
  496.  
  497. // Boxing
  498. if(strcmp(cmd, "/box", true) == 0) {
  499. ApplyAnimation(playerid,"GYMNASIUM","GYMshadowbox",4.0,1,1,1,1,0);
  500. return 1;
  501. }
  502.  
  503. // Lay 2
  504. if(strcmp(cmd, "/lay2", true) == 0) {
  505. ApplyAnimation(playerid,"SUNBATHE","Lay_Bac_in",3.0,0,1,1,1,0);
  506. return 1;
  507. }
  508.  
  509. // Gogogo
  510. if(strcmp(cmd, "/chant", true) == 0) {
  511. ApplyAnimation(playerid,"RIOT","RIOT_CHANT",4.0,1,1,1,1,0);
  512. return 1;
  513. }
  514.  
  515. // Finger
  516. if(strcmp(cmd, "/finger", true) == 0) {
  517. ApplyAnimation(playerid,"RIOT","RIOT_FUKU",2.0,0,0,0,0,0);
  518. return 1;
  519. }
  520.  
  521. // Shouting
  522. if(strcmp(cmd, "/shouting", true) == 0) {
  523. ApplyAnimation(playerid,"RIOT","RIOT_shout",4.0,1,0,0,0,0);
  524. return 1;
  525. }
  526.  
  527. // Cop stance
  528. if(strcmp(cmd, "/cop", true) == 0) {
  529. ApplyAnimation(playerid,"SWORD","sword_block",50.0,0,1,1,1,1);
  530. return 1;
  531. }
  532.  
  533. // Elbow
  534. if(strcmp(cmd, "/elbow", true) == 0) {
  535. ApplyAnimation(playerid,"FIGHT_D","FightD_3",4.0,0,1,1,0,0);
  536. return 1;
  537. }
  538.  
  539. // Knee kick
  540. if(strcmp(cmd, "/kneekick", true) == 0) {
  541. ApplyAnimation(playerid,"FIGHT_D","FightD_2",4.0,0,1,1,0,0);
  542. return 1;
  543. }
  544.  
  545. // Fight stance
  546. if(strcmp(cmd, "/fstance", true) == 0) {
  547. ApplyAnimation(playerid,"FIGHT_D","FightD_IDLE",4.0,1,1,1,1,0);
  548. return 1;
  549. }
  550.  
  551. // Ground punch
  552. if(strcmp(cmd, "/gpunch", true) == 0) {
  553. ApplyAnimation(playerid,"FIGHT_B","FightB_G",4.0,0,0,0,0,0);
  554. return 1;
  555. }
  556.  
  557. // Air kick
  558. if(strcmp(cmd, "/airkick", true) == 0) {
  559. ApplyAnimation(playerid,"FIGHT_C","FightC_M",4.0,0,1,1,0,0);
  560. return 1;
  561. }
  562.  
  563. // Ground kick
  564. if(strcmp(cmd, "/gkick", true) == 0) {
  565. ApplyAnimation(playerid,"FIGHT_D","FightD_G",4.0,0,0,0,0,0);
  566. return 1;
  567. }
  568.  
  569. // Low throw
  570. if(strcmp(cmd, "/lowthrow", true) == 0) {
  571. ApplyAnimation(playerid,"GRENADE","WEAPON_throwu",3.0,0,0,0,0,0);
  572. return 1;
  573. }
  574.  
  575. // Ground kick
  576. if(strcmp(cmd, "/highthrow", true) == 0) {
  577. ApplyAnimation(playerid,"GRENADE","WEAPON_throw",4.0,0,0,0,0,0);
  578. return 1;
  579. }
  580.  
  581. // Deal stance
  582. if(strcmp(cmd, "/dealstance", true) == 0) {
  583. ApplyAnimation(playerid,"DEALER","DEALER_IDLE",4.0,1,0,0,0,0);
  584. return 1;
  585. }
  586.  
  587. // Deal stance
  588. if(strcmp(cmd, "/pee", true) == 0) {
  589. SetPlayerSpecialAction(playerid, SPECIAL_ACTION_PISSING);
  590. return 1;
  591. }
  592.  
  593. // Knife animations
  594. if(strcmp(cmd, "/knife", true) == 0)
  595. {
  596. if (!strlen(cmdtext[7])) return SendClientMessage(playerid,0xEFEFF7AA,"USAGE: /knife [1-4]");
  597. switch (cmdtext[7])
  598. {
  599. case '1': ApplyAnimation(playerid,"KNIFE","KILL_Knife_Ped_Damage",4.0,0,1,1,1,0);
  600. case '2': ApplyAnimation(playerid,"KNIFE","KILL_Knife_Ped_Die",4.0,0,1,1,1,0);
  601. case '3': ApplyAnimation(playerid,"KNIFE","KILL_Knife_Player",4.0,0,0,0,0,0);
  602. case '4': ApplyAnimation(playerid,"KNIFE","KILL_Partial",4.0,0,1,1,1,1);
  603. default: SendClientMessage(playerid,0xEFEFF7AA,"USAGE: /knife [1-4]");
  604. }
  605. return 1;
  606. }
  607.  
  608. // Basket-ball
  609. if(strcmp(cmd, "/basket", true) == 0)
  610. {
  611. if (!strlen(cmdtext[8])) return SendClientMessage(playerid,0xEFEFF7AA,"USAGE: /basket [1-6]");
  612. switch (cmdtext[8])
  613. {
  614. case '1': ApplyAnimation(playerid,"BSKTBALL","BBALL_idleloop",4.0,1,0,0,0,0);
  615. case '2': ApplyAnimation(playerid,"BSKTBALL","BBALL_Jump_Shot",4.0,0,0,0,0,0);
  616. case '3': ApplyAnimation(playerid,"BSKTBALL","BBALL_pickup",4.0,0,0,0,0,0);
  617. case '4': ApplyAnimation(playerid,"BSKTBALL","BBALL_run",4.1,1,1,1,1,1);
  618. case '5': ApplyAnimation(playerid,"BSKTBALL","BBALL_def_loop",4.0,1,0,0,0,0);
  619. case '6': ApplyAnimation(playerid,"BSKTBALL","BBALL_Dnk",4.0,1,0,0,0,0);
  620. default: SendClientMessage(playerid,0xEFEFF7AA,"USAGE: /basket [1-6]");
  621. }
  622. return 1;
  623. }
  624.  
  625. // Reloading guns
  626. if(strcmp(cmd, "/reload", true) == 0)
  627. {
  628. if (!strlen(cmdtext[8])) return SendClientMessage(playerid,0xEFEFF7AA,"USAGE: /reload [deagle/smg/ak/m4]");
  629. if (strcmp("deagle",cmdtext[8],true) == 0)
  630. {
  631. ApplyAnimation(playerid,"COLT45","colt45_reload",4.0,0,0,0,0,1);
  632. }
  633. else if (strcmp("smg",cmdtext[8],true) == 0 || strcmp("ak",cmdtext[8],true) == 0 || strcmp("m4",cmdtext[8],true) == 0)
  634. {
  635. ApplyAnimation(playerid,"UZI","UZI_reload",4.0,0,0,0,0,0);
  636. }
  637. else SendClientMessage(playerid,0xEFEFF7AA,"USAGE: /reload [deagle/smg/ak/m4]");
  638. return 1;
  639. }
  640.  
  641. if(strcmp(cmd, "/gwalk", true) == 0)
  642. {
  643. if (!strlen(cmdtext[6])) return SendClientMessage(playerid,0xEFEFF7AA,"USAGE: /gwalk [1/2]");
  644. new style = strval(cmdtext[6]);
  645. if (style == 1)
  646. {
  647. ApplyAnimation(playerid,"PED","WALK_gang1",4.1,1,1,1,1,1);
  648. }
  649. else if (style == 2)
  650. {
  651. ApplyAnimation(playerid,"PED","WALK_gang2",4.1,1,1,1,1,1);
  652. }
  653. else SendClientMessage(playerid,0xEFEFF7AA,"USAGE: /gwalk [1/2]");
  654. return 1;
  655. }
  656.  
  657. //Aiming animation
  658. if(strcmp(cmd, "/aim", true) == 0)
  659. {
  660. if (!strlen(cmdtext[5])) return SendClientMessage(playerid,0xEFEFF7AA,"USAGE: /aim [1-.]");
  661. switch (cmdtext[5])
  662. {
  663. case '1': ApplyAnimation(playerid,"PED","gang_gunstand",4.0,1,1,1,1,1);
  664. case '2': ApplyAnimation(playerid,"PED","Driveby_L",4.0,0,1,1,1,1);
  665. case '3': ApplyAnimation(playerid,"PED","Driveby_R",4.0,0,1,1,1,1);
  666. default: SendClientMessage(playerid,0xEFEFF7AA,"USAGE: /aim [1-3]");
  667. }
  668. return 1;
  669. }
  670.  
  671. // Leaning animation
  672. if(strcmp(cmd, "/lean", true) == 0)
  673. {
  674. if (!strlen(cmdtext[6])) return SendClientMessage(playerid,0xEFEFF7AA,"USAGE: /lean [1-2]");
  675. switch (cmdtext[6])
  676. {
  677. case '1': ApplyAnimation(playerid,"GANGS","leanIDLE",4.0,0,1,1,1,0);
  678. case '2': ApplyAnimation(playerid,"MISC","Plyrlean_loop",4.0,0,1,1,1,0);
  679. default: SendClientMessage(playerid,0xEFEFF7AA,"USAGE: /lean [1-2]");
  680. }
  681. return 1;
  682. }
  683.  
  684. if(strcmp(cmd, "/run", true) == 0)
  685. {
  686. ApplyAnimation(playerid,"PED","sprint_civi",floatstr(cmdtext[5]),1,1,1,1,1);
  687. printf("%f",floatstr(cmdtext[5]));
  688. return 1;
  689. }
  690.  
  691. // Clear
  692. if(strcmp(cmd, "/clearanim", true) == 0) {
  693. //ClearAnimations(playerid);
  694. ApplyAnimation(playerid, "CARRY", "crry_prtial", 1.0, 0, 0, 0, 0, 0);
  695. return 1;
  696. }
  697.  
  698. // Strip
  699. if(strcmp(cmd, "/strip", true) == 0)
  700. {
  701. if (!strlen(cmdtext[7])) return SendClientMessage(playerid,0xEFEFF7AA,"USAGE: /strip [A-G]");
  702. switch (cmdtext[7])
  703. {
  704. case 'a', 'A': ApplyAnimation(playerid,"STRIP", "strip_A", 4.1, 1, 1, 1, 1, 1 );
  705. case 'b', 'B': ApplyAnimation(playerid,"STRIP", "strip_B", 4.1, 1, 1, 1, 1, 1 );
  706. case 'c', 'C': ApplyAnimation(playerid,"STRIP", "strip_C", 4.1, 1, 1, 1, 1, 1 );
  707. case 'd', 'D': ApplyAnimation(playerid,"STRIP", "strip_D", 4.1, 1, 1, 1, 1, 1 );
  708. case 'e', 'E': ApplyAnimation(playerid,"STRIP", "strip_E", 4.1, 1, 1, 1, 1, 1 );
  709. case 'f', 'F': ApplyAnimation(playerid,"STRIP", "strip_F", 4.1, 1, 1, 1, 1, 1 );
  710. case 'g', 'G': ApplyAnimation(playerid,"STRIP", "strip_G", 4.1, 1, 1, 1, 1, 1 );
  711. default: SendClientMessage(playerid,0xEFEFF7AA,"USAGE: /strip [A-G]");
  712. }
  713. return 1;
  714. }
  715.  
  716. // Bed Sleep R
  717. if(strcmp(cmd, "/inbedright", true) == 0) {
  718. ApplyAnimation(playerid,"INT_HOUSE","BED_Loop_R",4.0,1,0,0,0,0);
  719. return 1;
  720. }
  721. // Bed Sleep L
  722. if(strcmp(cmd, "/inbedleft", true) == 0) {
  723. ApplyAnimation(playerid,"INT_HOUSE","BED_Loop_L",4.0,1,0,0,0,0);
  724. return 1;
  725. }
  726.  
  727.  
  728. // START DANCING
  729. if(strcmp(cmd, "/dance", true) == 0) {
  730.  
  731. // Get the dance style param
  732. tmp = strtok(cmdtext, idx);
  733. if(!strlen(tmp)) {
  734. SendClientMessage(playerid,0xFF0000FF,"USAGE: /dance [style 1-4]");
  735. return 1;
  736. }
  737.  
  738. dancestyle = strval(tmp);
  739. if(dancestyle < 1 || dancestyle > 4) {
  740. SendClientMessage(playerid,0xFF0000FF,"USAGE: /dance [style 1-4]");
  741. return 1;
  742. }
  743.  
  744. if(dancestyle == 1) {
  745. SetPlayerSpecialAction(playerid,SPECIAL_ACTION_DANCE1);
  746. } else if(dancestyle == 2) {
  747. SetPlayerSpecialAction(playerid,SPECIAL_ACTION_DANCE2);
  748. } else if(dancestyle == 3) {
  749. SetPlayerSpecialAction(playerid,SPECIAL_ACTION_DANCE3);
  750. } else if(dancestyle == 4) {
  751. SetPlayerSpecialAction(playerid,SPECIAL_ACTION_DANCE4);
  752. }
  753. return 1;
  754. }
  755. // -------------------------------------------------------------------------------------------------------
  756. // jetppack admin
  757. if (strcmp("/jetpack", cmdtext, true, 10) == 0)
  758. {
  759. if (PlayerInfo[playerid][pAdmin] >= 1)
  760. {
  761. SetPlayerSpecialAction(playerid,2);
  762. SendClientMessage(playerid, COLOR_LIGHTRED,"ADMIN | Uzeli ste jetpack, da ga bacite kucajte /mark pa /gotomark !");
  763. }
  764. else { SendClientMessage(playerid, COLOR_GREY,"Nemas pristup ovoj komandi.");}
  765. }
  766. // Kart race
  767. if (strcmp("/kotvori", cmdtext, true, 10) == 0)
  768. {
  769. if (PlayerInfo[playerid][pAdmin] >= 1 || PlayerInfo[playerid][pGm] >= 1)
  770. {
  771. MoveDynamicObject(kartkapija,2790.3056640625, 2293.9418945313, 6.532717704773, 10.0);
  772. SetTimer("GateClose17", 6000, 0);
  773. SendClientMessage(playerid, COLOR_BLUE,"ADMIN | Otvorio si kapiju za kartrace");
  774. }
  775. else { SendClientMessage(playerid, COLOR_GREY,"Nemas pristup ovoj komandi.");}
  776. }
  777. if (strcmp(cmd, "/kutrka", true)==0)
  778. {
  779. if (PlayerInfo[playerid][pAdmin] >= 1 || PlayerInfo[playerid][pGm] >= 1)
  780. {
  781. tmp = strtok(cmdtext, idx);
  782. if(!strlen(tmp))
  783. {
  784. SendClientMessage(playerid, COLOR_GRAD2, "KORISTITE: /kutrka [ID/Ime]");
  785. return 1;
  786. }
  787. giveplayerid = ReturnUser(tmp);
  788. if (PlayerInfo[playerid][pAdmin] >= 1)
  789. {
  790. if(IsPlayerConnected(giveplayerid))
  791. {
  792. SetPlayerCheckpoint(giveplayerid, 2800.4856,2293.3689,10.6719,6.0);// ovdje stavite kordinate prvog CP-a. ovo sto pise (8.0)To vaj je velicina CP-a.
  793. CP[giveplayerid] = 910;
  794. SendClientMessage(playerid, COLOR_BLUE, "Pozvao si igraca na utrku.");
  795. SendClientMessage(giveplayerid, COLOR_LIGHTRED, "Pozvan si na drag utrku od Admina/GameMastera");
  796. }
  797. }
  798. else
  799. {
  800. SendClientMessage(playerid, COLOR_GRAD2, " Niste autorizirani da koristite ovu komandu !");
  801. }
  802. }
  803. return 1;
  804. }
  805. if(strcmp(cmd, "/gotokart", true) == 0)
  806. {
  807. if(IsPlayerConnected(playerid))
  808. {
  809. if (PlayerInfo[playerid][pAdmin] >= 1 || PlayerInfo[playerid][pGm] >= 1)
  810. {
  811. if (GetPlayerState(playerid) == 2)
  812. {
  813. new tmpcar = GetPlayerVehicleID(playerid);
  814. SetVehiclePos(tmpcar, 2787.5039,2299.9548,10.8033);
  815. TelePos[playerid][0] = 0.0;TelePos[playerid][1] = 0.0;
  816. }
  817. else
  818. {
  819. SetPlayerPos(playerid, 2787.5039,2299.9548,10.8033);
  820. }
  821. SendClientMessage(playerid, COLOR_GRAD1, " Teleportovani ste !");
  822. SetPlayerInterior(playerid,0);
  823. PlayerInfo[playerid][pInt] = 0;
  824. SetPlayerVirtualWorld(playerid, 0);
  825. PlayerInfo[playerid][pVirWorld] = 0;
  826. //AdminDuty[playerid] = 1;
  827. //SetPlayerArmour(playerid, 999);
  828. //SetPlayerHealth(playerid, 999);
  829. //SetPlayerColor(playerid,TEAM_VAGOS_COLOR);
  830. //GetPlayerName(playerid, sendername, sizeof(sendername));
  831. //format(string, sizeof(string), "[ADMIN] [ID:%d]%s je on duty", playerid, sendername);
  832. //ABroadCast(COLOR_YELLOW,string,1);
  833. }
  834. else
  835. {
  836. SendClientMessage(playerid, COLOR_GRAD1, " Niste ovlasteni da koristite tu komandu !");
  837. }
  838. }
  839. return 1;
  840. }
  841. if (strcmp("/skart", cmdtext, true, 10) == 0)
  842. {
  843. if (PlayerInfo[playerid][pAdmin] >= 1 || PlayerInfo[playerid][pGm] >= 1)
  844. {
  845. k1 = CreateVehicle(571, 2785.1596679688, 2294.7939453125, 10.163023948669, 273.56323242188, -1, -1, 1000);
  846. k2 = CreateVehicle(571, 2785.1787109375, 2291.4541015625, 10.163023948669, 273.5595703125, -1, -1, 1000);
  847. k3 = CreateVehicle(571, 2779.3193359375, 2291.41796875, 10.163023948669, 273.5595703125, -1, -1, 1000);
  848. k4 = CreateVehicle(571, 2779.298828125, 2294.9248046875, 10.163023948669, 273.5595703125, -1, -1, 1000);
  849. k5 = CreateVehicle(571, 2771.3447265625, 2294.8754882813, 11.164656639099, 270.09631347656, -1, -1, 1000);
  850. k6 = CreateVehicle(571, 2771.3662109375, 2291.3215332031, 11.164656639099, 273.5595703125, -1, -1, 1000);
  851. k7 = CreateVehicle(571, 2767.3642578125, 2291.1923828125, 11.665472984314, 273.5595703125, -1, -1, 1000);
  852. k8 = CreateVehicle(571, 2767.24609375, 2294.8608398438, 11.665472984314, 271.82794189453, -1, -1, 1000);
  853. k9 = CreateVehicle(571, 2762.8342285156, 2295.0544433594, 11.665472984314, 271.82794189453, -1, -1, 1000);
  854. k10 = CreateVehicle(571, 2762.9516601563, 2291.3854980469, 11.665472984314, 273.5595703125, -1, -1, 1000);
  855. SendClientMessage(playerid, COLOR_BLUE,"Napravio si vozila za Kart race");
  856. }
  857. else { SendClientMessage(playerid, COLOR_GREY,"Nemas dozvolu za ovu komandu.");}
  858. }
  859. // Brisanje vozila brodica
  860. if (strcmp("/unistikart", cmdtext, true, 10) == 0)
  861. {
  862. if (PlayerInfo[playerid][pAdmin] >= 1 || PlayerInfo[playerid][pGm] >= 1)
  863. {
  864. DestroyVehicle(k1);
  865. DestroyVehicle(k2);
  866. DestroyVehicle(k3);
  867. DestroyVehicle(k4);
  868. DestroyVehicle(k5);
  869. DestroyVehicle(k6);
  870. DestroyVehicle(k7);
  871. DestroyVehicle(k8);
  872. DestroyVehicle(k9);
  873. DestroyVehicle(k10);
  874. SendClientMessage(playerid,COLOR_WHITE," Sva vozila za karting su unistena");
  875. }
  876. else
  877. {
  878. SendClientMessage(playerid, COLOR_WHITE, " Niste ovlasteni da koristite tu komandu !");
  879. }
  880. }
  881. if (strcmp("/unistisr", cmdtext, true, 10) == 0)
  882. {
  883. if (PlayerInfo[playerid][pAdmin] >= 1 || PlayerInfo[playerid][pGm] >= 1)
  884. {
  885. DestroyVehicle(sr1);
  886. DestroyVehicle(sr2);
  887. DestroyVehicle(sr3);
  888. DestroyVehicle(sr4);
  889. DestroyVehicle(sr5);
  890. DestroyVehicle(sr6);
  891. DestroyVehicle(sr7);
  892. DestroyVehicle(sr8);
  893. SendClientMessage(playerid,COLOR_WHITE," Sva vozila za speedrace su unistena");
  894. }
  895. else
  896. {
  897. SendClientMessage(playerid, COLOR_WHITE, " Niste ovlasteni da koristite tu komandu !");
  898. }
  899. }
  900. if (strcmp("/unistiur", cmdtext, true, 10) == 0)
  901. {
  902. if (PlayerInfo[playerid][pAdmin] >= 1 || PlayerInfo[playerid][pGm] >= 1)
  903. {
  904. DestroyVehicle(ur1);
  905. DestroyVehicle(ur2);
  906. DestroyVehicle(ur3);
  907. DestroyVehicle(ur4);
  908. DestroyVehicle(ur5);
  909. DestroyVehicle(ur6);
  910. DestroyVehicle(ur7);
  911. DestroyVehicle(ur8);
  912. DestroyVehicle(ur9);
  913. DestroyVehicle(ur10);
  914. DestroyVehicle(ur11);
  915. DestroyVehicle(ur12);
  916. DestroyVehicle(ur13);
  917. DestroyVehicle(ur14);
  918. SendClientMessage(playerid,COLOR_WHITE," Sva vozila za underground race su unistena");
  919. }
  920. else
  921. {
  922. SendClientMessage(playerid, COLOR_WHITE, " Niste ovlasteni da koristite tu komandu !");
  923. }
  924. }
  925. if (strcmp("/unistibdr", cmdtext, true, 10) == 0)
  926. {
  927. if (PlayerInfo[playerid][pAdmin] >= 1 || PlayerInfo[playerid][pGm] >= 1)
  928. {
  929. DestroyVehicle(bdr1);
  930. DestroyVehicle(bdr2);
  931. DestroyVehicle(bdr3);
  932. DestroyVehicle(bdr4);
  933. DestroyVehicle(bdr5);
  934. DestroyVehicle(bdr6);
  935. DestroyVehicle(bdr7);
  936. DestroyVehicle(bdr8);
  937. DestroyVehicle(bdr9);
  938. SendClientMessage(playerid,COLOR_WHITE," Sva vozila za big drift race su unistena");
  939. }
  940. else
  941. {
  942. SendClientMessage(playerid, COLOR_WHITE, " Niste ovlasteni da koristite tu komandu !");
  943. }
  944. }
Advertisement
Add Comment
Please, Sign In to add comment