Nemesis/Assassin Can't Use Knife Blinks ! Aug 26, 2016 23:09:26 GMT zmd94 likes this Quote Select PostDeselect PostLink to PostMemberGive GiftBack to Top Post by Amit Deb on Aug 26, 2016 23:09:26 GMT Hi, Guys !Assassin/Nemesis Are Using Zombie's Knife Blinks !You Can Buy KnifeBlinks When You're A Zombie !Problem Is ,When You Make Yourself Nemesis/Assassin You Can Still Have Knife Blinks !So, Let's Start !First Add This Line !new bool:g_cantuse[33];Then Add This !public assneme_use(id){ if (!zp_get_user_nemesis(id) && !zp_get_user_assassin(id)) { g_cantuse[id] = true; } else { g_cantuse[id] = false; }}Then Look For !public OP_NearEnemy(id){After This Add This Line !assneme_use(id)if(g_cantuse[id])So It's Look Like This !public OP_NearEnemy(id){ assneme_use(id) if(g_cantuse[id]) { new enemy = g_iEnemy[id]; new Float:time = get_gametime(); if (!enemy || g_fLastSlash[id]+g_fDelay>time){ g_iInBlink[id] = 0; return; }You're Done !If You Can't Do This !.sma Attached !If I'm Wrong Anywhere Senior Members Please Let Me Know ! Attachments:zp_extra_knife_blink.sma (6.08 KB)
Nemesis/Assassin Can't Use Knife Blinks ! Aug 27, 2016 0:06:26 GMT Quote Select PostDeselect PostLink to PostMemberGive GiftBack to Top Post by DoNii on Aug 27, 2016 0:06:26 GMT Nice one!
Nemesis/Assassin Can't Use Knife Blinks ! Aug 27, 2016 10:33:14 GMT Quote Select PostDeselect PostLink to PostMemberGive GiftBack to Top Post by |RrebEliii|* on Aug 27, 2016 10:33:14 GMT Nice <
Nemesis/Assassin Can't Use Knife Blinks ! Aug 28, 2016 15:06:12 GMT Quote Select PostDeselect PostLink to PostMemberGive GiftBack to Top Post by zmd94 on Aug 28, 2016 15:06:12 GMT So, you have tested the code?
Nemesis/Assassin Can't Use Knife Blinks ! Aug 28, 2016 15:56:04 GMT zmd94 likes this Quote Select PostDeselect PostLink to PostMemberGive GiftBack to Top Post by DoNii on Aug 28, 2016 15:56:04 GMT I tested it and It's working good
Nemesis/Assassin Can't Use Knife Blinks ! Aug 28, 2016 18:26:06 GMT Quote Select PostDeselect PostLink to PostMemberGive GiftBack to Top Post by |RrebEliii|* on Aug 28, 2016 18:26:06 GMT Nice!