Quote:
Originally Posted by ahmet257
pawn Код:
if(newkeys == KEY_JUMP) { if(IsPlayerInRangeOfPoint(playerid, range, x, y, z)) { if(GetPlayerState(playerid) == PLAYER_STATE_ONFOOT) { //do stuff } } }
|
Seriously, that had been stated plenty of times before, keys, never get checked with equal signs, you use & for that.
As for the author, which lines has the errors?