View Single Post
TnTSCS
AlliedModders Donor
Join Date: Oct 2010
Location: Undisclosed...
Old 12-13-2011 , 18:58   Re: [request] Infection Bomb
Reply With Quote #15

could you use something like Greyscale's grenadepack to give a zombie a grenade?

Code:
GiveClientGrenade(client) {     new offsNades = FindDataMapOffs(client, "m_iAmmo") + (11 * 4);         new count = GetEntData(client, offsNades);     SetEntData(client, offsNades, ++count); }
TnTSCS is offline