Quote Originally Posted by darkes88 View Post
I would like to know how to put more than five vehicles spawn in a map, i remember that its by notepad,
but a dont remember well, then its compiled when is used tool.exe but really i want to remind that..
if someone can tell me plz,
In sapien, put:
Code:
(script startup vehicles
(object_create_anew <vehicle name>)
)
You do that for every vehicle type you want to spawn.