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

ReasKoray

Developer
Joined
May 9, 2021
Messages
37
Reaction score
4,973
Points
301
Location
IZMIR/TURKEY
Hello,

It is a Warehouse Script with Password System. Warehouses can be purchased with a certain amount of money.

You can install and run the sql file file inside the file.





You need to paste the code below into m3inventoryhud/config.lua, friends.​


['Depo'] = {
coords = {vector3(99.99, 99.99, 99.99)},
useMarker = true,
markerType = 2,
markerSize = vector3(0.2, 0.2, 0.2),
markerColour = { r = 255, g = 255, b = 255 },
use3dtext = true,
msg = 'Depoya erişmek için ~INPUT_CONTEXT~ tuşuna basınız.', --or '[E] - Silahlar',
job = 'all',
maxweight = 500 -- if u use weight, uncomment this line
},
 
Last edited by a moderator:
Top