Update retrieve.lua
This commit is contained in:
		
							parent
							
								
									07685eab3e
								
							
						
					
					
						commit
						6c5a0e3e44
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -13,7 +13,7 @@ AddEventHandler('mh_garage:retrieveVehicle', function()
 | 
			
		|||
                local mods = json.decode(cb[i].mods)
 | 
			
		||||
                table.insert(opt, {
 | 
			
		||||
                    title = cb[i].name,
 | 
			
		||||
                    description = "Kennzeichen: "..cb[i].plate.."\nTankinhalt: "..math.round(mods.fuelLevel, 2).."%",
 | 
			
		||||
                    description = "Kennzeichen: "..cb[i].plate, --[[ \nTankinhalt: "..math.round(mods.fuelLevel, 2).."%" ]]
 | 
			
		||||
                    icon = "car",
 | 
			
		||||
                    onSelect = function()
 | 
			
		||||
                        cb[i].mods = mods
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue