How can i script it so when i spawn a vehicle theres a repair kit inside
Spawning Tool kits in vehicles
- 
						
Brandy1118  - 
					
14. Oktober 2016 um 20:48  - 
						
							
Geschlossen  - 
													
Erledigt  
- 
			
 - 
			
@life_server\Functions\Systems\fn_spawnVehicle.sqf
add at the end of the file this line:
_vehicle [b]addItemCargoGlobal[/b] ["ToolKit", 1]
1 can be replaced with any other number and represents the number of toolkits.See here for more information: https://community.bistudio.com/wiki/addItemCargoGlobal