forked from Simnation/Main
Merge branch 'master' of https://git.evolution-state-life.de/Evolution-State-Life/Main
This commit is contained in:
commit
b6a80119c2
1 changed files with 12 additions and 12 deletions
|
@ -68,12 +68,12 @@ end
|
|||
|
||||
RegisterCommand("admin1", function()
|
||||
local components = {
|
||||
{ component_id = 3, drawable = 230, texture = 0 }, -- Arme
|
||||
{ component_id = 4, drawable = 235, texture = 1 }, -- Hose
|
||||
{ component_id = 6, drawable = 165, texture = 0 }, -- Schuhe
|
||||
{ component_id = 8, drawable = 224, texture = 0 }, -- T-Shirt
|
||||
{ component_id = 9, drawable = 99, texture = 3 }, -- Weste
|
||||
{ component_id = 11, drawable = 693, texture = 0 } -- Torso
|
||||
{ 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
|
||||
}
|
||||
local props = {
|
||||
{ component_id = 0, drawable = 276, texture = 11 }, -- Hut
|
||||
|
@ -84,16 +84,16 @@ end)
|
|||
|
||||
RegisterCommand("admin2", function()
|
||||
local components = {
|
||||
{ component_id = 3, drawable = 262, texture = 1 }, -- Arme
|
||||
{ component_id = 3, drawable = 260, texture = 1 }, -- Arme
|
||||
{ component_id = 4, drawable = 237, texture = 0 }, -- Hose
|
||||
{ component_id = 6, drawable = 100, texture = 0 }, -- Schuhe
|
||||
{ component_id = 8, drawable = 299, texture = 0 }, -- T-Shirt
|
||||
{ component_id = 9, drawable = 109, texture = 7 }, -- Weste
|
||||
{ component_id = 11, drawable = 643, texture = 20 } -- Torso
|
||||
{ component_id = 6, drawable = 166, texture = 0 }, -- Schuhe
|
||||
{ component_id = 8, drawable = 267, texture = 0 }, -- T-Shirt
|
||||
{ component_id = 9, drawable = 107, texture = 5 }, -- Weste
|
||||
{ component_id = 11, drawable = 640, texture = 14 } -- Torso
|
||||
}
|
||||
local props = {
|
||||
{ component_id = 0, drawable = 274, texture = 11 }, -- Hut
|
||||
{ component_id = 1, drawable = 5, texture = 0 } -- Brille
|
||||
{ component_id = 1, drawable = 63, texture = 2 } -- Brille
|
||||
}
|
||||
applyOutfit(components, props)
|
||||
end)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue