37 lines
		
	
	
		
			No EOL
		
	
	
		
			1 KiB
		
	
	
	
		
			Lua
		
	
	
	
	
	
			
		
		
	
	
			37 lines
		
	
	
		
			No EOL
		
	
	
		
			1 KiB
		
	
	
	
		
			Lua
		
	
	
	
	
	
| Config = {}
 | |
| 
 | |
| Config.Debug = true
 | |
| Config.PriceModel = false
 | |
| Config.Zonen = {
 | |
|     {
 | |
|         name = "Meetingpoint",
 | |
|         price = 10, --pro FZ
 | |
|         NPC = {
 | |
|             spawn = vector4(236.1599, -798.8522, 29.3653, 181.7547),
 | |
|             model = "s_m_m_security_01",
 | |
|             distance = 30.0
 | |
|         },
 | |
|         vehicle_spawn = {
 | |
|             vector4(247.4089, -799.2991, 29.7057, 159.1259),
 | |
|             vector4(250.7647, -800.5372, 29.6305, 159.2400),
 | |
|             vector4(239.2613, -808.8478, 29.8017, 339.9538),
 | |
|             vector4(242.8265, -809.7695, 29.7245, 338.3645)
 | |
|         }
 | |
|     }
 | |
| }
 | |
| 
 | |
| Config.Log = {
 | |
|     Webhook = "https://discord.com/api/webhooks/1366812966049288192/9ZjJC9_gLX6Fk-acf0YSW_haGWpCqG9zRGWaj0wCKLZefp8FX-GwNZBP77H6K93KfIw3",
 | |
|     Color = {
 | |
|         green 			  = 56108,
 | |
|         grey 				  = 8421504,
 | |
|         red 				  = 16711680,
 | |
|         orange 			  = 16744192,
 | |
|         blue 				  = 2061822,
 | |
|         purple 			  = 11750815,
 | |
|     },
 | |
| 
 | |
|     SystemName = "Evolution_State_life Log [Garage]",
 | |
|     UserAvatar = '',
 | |
|     SystemAvatar = '',
 | |
| } | 
