26.06.2011, 05:40
I am trying to make a script so when someone moves forward it replenishes their health, then when they move backwards it deletes 1 health, then side to side gives/removes armor
but it does not work correctly...
thats one line, please help me.
but it does not work correctly...
pawn Код:
if((oldkeys & KEY_UP) && !(newkeys & KEY_UP))
thats one line, please help me.