02.05.2016, 13:27
can I get sPos (spawn position) in /dl?
![](http://i.imgur.com/QuDzkml.png)
these coordinates are somewhere saved
![](http://i.imgur.com/QuDzkml.png)
these coordinates are somewhere saved
user /rs comment here
it will be saved in your userfiles/samp floder i think |
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 |
cPos is the current position of the vehicle, sPos the spawn position.
/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... |