SA-MP Forums Archive
Vehicle Loss - 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: Vehicle Loss (/showthread.php?tid=499650)



Vehicle Loss - Danish7 - 09.03.2014

Sometimes the vehicles i take disappear
:https://www.youtube.com/watch?v=XN8vyGmeZsA
Or sometimes when i do /eje the vehicle disappears
Please Admins Help


Re: Vehicle Loss - GalaxyHostFree - 10.03.2014

The server might be unaware of the script they made. It's a timer when a player is in a vehicle, then the player exits the vehicle the timer starts counting. The video was around 1 minute and 30 seconds and maybe around after 60 seconds it had been already removed/deleted. Furthermore, they use this to prevent unoccupied vehicle around the middle of the streets hanging.

CreateVehicle(520, 2109.1763, 1503.0453, 32.2887, 82.2873, 0, 1, 60) 60 = The delay until the car is respawned without a driver in seconds. Using -1 will prevent the vehicle from respawning.

CreateVehicle - SAMP Wiki


Not sure exactly on /eje part.

EDIT: Lol you should post this thread on their server forum instead.


Re: Vehicle Loss - Guest4390857394857 - 10.03.2014

Quote:
Originally Posted by GalaxyHostFree
Посмотреть сообщение
The server might be unaware of the script they made. It's a timer when a player is in a vehicle, then the player exits the vehicle the timer starts counting. The video was around 1 minute and 30 seconds and maybe around after 60 seconds it had been already removed/deleted. Furthermore, they use this to prevent unoccupied vehicle around the middle of the streets hanging.

CreateVehicle(520, 2109.1763, 1503.0453, 32.2887, 82.2873, 0, 1, 60) 60 = The delay until the car is respawned without a driver in seconds. Using -1 will prevent the vehicle from respawning.

CreateVehicle - SAMP Wiki


Not sure exactly on /eje part.

EDIT: Lol you should post this thread on their server forum instead.