28.01.2011, 11:53
Hi..
I got this error:
for this code:
I don't see the mistake -.-
I got this error:
Код:
error 001: expected token: ",", but found ";"
pawn Код:
new Float:x, Float:y, Float:z, Float:rtn;
GetVehicleVelocity(vehicleid, x, y, z); //ERROR LINE
rtn = floatsqroot(((x * x) + (y * y));