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 mbl-metaitemclothes

Rezox

Member
Joined
Apr 18, 2021
Messages
310
Reaction score
156,473
Points
401


Although the clothes can be taken off and given to someone else, only that part is now
In addition, you do not need to do anything, add the necessary items to the sqle.
good uses


Kod;
{
id = "kıyafetgiy",
displayName = "Kıyafetlerini Çıkar",
icon = "#fa-tshirt",
enableMenu = function()
local Data = RLCore.Functions.GetPlayerData()
return not Data.metadata["isdead"] and not Data.metadata["inlaststand"]
end,
subMenus = {"t0", "c0", "p0", "s0", "g0", "n0", "b0", "v0", "m0", "e0", "w0", "h0", }
},
Kod;
['t0'] = {
title = "Tişört",
icon = "#fa-tshirt",
functionName = "t0"
},
['c0'] = {
title = "Ceket",
icon = "#fa-tshirt",
functionName = "c0"
},


['p0'] = {
title = "Pantolon",
icon = "#fa-male",
functionName = "p0"
},
['s0'] = {
title = "Ayakkabı",
icon = "#fa-shoe-prints",
functionName = "s0"
},
['g0'] = {
title = "Gözlük",
icon = "#fa-glasses",
functionName = "g0"
},
['b0'] = {
title = "Çanta",
icon = "#fa-shopping-bag",
functionName = "b0"
},
['n0'] = {
title = "Kolye",
icon = "#house-setoutift",
functionName = "n0"
},
['v0'] = {
title = "Zırh",
icon = "#police",
functionName = "v0"
},
['m0'] = {
title = "Maske",
icon = "#cuffs-steal",
functionName = "m0"
},
['e0'] = {
title = "Kulak",
icon = "#fa-deaf",
functionName = "e0"
},
['h0'] = {
title = "Kask",
icon = "#fa-hat-cowboy-side",
functionName = "h0"
},
['w0'] = {
title = "Saat",
icon = "#fa-vr-clock",
functionName = "w0"
},
 
Top