Hello i Can Use in public OnGameModeInit - 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: Hello i Can Use in public OnGameModeInit (
/showthread.php?tid=464725)
Hello i Can Use in public OnGameModeInit -
moustafa0550 - 18.09.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
Re: Hello i Can Use in public OnGameModeInit -
moustafa0550 - 18.09.2013
Guys Bug Or Work!
Re: Hello i Can Use in public OnGameModeInit -
Konstantinos - 18.09.2013
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.
Re: Hello i Can Use in public OnGameModeInit -
EiresJason - 18.09.2013
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.