Unlimited Ammo Packs [(Regeneration Ammo)] Jun 22, 2016 20:37:14 GMT Quote Select PostDeselect PostLink to PostMemberGive GiftBack to Top Post by Gaspatcho on Jun 22, 2016 20:37:14 GMT I want that players start with 9000 Ammo packs if a Player lose somme ammos it back to 9000 again .~ZP used 4.3~Players that have t Flag only .
Unlimited Ammo Packs [(Regeneration Ammo)] Jun 22, 2016 23:27:42 GMT Quote Select PostDeselect PostLink to PostMemberGive GiftBack to Top Post by zmd94 on Jun 22, 2016 23:27:42 GMT Just try below:#include <amxmodx>#include <zombieplague> #include <hamsandwich>#define Player_FreeAP 1994public plugin_init(){ register_plugin("Auto AP", "1.0", "zmd94") RegisterHam(Ham_Spawn, "player", "fw_PlayerRespawn", 1)}public fw_PlayerRespawn(id){ if(is_user_alive(id) && get_user_flags(id) & ADMIN_LEVEL_H) { zp_set_user_ammo_packs(id, 9000) set_task(5.0, "Auto_APPlayer", id+Player_FreeAP, _, _, "b") }}public Auto_APPlayer(id){ id -= Player_FreeAP if(is_user_alive(id) && get_user_flags(id) & ADMIN_LEVEL_H) { if(zp_get_user_ammo_packs(id) < 9000) { zp_set_user_ammo_packs(id, 9000) } } else { remove_task(id+Player_FreeAP) }}
Unlimited Ammo Packs [(Regeneration Ammo)] Jun 23, 2016 17:16:10 GMT Quote Select PostDeselect PostLink to PostMemberGive GiftBack to Top Post by Amit Deb on Jun 23, 2016 17:16:10 GMT Thanks Bro i Use This Plugin For My Self In My Server <3
Unlimited Ammo Packs [(Regeneration Ammo)] Jun 24, 2016 10:22:43 GMT Quote Select PostDeselect PostLink to PostMemberGive GiftBack to Top Post by zmd94 on Jun 24, 2016 10:22:43 GMT Welcome.
Unlimited Ammo Packs [(Regeneration Ammo)] Jun 4, 2017 12:09:20 GMT Quote Select PostDeselect PostLink to PostMemberGive GiftBack to Top Post by Deleted on Jun 4, 2017 12:09:20 GMT bro Zmd94 why Error: Cannot read from file: "zombieplague" on line 2#include <amxmodx>#include <zombieplague> #include <hamsandwich>#define Player_FreeAP 1994public plugin_init(){ register_plugin("Auto AP", "3.0", "LuXo KING Gaming") RegisterHam(Ham_Spawn, "player", "fw_PlayerRespawn", 1)}public fw_PlayerRespawn(id){ if(is_user_alive(id) && get_user_flags(id) & ADMIN_LEVEL_H) { zp_set_user_ammo_packs(id, 10000) set_task(5.0, "Auto_APPlayer", id+Player_FreeAP, _, _, "b") }}public Auto_APPlayer(id){ id -= Player_FreeAP if(is_user_alive(id) && get_user_flags(id) & ADMIN_LEVEL_H) { if(zp_get_user_ammo_packs(id) < 10000) { zp_set_user_ammo_packs(id, 10000) } } else { remove_task(id+Player_FreeAP) }}
Unlimited Ammo Packs [(Regeneration Ammo)] Jun 4, 2017 13:20:30 GMT via mobile Quote Select PostDeselect PostLink to PostMemberGive GiftBack to Top Post by RaDNoX on Jun 4, 2017 13:20:30 GMT Jun 4, 2017 12:09:20 GMT @gameluxo said:bro Zmd94 why Error: Cannot read from file: "zombieplague" on line 2#include <amxmodx>#include <zombieplague> #include <hamsandwich>#define Player_FreeAP 1994public plugin_init(){ register_plugin("Auto AP", "3.0", "LuXo KING Gaming") RegisterHam(Ham_Spawn, "player", "fw_PlayerRespawn", 1)}public fw_PlayerRespawn(id){ if(is_user_alive(id) && get_user_flags(id) & ADMIN_LEVEL_H) { zp_set_user_ammo_packs(id, 10000) set_task(5.0, "Auto_APPlayer", id+Player_FreeAP, _, _, "b") }}public Auto_APPlayer(id){ id -= Player_FreeAP if(is_user_alive(id) && get_user_flags(id) & ADMIN_LEVEL_H) { if(zp_get_user_ammo_packs(id) < 10000) { zp_set_user_ammo_packs(id, 10000) } } else { remove_task(id+Player_FreeAP) }}#include <amxmodx>#include <zombieplague> #include <hamsandwich>Why are you taking credits?("Auto AP", "3.0", "LuXo KING Gaming")
Unlimited Ammo Packs [(Regeneration Ammo)] Jun 4, 2017 14:06:59 GMT Quote Select PostDeselect PostLink to PostMemberGive GiftBack to Top Post by Deleted on Jun 4, 2017 14:06:59 GMT Jun 4, 2017 13:20:30 GMT RaDNoX said:Jun 4, 2017 12:09:20 GMT @gameluxo said:bro Zmd94 why Error: Cannot read from file: "zombieplague" on line 2#include <amxmodx>#include <zombieplague> #include <hamsandwich>#define Player_FreeAP 1994public plugin_init(){ register_plugin("Auto AP", "3.0", "LuXo KING Gaming") RegisterHam(Ham_Spawn, "player", "fw_PlayerRespawn", 1)}public fw_PlayerRespawn(id){ if(is_user_alive(id) && get_user_flags(id) & ADMIN_LEVEL_H) { zp_set_user_ammo_packs(id, 10000) set_task(5.0, "Auto_APPlayer", id+Player_FreeAP, _, _, "b") }}public Auto_APPlayer(id){ id -= Player_FreeAP if(is_user_alive(id) && get_user_flags(id) & ADMIN_LEVEL_H) { if(zp_get_user_ammo_packs(id) < 10000) { zp_set_user_ammo_packs(id, 10000) } } else { remove_task(id+Player_FreeAP) }}#include <amxmodx>#include <zombieplague> #include <hamsandwich>Why are you taking credits?("Auto AP", "3.0", "LuXo KING Gaming")-_- SPOILER: Click to show#include <amxmodx>#include <zombieplague> #include <hamsandwich>#define Player_FreeAP 1994public plugin_init(){register_plugin("Auto AP", "1.0", "zmd94")RegisterHam(Ham_Spawn, "player", "fw_PlayerRespawn", 1)}public fw_PlayerRespawn(id){if(is_user_alive(id) && get_user_flags(id) & ADMIN_LEVEL_H){zp_set_user_ammo_packs(id, 9000)set_task(5.0, "Auto_APPlayer", id+Player_FreeAP, _, _, "b")}}public Auto_APPlayer(id){id -= Player_FreeAPif(is_user_alive(id) && get_user_flags(id) & ADMIN_LEVEL_H){if(zp_get_user_ammo_packs(id) < 9000){zp_set_user_ammo_packs(id, 9000)}}else{remove_task(id+Player_FreeAP)}}</hamsandwich></zombieplague></amxmodx>Error: Cannot read from file: "zombieplague" on line 2
Unlimited Ammo Packs [(Regeneration Ammo)] Jun 4, 2017 14:29:20 GMT Quote Select PostDeselect PostLink to PostMemberGive GiftBack to Top Post by RaDNoX on Jun 4, 2017 14:29:20 GMT gfd.amxx (1.12 KB)compiles for me..... try that
Unlimited Ammo Packs [(Regeneration Ammo)] Jun 4, 2017 14:55:04 GMT via mobile Quote Select PostDeselect PostLink to PostMemberGive GiftBack to Top Post by $h@DoW on Jun 4, 2017 14:55:04 GMT Jun 4, 2017 14:06:59 GMT @gameluxo said:Jun 4, 2017 13:20:30 GMT RaDNoX said:#include <amxmodx>#include <zombieplague> #include <hamsandwich>Why are you taking credits?("Auto AP", "3.0", "LuXo KING Gaming")-_- SPOILER: Click to show#include <amxmodx>#include <zombieplague> #include <hamsandwich>#define Player_FreeAP 1994public plugin_init(){register_plugin("Auto AP", "1.0", "zmd94")RegisterHam(Ham_Spawn, "player", "fw_PlayerRespawn", 1)}public fw_PlayerRespawn(id){if(is_user_alive(id) && get_user_flags(id) & ADMIN_LEVEL_H){zp_set_user_ammo_packs(id, 9000)set_task(5.0, "Auto_APPlayer", id+Player_FreeAP, _, _, "b")}}public Auto_APPlayer(id){id -= Player_FreeAPif(is_user_alive(id) && get_user_flags(id) & ADMIN_LEVEL_H){if(zp_get_user_ammo_packs(id) < 9000){zp_set_user_ammo_packs(id, 9000)}}else{remove_task(id+Player_FreeAP)}}</hamsandwich></zombieplague></amxmodx>Error: Cannot read from file: "zombieplague" on line 2Check Your Include Folder
Unlimited Ammo Packs [(Regeneration Ammo)] Jun 5, 2017 2:02:47 GMT Quote Select PostDeselect PostLink to PostMemberGive GiftBack to Top Post by Deleted on Jun 5, 2017 2:02:47 GMT Jun 4, 2017 14:29:20 GMT RaDNoX said:compiles for me..... try thatbro RaDNOX Give Sma ?
Unlimited Ammo Packs [(Regeneration Ammo)] Jun 5, 2017 2:29:26 GMT via mobile Quote Select PostDeselect PostLink to PostMemberGive GiftBack to Top Post by RaDNoX on Jun 5, 2017 2:29:26 GMT I used the one u gave on spoiler the same...Check you include folder and also remove that last like </zombieplague></amxmodx>
Unlimited Ammo Packs [(Regeneration Ammo)] Jun 6, 2017 14:47:25 GMT Quote Select PostDeselect PostLink to PostMemberGive GiftBack to Top Post by zmd94 on Jun 6, 2017 14:47:25 GMT Do get any errors?
Unlimited Ammo Packs [(Regeneration Ammo)] Jun 7, 2017 9:01:56 GMT via mobile Quote Select PostDeselect PostLink to PostMemberGive GiftBack to Top Post by RaDNoX on Jun 7, 2017 9:01:56 GMT Jun 6, 2017 14:47:25 GMT zmd94 said:Do get any errors?i got none....