Changing Vehicle Respawn Position - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Changing Vehicle Respawn Position (
/showthread.php?tid=583388)
Changing Vehicle Respawn Position -
Rokzlive - 28.07.2015
I may be overthinking something simple here, but im failing to find a simple solution to this.
Is there a way to change the position in which the vehicle respawns without destroying and recreating the vehicle?
I have not been able to locate one.
Thanks!
Edit: I figured out a way to do it by utilizing my vehicles variables and SetVehiclePos.
However, if you know a better way, please feel free to tell me. Im always up to learning new things.
AW: Changing Vehicle Respawn Position -
Mencent - 28.07.2015
Hello!
Quote:
Originally Posted by Rokzlive
Edit: I figured out a way to do it by utilizing my vehicles variables and SetVehiclePos
|
I thought also on this solution. It is probably the best way how you can solve it.
Without variables you can't do this without destroy the vehicle and recreate this.