02.05.2016, 15:54
What is the difference between cPos and sPos ?
/save doesn't save both?
/save is a native command by SA:MP which is saving the position of a vehicle like : AddStaticVehicle(411,-1988.9928,261.8291,34.9064,82.2253,90,90); //
To comment before saving the positions : /save SPAWN LS and it's will be :
AddStaticVehicle(411,-1988.9928,261.8291,34.9064,82.2253,90,90); // SPAWN LS
Useful to get coordinates. They are there : AddStaticVehicle(411,-1988.9928,261.8291,34.9064,82.2253,90,90); // SPAWN LS
x, y, z, rotation
/save doesn't save both?
/save is a native command by SA:MP which is saving the position of a vehicle like : AddStaticVehicle(411,-1988.9928,261.8291,34.9064,82.2253,90,90); //
To comment before saving the positions : /save SPAWN LS and it's will be :
AddStaticVehicle(411,-1988.9928,261.8291,34.9064,82.2253,90,90); // SPAWN LS
Useful to get coordinates. They are there : AddStaticVehicle(411,-1988.9928,261.8291,34.9064,82.2253,90,90); // SPAWN LS
x, y, z, rotation