We continuously enhance our scripts and want to ensure you're kept informed about key updates. This helps you keep your community engaged and well-informed.
gangzones.lua
file/gangstaff
)TooFarAway()
function for better code securityAddMoney()
function in the server/framework.lua
fileCitizen.Wait
to Wait
Citizen.CreateThread
to CreateThread
All Files Were Changed
CREATE TABLE IF NOT EXISTS `gang_protections` (
`gang_zone` varchar(255) NOT NULL,
`protection_amount` int(11) NOT NULL DEFAULT 0,
PRIMARY KEY (`gang_zone`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;
ALTER TABLE `gangs`
ADD COLUMN `protection` int(11) DEFAULT 0;
config/config.lua
client/main.lua
fxmanifest.lua
server/events.lua
routingbucket
metadata for tracking the routing bucket that the player is inconfig/config.lua
client/main.lua
fxmanifest.lua
server/framework/framework.lua
config/config.lua
client/main.lua
fxmanifest.lua
server/framework/framework.lua
config/gangzones.lua
client/input.lua
fxmanifest.lua
server/commands.lua
locales/en.lua
Config.CountOnlyControlled
config/gangzones.lua
client/menus.lua
config/config.lua
locales/en.lua
server/callbacks.lua
server/events.lua
client/framework/framework.lua
server/framework/framework.lua
server/main.lua
client/input.lua
config/missions.lua
fxmanifest.lua
server/commands.lua
client/selldrugs.lua
client/client.lua
client/main.lua
client/framework/framework.lua
client/target.lua
config/config.lua
fxmanifest.lua
server/events.lua
server/framework/framework.lua
shared/functions.lua
server/framework.lua
fileclient/framework/framework.lua
client/menus.lua
client/target.lua
config/config.lua
config/gangzones.lua
fxmanifest.lua
locales/en.lua
server/events.lua
server/framework/framework.lua
server/main.lua
ALTER TABLE gangs
ADD COLUMN IF NOT EXISTS protection int(20) DEFAULT 0;
shared/functions.lua
SendPhoneMessage
function/gang
commandconfig.lua
file that were no longer utilizedconfig.lua
file for more control over the script and how it operatesclient/main.lua
client/menus.lua
client/target.lua
config/config.lua
fxmanifest.lua
locales/en.lua
server/callbacks.lua
server/commands.lua
server/events.lua
server/framework/framework.lua
server/main.lua
ALTER TABLE gangs
ADD COLUMN IF NOT EXISTS `warTimeout` int(20) DEFAULT 0;