SA-MP Forums Archive
[question] About locking vehicles. - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: [question] About locking vehicles. (/showthread.php?tid=194212)



[question] About locking vehicles. - wups - 28.11.2010

Do you still have to set the vehicleparams, when the vehicle syncs in?


Re: [question] About locking vehicles. - dugi - 28.11.2010

If you are using SetVehicleParamsEx its not required. But if you use SetVehicleParamsForPlayer you need to re-apply it OnVehicleStreamIn


Re: [question] About locking vehicles. - wups - 28.11.2010

Thank you.