02.05.2016, 16:01
Quote:
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 or /rs have nothing to do with it, they only save the current position for creating vehicles/getting coords.
It's obvious that /save or /rs don't save the spawn position, why would you need it?
That's why it's included in /dl...