Rainmads Six Heist Scripts

posted 25-09-2021 08:50 29.387 views 155 replies 5 Credits
crose
0 Posts
9,797 Credits
N/A Since
#1 29.387 views 155 replies
[PREVIEW]










https://youtu.be/mujBAqR452Y https://rainmad.tebex.io/category/1876861 [DOWNLOAD]
replies (20)
Sabiha
77 Posts
1,879 Credits
Aug 2021 Since
#1
+rep
crose
155 Posts
9,797 Credits
Aug 2021 Since
#2

Sabiha,
+rep

Thank you.
tester
51 Posts
42 Credits
Aug 2021 Since
#3
nice
tester
51 Posts
42 Credits
Aug 2021 Since
#4
nice
crose
155 Posts
9,797 Credits
Aug 2021 Since
#5

tester,
nice

Thanks.
zerotest
7 Posts
42 Credits
Jul 2021 Since
#6
Been looking for this for a while.
crose
155 Posts
9,797 Credits
Aug 2021 Since
#7

zerotest,
Been looking for this for a while.

No problem.
homel25
6 Posts
70 Credits
Sep 2021 Since
#8
Gracias
bekaby
20 Posts
39 Credits
Feb 2021 Since
#9
ohhhh
crose
155 Posts
9,797 Credits
Aug 2021 Since
#10
Enjoy it brother!

homel25,
Gracias
Mr.Serieux
24 Posts
33 Credits
Mar 2021 Since
#11

crose,
[PREVIEW]












https://youtu.be/mujBAqR452Y

[url=true]https://ra...

Nice bri iwant to know if it work for qbus[/download][/preview]
Pause_Fivem
26 Posts
307 Credits
Sep 2021 Since
#12
Really nice!
Pause_Fivem
26 Posts
307 Credits
Sep 2021 Since
#13
Is it possible to get those in QB?
crose
155 Posts
9,797 Credits
Aug 2021 Since
#14

Pause_Fivem,
Is it possible to get those in QB?

If somebody is willing to convert it for you.
crose
155 Posts
9,797 Credits
Aug 2021 Since
#15
QBCore.Functions.CreateCallback('skillsystem:fetchStatus', function(source, cb)
local Player = QBCore.Functions.GetPlayer(source)

if Player then
exports['ghmattimysql']:execute('SELECT skills FROM players WHERE citizenid = @citizenid', {
['@citizenid'] = Player.PlayerData.citizenid
}, function(status)
if status ~= nil then
cb(json.decode(status))
else
cb(nil)
end
end)
else
cb()
end
end)

ESX.RegisterServerCallback("gamz-skillsystem:fetchStatus", function(source, cb)
local src = source
local user = ESX.GetPlayerFromId(src)


local fetch = [[
SELECT
skills
FROM
users
WHERE
identifier = @identifier
]]

MySQL.Async.fetchScalar(fetch, {
["@identifier"] = user.identifier

}, function(status)

if status ~= nil then
cb(json.decode(status))
else
cb(nil)
end

end)
end)

QBCore.Functions.ExecuteSql()

ESX.ExecuteSql() --(ghmattimysql)
MySQL.Async.execute()

QBCore.Commands.Add()

RegisterCommand()

QBCore.Functions.GetPlayer(src)

ESX.GetPlayerFromId(src)

QBCore.Functions.SpawnVehicle()
QBCore.Functions.GetVehicleProperties()
QBCore.Functions.GetClosestVehicle()


ESX.Game.SpawnVehicle()
ESX.Game.GetVehicleProperties()
ESX.Game.GetClosestVehicle()

QBCore.Functions.GetPlayerData()

ESX.GetPlayerData()


QBCore.Functions.CreateUseableItem()

ESX.RegisterUsableItem()


QBCore.Functions.CreateCallback()

ESX.RegisterServerCallback()

QBCore.Functions.TriggerCallback()

ESX.TriggerServerCallback()
QBCore.Functions.GetPlayer(src)

ESX.GetPlayerFromId(src)

QBCore.Functions.SpawnVehicle()
QBCore.Functions.GetVehicleProperties()
QBCore.Functions.GetClosestVehicle()


ESX.Game.SpawnVehicle()
ESX.Game.GetVehicleProperties()
ESX.Game.GetClosestVehicle()

QBCore.Functions.GetPlayerData()

ESX.GetPlayerData()


QBCore.Functions.CreateUseableItem()

ESX.RegisterUsableItem()


QBCore.Functions.CreateCallback()

ESX.RegisterServerCallback()

QBCore.Functions.TriggerCallback()

ESX.TriggerServerCallback()


QBCore = nil

Citizen.CreateThread(function()
while QBCore == nil do
TriggerEvent('QBCore:GetObject', function(obj) QBCore = obj end)
Citizen.Wait(31)
end
end)


ESX = nil

Citizen.CreateThread(function()
while ESX == nil do
TriggerEvent('esx:getSharedObject', function(obj) ESX = obj end)
Citizen.Wait(31)
end
end)
-----------------------------------------------------------
RegisterNetEvent('QBCore:Client:OnPlayerLoaded')
AddEventHandler('QBCore:Client:OnPlayerLoaded',

RegisterNetEvent('esx:playerLoaded')
AddEventHandler('esx:playerLoaded',

RegisterNetEvent('QBCore:Client:OnJobUpdate')
AddEventHandler('QBCore:Client:OnJobUpdate',

RegisterNetEvent('esx:setJob')
AddEventHandler('esx:setJob',

QBCore.Functions.DrawText3D(1, 1, 1, 'Text')

DrawText3D(1, 1, 1, 'Text')

QBCore.Functions.Notify("Error text", "error")

TriggerEvent('Notification',"Error text")

xPlayer.Functions.GetItemByName

xPlayer.getInventoryItem


xPlayer.Functions.RemoveItem

xPlayer.removeInventoryItem


xPlayer.Functions.AddItem

xPlayer.addInventoryItem

crose
155 Posts
9,797 Credits
Aug 2021 Since
#16
The

Pause_Fivem,
Is it possible to get those in QB?

Code above is to convert from ESX to QBUS, maybe you can try it yourself.
sARB
1 Posts
36 Credits
Oct 2021 Since
#17

crose,
[PREVIEW]












https://youtu.be/mujBAqR452Y

[url=true]https://ra...

It looks fine[/download][/preview]
Rouslev
4 Posts
30 Credits
Oct 2021 Since
#18

crose,
[PREVIEW]












https://youtu.be/mujBAqR452Y

[url=true]https://ra...

Thank you!![/download][/preview]
LeXar
12 Posts
35 Credits
Feb 2021 Since
#19

crose,
[PREVIEW]












https://youtu.be/mujBAqR452Y

[url=true]https://ra...
[/download][/preview]
LeXar
12 Posts
35 Credits
Feb 2021 Since
#20
Nice bri iwant to know if it work for qbus

You must be logged in to reply

Login Register