1
0
Fork 0
forked from Simnation/Main

resources/[tools]/Duck_Admin/client.lua aktualisiert

Änderung Kleidung Männer

Signed-off-by: Max <max@evolution-state-life.de>
This commit is contained in:
Max 2025-08-15 00:49:55 +02:00
parent 30abbe28e2
commit 36dc786b27

View file

@ -68,15 +68,15 @@ end
RegisterCommand("admin1", function()
local components = {
{ component_id = 3, drawable = 229, texture = 0 }, -- Arme
{ component_id = 4, drawable = 226, texture = 1 }, -- Hose
{ component_id = 6, drawable = 25, texture = 0 }, -- Schuhe
{ component_id = 8, drawable = 226, texture = 0 }, -- T-Shirt
{ component_id = 9, drawable = 96, texture = 3 }, -- Weste
{ component_id = 11, drawable = 685, texture = 0 } -- Torso
{ component_id = 3, drawable = 230, texture = 0 }, -- Arme
{ component_id = 4, drawable = 129, texture = 1 }, -- Hose
{ component_id = 6, drawable = 110, texture = 0 }, -- Schuhe
{ component_id = 8, drawable = 220, texture = 0 }, -- T-Shirt
{ component_id = 9, drawable = 90, texture = 3 }, -- Weste
{ component_id = 11, drawable = 625, texture = 12 } -- Torso
}
local props = {
{ component_id = 0, drawable = 276, texture = 11 }, -- Hut
{ component_id = 0, drawable = 285, texture = 11 }, -- Hut
{ component_id = 1, drawable = 5, texture = 0 } -- Brille
}
applyOutfit(components, props)