18.04.2011, 13:55
Hmm,my question is what values I am supossed to enter in stead of FloatXYZ:
GetVehicleVelocity(vehicleid,&FloatX,&FloatY,&Floa tZ);
And how to do the if statement:
if(GetVehicleVelocity == 60)
{
SendClientMessage(playerid,BLUE,"Bla bla bla...");
}
I suposse the if statement it's correct but not GetVehicleVelocity
GetVehicleVelocity(vehicleid,&FloatX,&FloatY,&Floa tZ);
And how to do the if statement:
if(GetVehicleVelocity == 60)
{
SendClientMessage(playerid,BLUE,"Bla bla bla...");
}
I suposse the if statement it's correct but not GetVehicleVelocity