Question about SetVehicleParamsEx - 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: Question about SetVehicleParamsEx (
/showthread.php?tid=346719)
Question about SetVehicleParamsEx -
Makaveli93 - 29.05.2012
If I use SetVehicleParamsEx, do I have to use it on OnVehicleStreamIn as well, or is it automatically done by SAMP? Also, if a new player connects, will the same settings like doors status stay unchanged?
Re: Question about SetVehicleParamsEx -
Jonny5 - 29.05.2012
you wont need todo it in OnVehicleStreamIn
also it stays the same no matter if no players or 100 players
unless set different by the server.
if you want to set them per player you can use
https://sampwiki.blast.hk/wiki/SetVehicleParamsForPlayer
im not sure if they are reset on disconnect
Re: Question about SetVehicleParamsEx -
Makaveli93 - 29.05.2012
Thanks for your answer. Just wanted to check it, don't want surprises lol