07.01.2012, 17:50
As already pointed out, you actually do not need a timer for this.
Create the vehicle under OnGameModeInit with AddStaticVehicleEx, set it's respawn_delay parameter(last parameter) to 60(1 minute) and monitor for changes in OnVehicleSpawn.
Create the vehicle under OnGameModeInit with AddStaticVehicleEx, set it's respawn_delay parameter(last parameter) to 60(1 minute) and monitor for changes in OnVehicleSpawn.