15.12.2009, 15:52
>--- | DVA - Dynamic vehicle adder | --- <
Why?Have you ever been annoyed because of the complicated vehicle adding in your server? It takes ages to /save vehicles and then add the lines in your gamemode.
Well, atleast it was annoying for me - so I created this filterscript.
How?
Adding vehicles (which are static = spawned all the time) to your server with this FS is easy as stealing a cookie from a drunk cat.
Drive to the location where you want the car, park it in the desired position and use /addveh. Done. The car you have saved will appear every time you start the server, just as a vehicle added in the gamemode would do.
Note: The vehicle colors are random because SA:MP does not feature any callback to get vehicle colors.
Screenz?
Why?
Download & Changelog
Sure. Here. Have fun with it.
Version 1.1:
Код:
Changelog: --------------------------------------------- Version 1.1: - Fixed bug where cars spawned in the wrong direction --------------------------------------------- Version 1.0: - Initial release
Scripting: Me aka Mo3.
The LoadStaticVehiclesFromFile function: Unknown, probably SA:MP devs.