How To Install
Where To Download
Step 1 - Open Config.lua
config = {}
config.discord = {
enabled = true,
token = '', -- Your discords bot token. (Make sure that it has administrator permissions) this should be a VERY LONG NUMBER
guild = '', -- The server's id the bot is in. (Make sure the bot is in the same discord) this should be a LONG NUMBER
role = '', -- NUMBER NOT NAME BTW DUMBASS :) The discord role of the donator/allowed player, ensure the value is "number" this should be a long number
refresh = { -- The command to refresh permissions. [ONLY THE ONES THAT HAVE THE ALLOWED ROLE IN DISCORD CAN USE THIS!]
enabled = true, -- Enable or Disable the refresh commmand?
command = 'pedrefresh', -- The command to refresh perms
cooldown = 10 -- The ammount of Seconds to wait between usage
}
}
config.peds = { -- As you add more peds to the menu, change the number on the left increasing.. example 1, 2, 3, 4
[1] = {label = '~b~BREAK DANCER', model = `a_m_y_breakdance_01`},
[2] = {label = '~b~SCARY MIME', model = `s_m_y_mime`},
-- [3] = {label = '~b~NAME OF PED', model = `spawn-name`},
-- [4] = {label = '~b~NAME OF PED', model = `spawn-name`},
-- [5] = {label = '~b~NAME OF PED', model = `spawn-name`},
}
-- EASY TO ADD ON MORE PEDS JUST ADD THEM TO YOUR SERVER RESOURCES THEN COPY PASTE THE LAST NUMBER OF THE PED LIST AND USE THE PEDS SAPWN CODE UNDER THE MODEL: TABLE --
--Example: [46] = {label = 'NAME', model = `SPAWNCODE`},
-------AVAILABLE COLORS-------
---- ~r~ :red
---- ~b~ :blue
---- ~y~ :yellow
---- ~c~ :grey
---- ~o~ :orange
---- ~p~ :purple
---- ~q~ :pink
---- ~l~ :black
---- ~d~ :bluedarkStep 2 - Discord Dev Portal
Step 3 - Adding bot to Server
Step 4 - Enable Developer Mode
Step 5 - Create Ped Role
Step 6 - Move bot role & Perms
Step 7 - Copy Server ID
Step 8 - Paste into Config.lua
End Of Installation🎉
Last updated
