Posts: 172
Threads: 64
Joined: Aug 2013
Hello i Can Use in public OnGameModeInit
i have AddStaticVehicleEx
i Can Add Again public OnGameModeInit in AddStaticVehicle ? to no Ex ? new car no Ex i can or get bug
Posts: 172
Threads: 64
Joined: Aug 2013
Posts: 11,827
Threads: 33
Joined: Dec 2011
Reputation:
0
One way to find it out... TEST IT!
If you could spend 1 minute to read what the Wiki says about these 2 functions, then you would be able to know whether it's gonna work or not.
Without the "Ex", the functions adds a vehicle without a respawn delay.
Posts: 686
Threads: 17
Joined: Mar 2013
Reputation:
0
Yes; you can have as many AddStaticVehicleEx's under OnGameModeInit() as you like; as long as it's below the MAX_VEHICLES cap which I believe is currently 2000.