[MODIFIED]Extra Items ZP by RaDNoX Jun 25, 2017 10:09:41 GMT via mobile Quote Select PostDeselect PostLink to PostMemberGive GiftBack to Top Post by P!KaChu~ on Jun 25, 2017 10:09:41 GMT Jun 24, 2017 23:38:27 GMT ZinoZack47 said:Jun 19, 2017 16:44:48 GMT P!KaChu~ said:😒Then forget it. I don't help those who insult my friends  you should change your attitude.he is my buddy im know him in real ;-;
[MODIFIED]Extra Items ZP by RaDNoX Jul 6, 2017 10:57:30 GMT zmd94 likes this Quote Select PostDeselect PostLink to PostMemberGive GiftBack to Top Post by RaDNoX on Jul 6, 2017 10:57:30 GMT Hey everyone, Made a video on CSO turbulent DraGoRa edition:youtu.be/xpSHnGnXE5gNew Updated Sprite made by me here:mega.nz/#!l3BjxBaB!Eifadg5MkeZD4QGJV0C1dqunvgflsrYRXttWFPxsNxw
[MODIFIED]Extra Items ZP by RaDNoX Jul 9, 2017 8:42:17 GMT RaDNoX likes this Quote Select PostDeselect PostLink to PostMemberGive GiftBack to Top Post by hammamhamad on Jul 9, 2017 8:42:17 GMT it's really good job bro !!I noticed in the below picture [+1ammo] ... can you give me this plugin ...
[MODIFIED]Extra Items ZP by RaDNoX Jul 9, 2017 15:53:31 GMT Quote Select PostDeselect PostLink to PostMemberGive GiftBack to Top Post by zmd94 on Jul 9, 2017 15:53:31 GMT That plugin already being made in this forum. Just use search feature.
[MODIFIED]Extra Items ZP by RaDNoX Jul 9, 2017 18:01:44 GMT Quote Select PostDeselect PostLink to PostMemberGive GiftBack to Top Post by hammamhamad on Jul 9, 2017 18:01:44 GMT I was talking about ammo not the weapon ... and if you talking about ammo too I will search about it ...
[MODIFIED]Extra Items ZP by RaDNoX Jul 11, 2017 15:32:34 GMT Quote Select PostDeselect PostLink to PostMemberGive GiftBack to Top Post by zmd94 on Jul 11, 2017 15:32:34 GMT Yes, it is about ammo.
[MODIFIED]Extra Items ZP by RaDNoX Jul 12, 2017 11:50:04 GMT zmd94, P!KaChu~, and 1 more like this Quote Select PostDeselect PostLink to PostMemberGive GiftBack to Top Post by *PIRATE*xXx on Jul 12, 2017 11:50:04 GMT hammamhamadHere :#include <amxmodx>#include <amxmisc>#include <cstrike>#include <zombieplague>new ammo[3][33],string[21],cvarShowType,ammopackspublic plugin_init() { register_plugin("[ZP] AmmoChange", "1.0", "ZETA [M|E|N]") register_logevent("round_start", 2, "1=Round_Start") cvarShowType = register_cvar("ac_show_type", "1")}public round_start() { new players[32],num,i get_players(players,num) for(i=1;i<num;i++) { ammo[0][players[i]] = zp_get_user_ammo_packs(players[i]) }}public client_putinserver(id) { set_task(3.0,"func_ammo",id)}public func_ammo(id) { ammopacks = zp_get_user_ammo_packs(id) ammo[0][id] = ammopacks ammo[1][id] = ammopacks ammo[2][id] = ammopacks set_task(1.0,"change_ammo",id,_,_,"b")}public change_ammo(id) { if(cs_get_user_team(id) == CS_TEAM_SPECTATOR) return PLUGIN_HANDLED ammo[1][id] = zp_get_user_ammo_packs(id) if(ammo[1][id] != ammo[2][id]) { if(ammo[1][id] > ammo[2][id]) { ammopacks = ammo[1][id] - ammo[2][id] format(string,charsmax(string),"[+%d Ammo Packs]", ammopacks) } else { ammopacks = ammo[2][id] - ammo[1][id] format(string,charsmax(string),"[-%d Ammo Packs]", ammopacks) } ammo[2][id] = ammo[1][id] if(get_pcvar_num(cvarShowType)) { set_hudmessage(83, 90, 247, -1.0, 0.65, 0, 7.0, 3.0,_,_,3) show_hudmessage(id, "%s", string) } else client_print(id, print_center, "%s", string) } return PLUGIN_HANDLED}public client_disconnect(id) { ammo[0][id] = 0 ammo[1][id] = 0 ammo[2][id] = 0 remove_task(id)}
[MODIFIED]Extra Items ZP by RaDNoX Jul 29, 2017 1:17:56 GMT *PIRATE*xXx likes this Quote Select PostDeselect PostLink to PostMemberGive GiftBack to Top Post by zmd94 on Jul 29, 2017 1:17:56 GMT Really nice, Pirate.
[MODIFIED]Extra Items ZP by RaDNoX Aug 25, 2017 15:17:53 GMT RaDNoX likes this Quote Select PostDeselect PostLink to PostMemberGive GiftBack to Top Post by teNsk- on Aug 25, 2017 15:17:53 GMT haha +1 Dragon fire good one
[MODIFIED]Extra Items ZP by RaDNoX Aug 25, 2017 15:18:38 GMT via mobile teNsk- likes this Quote Select PostDeselect PostLink to PostMemberGive GiftBack to Top Post by RaDNoX on Aug 25, 2017 15:18:38 GMT Thanks bro
[MODIFIED]Extra Items ZP by RaDNoX Aug 25, 2017 15:20:02 GMT Quote Select PostDeselect PostLink to PostMemberGive GiftBack to Top Post by teNsk- on Aug 25, 2017 15:20:02 GMT No Problem
[MODIFIED]Extra Items ZP by RaDNoX Sept 9, 2017 15:57:14 GMT RaDNoX likes this Quote Select PostDeselect PostLink to PostMemberGive GiftBack to Top Post by dread on Sept 9, 2017 15:57:14 GMT Can u make that weapons for supr vip? Ps: very nice
[MODIFIED]Extra Items ZP by RaDNoX Sept 14, 2017 15:14:11 GMT via mobile Quote Select PostDeselect PostLink to PostMemberGive GiftBack to Top Post by P!KaChu~ on Sept 14, 2017 15:14:11 GMT Sept 9, 2017 15:57:14 GMT dread said:Can u make that weapons for supr vip? Ps: very niceYes! It is easy :'/
[MODIFIED]Extra Items ZP by RaDNoX Sept 15, 2017 9:51:40 GMT via mobile Quote Select PostDeselect PostLink to PostMemberGive GiftBack to Top Post by $h@DoW on Sept 15, 2017 9:51:40 GMT Sept 9, 2017 15:57:14 GMT dread said:Can u make that weapons for supr vip? Ps: very nicePost Your Super VIP Sma