19.10.2007, 00:37
tAxI's Vehicle Streamer FS [v0.1]
Very Simply - This is a nice easy to understand FS that will increase ur vehicle spawns to (in theory) an unlimited amount. nice for all of those huge freeroam gamemodes that use ridiculous amounts of vehicles, but now you can add more!!!...the built in spawn amount limit is 9999 but i have no idea if it will reach that as im not crazy enuff to design a mode with 9999 vehicles in it...but this script should allow u to exceed the 700 or so vehicle limit but not the 70 model limit and only 700 vehicles can be active at any one point simultaneously...basically the script will only create vehicles if there is somebody around to see them (within 100 meters) but if there are 700 cars active it will stop creating them. It will also destroy any vehicles that have been placed if there are no players in range as long as the vehicle has not been populated yet, in short if u use a vehicle then leave it and enter a building, it will still be there when u come back (unless it got jacked by sum1 else lol) but if you simply go out of range of a vehicle that has not been driven yet it will cease to exist on the server
The default distance it will spawn a car for u is set at 100 meters but you can change that very simply by changing
SPAWN_DISTANCE
In order to add streaming vehicle spawns u must add your vehicle spawns into this fs under OnFilterscriptInit using AddStreamingVehicle(modelid,x,y,z,angle,color1,col or2); rather than addstaticvehicle.
HOPE U ALL LIKE IT...ENJOY!!!!
The default distance it will spawn a car for u is set at 100 meters but you can change that very simply by changing
SPAWN_DISTANCE
In order to add streaming vehicle spawns u must add your vehicle spawns into this fs under OnFilterscriptInit using AddStreamingVehicle(modelid,x,y,z,angle,color1,col or2); rather than addstaticvehicle.
HOPE U ALL LIKE IT...ENJOY!!!!
<tAxI>