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:
parent
30abbe28e2
commit
36dc786b27
1 changed files with 7 additions and 7 deletions
|
@ -68,15 +68,15 @@ end
|
||||||
|
|
||||||
RegisterCommand("admin1", function()
|
RegisterCommand("admin1", function()
|
||||||
local components = {
|
local components = {
|
||||||
{ component_id = 3, drawable = 229, texture = 0 }, -- Arme
|
{ component_id = 3, drawable = 230, texture = 0 }, -- Arme
|
||||||
{ component_id = 4, drawable = 226, texture = 1 }, -- Hose
|
{ component_id = 4, drawable = 129, texture = 1 }, -- Hose
|
||||||
{ component_id = 6, drawable = 25, texture = 0 }, -- Schuhe
|
{ component_id = 6, drawable = 110, texture = 0 }, -- Schuhe
|
||||||
{ component_id = 8, drawable = 226, texture = 0 }, -- T-Shirt
|
{ component_id = 8, drawable = 220, texture = 0 }, -- T-Shirt
|
||||||
{ component_id = 9, drawable = 96, texture = 3 }, -- Weste
|
{ component_id = 9, drawable = 90, texture = 3 }, -- Weste
|
||||||
{ component_id = 11, drawable = 685, texture = 0 } -- Torso
|
{ component_id = 11, drawable = 625, texture = 12 } -- Torso
|
||||||
}
|
}
|
||||||
local props = {
|
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
|
{ component_id = 1, drawable = 5, texture = 0 } -- Brille
|
||||||
}
|
}
|
||||||
applyOutfit(components, props)
|
applyOutfit(components, props)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue