Posts: 52
Threads: 17
Joined: Feb 2013
Reputation:
0
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
Posts: 223
Threads: 50
Joined: Jan 2013
Reputation:
0
1- use samp_debug
2- Wiki is your friend.
Posts: 1,177
Threads: 27
Joined: Sep 2011
Reputation:
0
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.