First i add cs_core.amxx the plugin Two i write ;cs_core in modules.ini Three i vreate .sma file nemesis_aura.sma and paste the code i compile and copy .amxx file and i paste nemesis_aura.amxx in plugins folden and copy name and paste the name in plugins.ini but no result
🍀 If i help you somehow, you should give me karma+
No need to write cs_core in module.ini file. Just add the cs_core.inc file in the include folder.
Then, you also need to compile cs_reward.sma file. Next put the cs_reward.amxx file in the plugins folder. After that write cs_reward.amxx in the plugins.ini file.
Personal message only for paid request. If you love this forum, kindly to donate by clicking the donate button at the footer of this forum.
public zp_user_humanized_post(id, survivor) { remove_task(id+TASK_GLOW)
// Restore glow. ;) cs_glow_reward(id, 0, "", 0, 0.0) } Yet, before that you have to turn of custom glow or aura for Nemesis. Just edit your zombie_plague_advance.cfg file.
Wow, zmd94 thank you, very nice, now the plugin work But when the glow change the color in chat write [CS] Glow reward! and this is spam how to delete this ?
🍀 If i help you somehow, you should give me karma+
Just open your cs_reward.sma file. Then change below:
// Just uncomment 'CUSTOM_MESSAGE' if your want to enable custom message from cs_reward.sma #define CUSTOM_MESSAGE -->
// Just uncomment 'CUSTOM_MESSAGE' if your want to enable custom message from cs_reward.sma //#define CUSTOM_MESSAGE Lastly, just compile again the file.
Personal message only for paid request. If you love this forum, kindly to donate by clicking the donate button at the footer of this forum.