nemesis flashing aura Jan 30, 2015 22:24:35 GMT Quote Select PostDeselect PostLink to PostMemberGive GiftBack to Top Post by nikolay on Jan 30, 2015 22:24:35 GMT Hi i want this nemesis flashing aura demo -> vbox7.com/play:9261339087
nemesis flashing aura Jan 31, 2015 14:11:41 GMT Quote Select PostDeselect PostLink to PostMemberGive GiftBack to Top Post by zmd94 on Jan 31, 2015 14:11:41 GMT You're using ZPA, right?
nemesis flashing aura Jan 31, 2015 17:06:24 GMT Quote Select PostDeselect PostLink to PostMemberGive GiftBack to Top Post by nikolay on Jan 31, 2015 17:06:24 GMT Yes i use Zombie Plague Advanced 1.6.1 ?
nemesis flashing aura Feb 1, 2015 12:40:57 GMT Quote Select PostDeselect PostLink to PostMemberGive GiftBack to Top Post by zmd94 on Feb 1, 2015 12:40:57 GMT So, you are using same .sma file from here, right?www.mediafire.com/download/rwwc8jubwx3r9d9/zombie_plague_advance_v1-6-1.sma
nemesis flashing aura Feb 1, 2015 13:08:22 GMT Quote Select PostDeselect PostLink to PostMemberGive GiftBack to Top Post by nikolay on Feb 1, 2015 13:08:22 GMT something I do not understand the sense code can Nemesis flashing you add it
nemesis flashing aura Feb 2, 2015 11:13:13 GMT Quote Select PostDeselect PostLink to PostMemberGive GiftBack to Top Post by zmd94 on Feb 2, 2015 11:13:13 GMT So, you just want the nemesis to have colourful glow, right?
nemesis flashing aura Feb 2, 2015 12:13:15 GMT Quote Select PostDeselect PostLink to PostMemberGive GiftBack to Top Post by nikolay on Feb 2, 2015 12:13:15 GMT yes.
nemesis flashing aura Feb 4, 2015 10:04:14 GMT Quote Select PostDeselect PostLink to PostMemberGive GiftBack to Top Post by zmd94 on Feb 4, 2015 10:04:14 GMT Just use below code:#include <amxmodx>#include <zombie_plague_advance>#include <cs_core>#define TASK_GLOW 1994public plugin_init(){ register_plugin("Colorful Nemesis", "1.0", "zmd94")}public zp_user_infected_post(id, infector, nemesis ){ if(zp_get_user_nemesis(id)) { set_task(1.0, "FreeGlow", id+TASK_GLOW) } else { remove_task(id+TASK_GLOW) // Restore glow. ;) cs_glow_reward(id, 0, "", 0, 0.0) }}public FreeGlow(id){ id -= TASK_GLOW if(is_user_alive(id) && zp_get_user_nemesis(id)) { cs_glow_reward(id, 0, "random_num(10,255) random(256) random(256)", 0, 0.0) }}public zp_user_humanized_post(id, survivor){ remove_task(id+TASK_GLOW) // Restore glow. ;) cs_glow_reward(id, 0, "", 0, 0.0)}Yet, you must also download below .inc file and compile .sma file: 1. cs_core.inc file. 2. cs_reward.sma file.All of the requirement files can be downloaded from here: forums.alliedmods.net/showth...hp?t=245805#17
nemesis flashing aura Feb 4, 2015 16:58:26 GMT Quote Select PostDeselect PostLink to PostMemberGive GiftBack to Top Post by nikolay on Feb 4, 2015 16:58:26 GMT link is down...Sorry but i don't understrand where add this code add you i give you .sma www.mediafire.com/download/hicahfq4tkfdztu/zombie_plague_advance_v1-6-1.sma
nemesis flashing aura Feb 5, 2015 17:11:48 GMT Quote Select PostDeselect PostLink to PostMemberGive GiftBack to Top Post by zmd94 on Feb 5, 2015 17:11:48 GMT Just download the files from below:forums.alliedmods.net/showthread.php?t=245805#19Just save the code in .sma format.
nemesis flashing aura Feb 5, 2015 18:56:57 GMT Quote Select PostDeselect PostLink to PostMemberGive GiftBack to Top Post by 🎃 🎃 🎃 🎃 on Feb 5, 2015 18:56:57 GMT I download the filesb but gave Run time errorim Nikolay
nemesis flashing aura Feb 5, 2015 23:25:46 GMT Quote Select PostDeselect PostLink to PostMemberGive GiftBack to Top Post by zmd94 on Feb 5, 2015 23:25:46 GMT What are the errors?
nemesis flashing aura Feb 6, 2015 12:12:51 GMT Quote Select PostDeselect PostLink to PostMemberGive GiftBack to Top Post by 🎃 🎃 🎃 🎃 on Feb 6, 2015 12:12:51 GMT I add .inc filen i incudles folderI add .sma files in scripting folderI add .amxx files in plugins folderAfter this i copy names of the .amxx files and paste in plugins.iniand restart server and give this errorwww.google.bg/search?q=Run+time+error&biw=1364&bih=674&source=lnms&tbm=isch&sa=X&ei=PK_UVMSQDMGyUonxgOgB&ved=0CAYQ_AUoAQ#imgdii=_&imgrc=ETJGUNkgb3fgNM%253A%3B5NwexPLON8o-HM%3Bhttp%253A%252F%252Fwww.pcwaretracker.com%252Fimages%252FVCRuntimeError.png%3Bhttp%253A%252F%252Fwww.pcwaretracker.com%252FArticles%252FFix-Runtime-Errors-in-Internet-Explorer.html%3B466%3B247
nemesis flashing aura Feb 6, 2015 12:14:02 GMT Quote Select PostDeselect PostLink to PostMemberGive GiftBack to Top Post by 🎃 🎃 🎃 🎃 on Feb 6, 2015 12:14:02 GMT do you want i give you my mod and you add this ?
nemesis flashing aura Feb 6, 2015 13:59:28 GMT Quote Select PostDeselect PostLink to PostMemberGive GiftBack to Top Post by zmd94 on Feb 6, 2015 13:59:28 GMT Just write amxx plugins in your server console. Then, tell me the output.