💴Documentation
All information you need for use the script
Setup your framework
SQL
Execute the SQL file
CREATE TABLE `axio_moneywash` (
`id` INT(11) NOT NULL AUTO_INCREMENT,
`identifier` VARCHAR(60) NULL DEFAULT NULL COLLATE 'utf8mb4_unicode_ci',
`amount` INT(11) NULL DEFAULT NULL,
`percent` INT(11) NULL DEFAULT NULL,
`time` INT(11) NULL DEFAULT NULL,
`active` TINYINT(1) NULL DEFAULT '1',
INDEX `id` (`id`) USING BTREE
)
COLLATE='utf8mb4_unicode_ci'
ENGINE=InnoDB
Config
Info
Log
blackMoneyAccount
TimeToWash
Cops
SerchTime
TimeBeforeDespawnCar
Ped
Washing
SpawnCarPos
Vehicle
Notification
Config.ClientNotification = function(title, msg, type)
lib.notify({
title = title,
description = msg,
type = type,
position = 'bottom'
})
end
Last updated