Error 035: argument type mismatch (argument 2)
#4

you are getting the vehicle velocity
so you must store the values in order to print them somewhere.
eg:
pawn Код:
new Float:Value[3], string[150];
GetVehicleVelocity(GetPlayerVehicleID(playerid), Value[0], Value[1], Value[2]);
format(string, sizeof(string), "Velocity:  X%f  Y%f  Z%f ", Value[0], Value[1], Value[2]);
SendClientMessage(playerid, -1, string);
edit: too late xD
Reply


Messages In This Thread
Error 035: argument type mismatch (argument 2) - by Toshh - 19.04.2012, 17:16
Re: Error 035: argument type mismatch (argument 2) - by Mark™ - 19.04.2012, 17:20
Re: Error 035: argument type mismatch (argument 2) - by sleepysnowflake - 19.04.2012, 17:21
Re: Error 035: argument type mismatch (argument 2) - by Moh_ - 19.04.2012, 17:22
Re: Error 035: argument type mismatch (argument 2) - by sleepysnowflake - 19.04.2012, 17:24
Re: Error 035: argument type mismatch (argument 2) - by Toshh - 19.04.2012, 17:24
Re: Error 035: argument type mismatch (argument 2) - by Moh_ - 19.04.2012, 17:26

Forum Jump:


Users browsing this thread: 2 Guest(s)