7 lines
		
	
	
		
			No EOL
		
	
	
		
			658 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			No EOL
		
	
	
		
			658 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
| -- If you have successfully implemented any code here, please share your results on our Discord to assist other customers using the same scripts :)
 | |
| -- https://discord.gg/U5YDgbh
 | |
| function Utils.CustomScripts.setVehicleFuel(vehicle, plate, model, fuel)
 | |
| 	-- If you've set the config to "other", you need to configure your export here to set the vehicle fuel.
 | |
| 	-- Remove the error line below after implementing.
 | |
| 	error("^3The function for the selected fuel script in the Config has not been implemented: ^1" .. Config.custom_scripts_compatibility.fuel .. "^3. If you're not using any of the pre-built fuel scripts, you'll need to implement it here.^7")
 | |
| end | 
