01.11.2007, 15:10
Quote:
Originally Posted by Andre9977
Wow, A cool function
Should know it before, though // HELP My carspawns wont show up :S |
SetActiveStreamers(bool:true,bool:false,bool:false );
You put this under OnGameModeInIt
Then you put this: ResetVehicleStream(vehicleid,delay) under OnVehiculeDeath (change delay to a number over 5000, i put 8000)
Then this: SetVehicleUsed(vehicleid,bool:toggle) under OnPlayerEnterVehicle and change toggle to true or false depending on whether or not you want your vehicules to reset.