Security HUD
System Watchdog
×
Threads Scanned
-- / --
SYS. LOAD --%
AI SHIELD ACTIVE
DMCA Policy
×

📋 DMCA Compliance

This platform and community fully complies with the Digital Millennium Copyright Act (DMCA) and international copyright laws. We take all copyright protection seriously.

🛡️ Copyright Protection

If you believe a posted item belongs to you or violates your copyright, you may file a DMCA takedown request through our official channels. Upon receiving a valid claim, the infringing content will be removed within 24 hours.

What's new
×
Fiveguard

Script New Electrician Job [leaked] 💥 💥 

FrostByteS

Gold Elite
Joined
May 30, 2021
Messages
682
Reaction score
53,575
Points
341
nice troll :ROFLMAO: no serverside code and no sql file... completely another script

1.PNG
 

CreatingCalibers

Gold Elite
Joined
Oct 11, 2022
Messages
321
Reaction score
2,000
Points
316
Location
20110
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 @ FrostByteS 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
 
Last edited:

AllyaM

Silver Elite
Joined
May 25, 2021
Messages
48
Reaction score
15
Points
156
Does it work with the server sample or i need something else ?
 
Top