26.04.2012, 14:19
Use the PAWN tags next time.
Instead of
and
replace the equal signs with a single &.
Instead of
pawn Код:
if(newkeys == KEY_FIRE)
pawn Код:
if(oldkeys == KEY_FIRE)