25 lines
		
	
	
		
			No EOL
		
	
	
		
			1.2 KiB
		
	
	
	
		
			Lua
		
	
	
	
	
	
			
		
		
	
	
			25 lines
		
	
	
		
			No EOL
		
	
	
		
			1.2 KiB
		
	
	
	
		
			Lua
		
	
	
	
	
	
| Cfg = {}
 | |
| 
 | |
| --REQUIRED
 | |
| 
 | |
| Cfg.uploadMethodKey = 'BpyLtdfJXjnzqW3v7MdInuZVCHrpRQkq' --API Key for the upload method (https://www.fivemanage.com/ or https://fivemerr.com/)
 | |
| 
 | |
| 
 | |
| --OPTIONAL
 | |
| Cfg.CryptoWebhook = 'DISCORD WEBHOOK' --Webhook for crypto app
 | |
| Cfg.MessageWebhook = 'DISCORD WEBHOOK' --Webhook for messages app
 | |
| Cfg.ValetWebhook = 'DISCORD WEBHOOK' --Webhook for valet app
 | |
| Cfg.TweetWaveWebhook = 'DISCORD WEBHOOK' --Webhook for tweetwave app
 | |
| Cfg.MailWebhook = 'DISCORD WEBHOOK' --Webhook for mail app
 | |
| Cfg.BankWebhook = 'DISCORD WEBHOOK' --Webhook for bank app
 | |
| Cfg.AdvertisingWebhook = 'DISCORD WEBHOOK' --Webhook for advertising app
 | |
| Cfg.ConnectWebhook = 'DISCORD WEBHOOK' --Webhook for connect app
 | |
| Cfg.ServiceWebhook = 'DISCORD WEBHOOK' --Webhook for service app
 | |
| Cfg.DarkchatWebhook = 'DISCORD WEBHOOK' --Webhook for darkchat app
 | |
| Cfg.CallWebhook = 'DISCORD_WEBHOOK' --Webhook for calls
 | |
| Cfg.TweetWaveCommentsWebhook = 'DISCORD_WEBHOOK' --Webhook for tweetwave comments
 | |
| Cfg.ConnectCommentsWebhook = 'DISCORD_WEBHOOK' --Webhook for connect comments
 | |
| 
 | |
| Cfg.YellowPageFee = 0 --Yellow page fee
 | |
| Cfg.BankPayTax = 0.05 --Bank pay tax 0.05 = 5%
 | |
| Cfg.MinimumBankTransfer = 10000 --Minimum bank transfer to send a webhook | 
