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 RAINMAD 6 HESIT SCRIPTS EXCLUSIVE FOR QBCORE

CreatingCalibers

Gold Elite
Joined
Oct 11, 2022
Messages
321
Reaction score
2,001
Points
316
Location
20110
missing alot,
Minigames-shared
items list,
if your planning on drop and go this is not for you your gonna need to know scripting

"train heist example on how to create shared items list"
['cutter'] = {['name'] = 'cutter', ['label'] = 'Cutter', ['weight'] = 20, ['type'] = 'item', ['image'] = 'cutter.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = 'cutter...'},
['bag'] = {['name'] = 'bag', ['label'] = 'Bag', ['weight'] = 20, ['type'] = 'item', ['image'] = 'bag.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = 'bag...'},
 

appukuttan

Gold Elite
Joined
Oct 23, 2022
Messages
947
Reaction score
24,498
Points
316
Location
India
missing alot,
Minigames-shared
items list,
if your planning on drop and go this is not for you your gonna need to know scripting

"train heist example on how to create shared items list"
['cutter'] = {['name'] = 'cutter', ['label'] = 'Cutter', ['weight'] = 20, ['type'] = 'item', ['image'] = 'cutter.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = 'cutter...'},
['bag'] = {['name'] = 'bag', ['label'] = 'Bag', ['weight'] = 20, ['type'] = 'item', ['image'] = 'bag.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = 'bag...'},
Minigames-shared is there any minigames missing ig i used the default
 

CreatingCalibers

Gold Elite
Joined
Oct 11, 2022
Messages
321
Reaction score
2,001
Points
316
Location
20110
Minigames-shared is there any minigames missing ig i used the default
RainMad has no default, their independent scripts for minigames required

you need fingerprints, hack dependency, and several others depends on the heist script.
casino heist script also missing required casino IPL's in client lua along with several other lines

Citizen.CreateThread(function()
RequestIpl("ch_int_placement_ch_interior_0_dlc_casino_heist_milo_")
RequestIpl("ch_int_placement_ch_interior_1_dlc_arcade_milo_")
RequestIpl("ch_int_placement_ch_interior_2_dlc_plan_milo_")
RequestIpl("ch_int_placement_ch_interior_3_dlc_casino_back_milo_")
RequestIpl("ch_int_placement_ch_interior_4_dlc_casino_hotel_milo_")
RequestIpl("ch_int_placement_ch_interior_5_dlc_casino_loading_milo_")
RequestIpl("ch_int_placement_ch_interior_6_dlc_casino_vault_milo_")
RequestIpl("ch_int_placement_ch_interior_7_dlc_casino_utility_milo_")
RequestIpl("ch_int_placement_ch_interior_8_dlc_tunnel_milo_")
RequestIpl("ch_int_placement_ch_interior_9_dlc_casino_shaft_milo_")
 

appukuttan

Gold Elite
Joined
Oct 23, 2022
Messages
947
Reaction score
24,498
Points
316
Location
India
RainMad has no default, their independent scripts for minigames required

you need fingerprints, hack dependency, and several others depends on the heist script.
casino heist script also missing required casino IPL's in client lua along with several other lines

Citizen.CreateThread(function()
RequestIpl("ch_int_placement_ch_interior_0_dlc_casino_heist_milo_")
RequestIpl("ch_int_placement_ch_interior_1_dlc_arcade_milo_")
RequestIpl("ch_int_placement_ch_interior_2_dlc_plan_milo_")
RequestIpl("ch_int_placement_ch_interior_3_dlc_casino_back_milo_")
RequestIpl("ch_int_placement_ch_interior_4_dlc_casino_hotel_milo_")
RequestIpl("ch_int_placement_ch_interior_5_dlc_casino_loading_milo_")
RequestIpl("ch_int_placement_ch_interior_6_dlc_casino_vault_milo_")
RequestIpl("ch_int_placement_ch_interior_7_dlc_casino_utility_milo_")
RequestIpl("ch_int_placement_ch_interior_8_dlc_tunnel_milo_")
RequestIpl("ch_int_placement_ch_interior_9_dlc_casino_shaft_milo_")
okay thanks for the info. let me see if i can reupload with everything. sorry guys .
 
Top