GARAGE
This commit is contained in:
		
							parent
							
								
									b8e1377a17
								
							
						
					
					
						commit
						1858eb31f4
					
				
					 3 changed files with 4 additions and 1 deletions
				
			
		|  | @ -1,6 +1,7 @@ | |||
| RegisterNetEvent('mh_garage:verwaltungVeh') | ||||
| AddEventHandler('mh_garage:verwaltungVeh', function() | ||||
|     QBCore.TriggerCallback('mh_garage:verwaltung', function(cb) | ||||
|         Debug("Verwaltung CB: "..json.encode(cb)) | ||||
|         if cb[1] ~= nil then | ||||
|             local opt = {} | ||||
|  | ||||
|  | @ -35,6 +36,7 @@ AddEventHandler('mh_garage:verwaltungVeh', function() | |||
| end) | ||||
|  | ||||
| function OpenVerwaltung(vehicleInfos) | ||||
|     Debug("OpenVerwaltung: "..json.encode(vehicleInfos)) | ||||
|     local garages = {} | ||||
|     for k, v in pairs(Config.Zonen) do | ||||
|         table.insert(garages, v.name) | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Miho931
						Miho931