forked from Simnation/Main
ed
This commit is contained in:
parent
1032235744
commit
cb8b683d43
292 changed files with 15840 additions and 0 deletions
25
resources/[phone]/roadphone/API.lua
Normal file
25
resources/[phone]/roadphone/API.lua
Normal file
|
@ -0,0 +1,25 @@
|
|||
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
|
Loading…
Add table
Add a link
Reference in a new issue