20.03.2013, 12:57
Hi guys
please , how to get x,z,y at car
please , how to get x,z,y at car
for(new i = 0;i > MAX_VEHICLE;i++)
{
new Float:X,Float:Y,Float:Z;
GetVehiclePos(i,X,Y,Z);
new string[256];
format(string,sizeof(string),"Car id %i on the pos %f, %f , %f",i,X,Y,Z);
print(string);
}
new Float:X,Float:Y,Float:Z;
GetVehiclePos(vehicleid,X,Y,Z);
new Float:x, Float:y, Float:z;
GetVehiclePos(id, x, y, z);