SA-MP Forums Archive
CreateVehicle or Dynamic? - 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: CreateVehicle or Dynamic? (/showthread.php?tid=426984)



CreateVehicle or Dynamic? - Mrich - 30.03.2013

1-How to add cars to the server that can respawn automaticaly when they are not used?
2-what is the difference between CreateVehicle & DynamicVehicle ?(same for Objects).

thank you


Respuesta: CreateVehicle or Dynamic? - MiGu3X - 31.03.2013

1- use samp_debug
2- Wiki is your friend.


Re: CreateVehicle or Dynamic? - SuperViper - 31.03.2013

The last parameter of CreateVehicle is the amount of seconds before an unused car respawns. There is no CreateDynamicVehicle but CreateDynamicObject is a custom function from Incognito's streamer which technically allows you to create an unlimited amount of objects, where as CreateObject is limited to 1000.