Skip to content
This repository has been archived by the owner on Nov 28, 2020. It is now read-only.

PichotM/fivem-battlegrounds

Repository files navigation

fivem-battlegrounds

The gamemode should work, since it has been properly tested. But the onesync version might be still buggy.

Here some previews:

SQL Setup:

This gamemode uses only one SQL table.

CREATE TABLE `br_players` (
  `hex` varchar(45) NOT NULL,
  `rid` varchar(255) DEFAULT NULL,
  `name` varchar(45) DEFAULT NULL,
  `ip` varchar(45) DEFAULT NULL,
  `model` varchar(45) DEFAULT NULL,
  `kills` int(11) NOT NULL DEFAULT '0',
  `victory` int(11) DEFAULT '0',
  PRIMARY KEY (`hex`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1

It currently supports https://github.com/GHMatti/ghmattimysql. If you want to use another mysql resource you just have to modify 3 functions at the top of sv_init.lua.

About

FIVEM BATTLEGROUNDS - CONTRIBUTE

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published