Did he really come in here and try to call someone a troll,
your VIP status didn't really make you smart did it now @
BIG_BOSS aka rocky balboa the man who steals free work and sells it on discord lmao
He's just mad he couldn't steal it and sell it on discord



further more I have this script it was from a github student and it never needed sql file, Bam Schooled you again!
--sample of server.lua--
if Config.Framework =='esx' then
ESX = nil
TriggerEvent('esx:getSharedObject', function(obj) ESX = obj end)
elseif Config.Framework =='QBCore' then
QBCore = exports['qb-core']:GetCoreObject()
else
print('no framework set or standalone')
end
RegisterServerEvent('GetPaid')
AddEventHandler('GetPaid', function(boob)
if Config.Framework == 'esx' then
if Config.Payment == 'cash' then
local _source = source
local xPlayer = ESX.GetPlayerFromId(_source)
xPlayer.addMoney(Config.JobPay)
elseif Config.Payment == 'bank' then
local _source = source
local xPlayer = ESX.GetPlayerFromId(_source)
xPlayer.addAccountMoney('bank', Config.JobPay)
end
elseif Config.Framework == 'QBCore' then
if Config.Payment == 'cash' then
local _source = source