22.01.2011, 09:24
Hi all,im making a sort of antispeedhack (vehicle speedhack) and i've a problem with this:
Line for normal cars antispeedhack.
2nd line for check if player is in a plane:
In both of lines,i got this warnings:
warning 202: number of arguments does not match definition
What's wrong?
pawn Код:
speed = GetPlayerSpeed(i, false);
2nd line for check if player is in a plane:
pawn Код:
speed = GetPlayerSpeed(i, true);
warning 202: number of arguments does not match definition
What's wrong?