Common questions & problems
What MLO should be used?
By default the coords are setup for Gabz Bolingbroke Prison. However, you are able to edit all the coords in config to work with any MLO.
Character keeps teleporting when jailed
Open config.lua,
go to Config.Coords
, look for distanceChecks
and edit the coords or/and distance to work with your prison MLO.
ERROR: Unknown column 'x' in 'field list'
Ensure you’ve imported the SQL file into your server’s database. The file contains two separate SQLs: one for ESX and one for QB. If you’re using QB and encounter this error, make sure you only run the QB SQL:
ALTER TABLE `players`
ADD COLUMN `jail_items` LONGTEXT NULL,
ADD COLUMN `jail_time` BIGINT(20) NULL,
ADD COLUMN `jail_type` VARCHAR(50) NULL,
ADD COLUMN `jail_cell` INT(11) NULL
;
Last updated