SA-MP Forums Archive
How to 'hide car' ? - 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: How to 'hide car' ? (/showthread.php?tid=296051)



How to 'hide car' ? - Danielo - 09.11.2011

How to hide a vehicle? Like /v park in LS-RP. Thank is advance.


Re : How to 'hide car' ? - decondelite - 09.11.2011

You can't "hide" a vehicle. You can create a vehicle, destroy (remove) a vehicle, change its interior, change its virtual world, but there is NO option to hide a vehicle.

On LS-RP, the vehicles are just created and destroyed dynamically: the server has got the vehicle parking position in the database, and allows you to spawn/despawn your vehicle at that position.


Re: How to 'hide car' ? - Stigg - 09.11.2011

You can save the vehicle cords to a file, then destroy the vehicle. Then respawn it when needed with the cords from the saved file.