08.08.2009, 17:28
I never use '#define FILTERSCRIPT' because you don't need it. You can take that and the '#if defined' part out and the '#endif' part out too. But the reason it isn't working is because I don't think OnVehicleSpawn gets called when all the cars are created under OnGameModeInit. Once you load your FS, any vehicle that respawns after that should have nos. You could just use a loop though if you wanted all cars in your script to have nos at the beginning.