Update config.lua
This commit is contained in:
		
							parent
							
								
									c122190a68
								
							
						
					
					
						commit
						9426a0d280
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		|  | @ -41,13 +41,13 @@ Config.OnPlayerLoaded = "QBCore:Client:OnPlayerLoaded" | |||
| Config.OnJobUpdate = "QBCore:Client:OnJobUpdate" | ||||
|  | ||||
| -- will enable debug print and stuff | ||||
| Config.Debug = false | ||||
| Config.Debug = true | ||||
|  | ||||
| -- will type start and end of events + nui callbacks | ||||
| Config.FunctionsDebug = false | ||||
| Config.FunctionsDebug = true | ||||
|  | ||||
| -- Will print in what type of thing error has happened.. Example CreateThread, RegisterNetEvent, RegisterCommand, etc. | ||||
| Config.GeneralDebug = false | ||||
| Config.GeneralDebug = true | ||||
|  | ||||
| -- a command to set volume for TV | ||||
| Config.volumeCommand = "tvvolume" | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Nordi98
						Nordi98