GetVehicleVelocity error
#1

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

rtn = floatsqroot((x * x) + (y * y));
Reply
#3

oh... lol I haven't seen the (
ty
Reply
#4

fix code

pawn Код:
new Float:x, Float:y, Float:z, Float:rtn;
GetVehicleVelocity(vehicleid, x, y, z);       //ERROR LINE
rtn = floatsqroot((x * x) + (y * y));
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)