View Single Post
Alka
AMX Mod X Plugin Approver
Join Date: Dec 2006
Location: malloc(null)
Old 06-15-2007 , 11:02   Re: Magic Marker
Reply With Quote #8

here
Code:
if(pev(id, pev_button) & IN_ATTACK2)
to
Code:
if(pev(id, pev_button) & IN_ATTACK)
__________________
Still...lovin' . Connor noob! Hello
Alka is offline