7 lines
		
	
	
	
		
			216 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
	
		
			216 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
config = config or {}
 | 
						|
 | 
						|
--[[
 | 
						|
    Allow the menu to admins only
 | 
						|
    (It's not recommended because non admin players will be able only to create local blips, that only them will see)
 | 
						|
]]
 | 
						|
config.adminsOnly = false
 |