From 36dc786b27a57ea95c35ed4ea24a7d71b9e55775 Mon Sep 17 00:00:00 2001 From: Max Date: Fri, 15 Aug 2025 00:49:55 +0200 Subject: [PATCH] resources/[tools]/Duck_Admin/client.lua aktualisiert MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Änderung Kleidung Männer Signed-off-by: Max --- resources/[tools]/Duck_Admin/client.lua | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/resources/[tools]/Duck_Admin/client.lua b/resources/[tools]/Duck_Admin/client.lua index fdcf52d55..6da42d829 100644 --- a/resources/[tools]/Duck_Admin/client.lua +++ b/resources/[tools]/Duck_Admin/client.lua @@ -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)