Skip to content

Latest commit

 

History

History
36 lines (29 loc) · 977 Bytes

README.md

File metadata and controls

36 lines (29 loc) · 977 Bytes

FiveM Server Manager

FiveM Server Manager Discord Bot

Discord Bot for FiveM

Setup

  1. Add the included files to your server resources
  2. Start the files in your server.cfg
  3. Set enviroment variables as described below
Config = {}
Config.token = "Token_Twojego_Bota" --https://discord.com/developers/applications/
Config.webhook = "WEBHOOK_PRYWATNEGO_KANAŁU"
Config.id_kanału = "ID_PRYWATNEGO_KANAŁU"
Config.Nazwa = "NAZWA_WEBHOOKA"
Config.Prefix = "Prefix_Bota"
Config.WaitEveryTick = 4000  -- Czas W MS
Config.kick = true
Config.revive = true
Config.setjob = true
Config.announce = true

Running

  1. Start the files in your server.cfg
  2. Restart your Server

Commands

  1. kick: kick player form the server .
  2. revive: revive player.
  3. setjob: Setting job for player on the server.
  4. announce: Write a Announce on the chat in game

image