dp-clothing'în client.lua kısmına 72.satırdan 141. satıra kadar attığım texti yapıştırdığında düzelmiş olur.
local Extras = {
["Shirt"] = {
Drawable = 11,
Table = {
Standalone = true, Male = -1, Female = -1,
Extra = {
{Drawable = 8, Id = 15, Tex = 0, Name = "Extra Undershirt"},
{Drawable = 3, Id = 15, Tex = 0, Name = "Extra Gloves"},
{Drawable = 10, Id = 0, Tex = 0, Name = "Extra Decals"},
}
},
Emote = {Dict = "clothingtie", Anim = "try_tie_negative_a", Move = 51, Dur = 1200}
},
["Pants"] = {
Drawable = 4,
Table = { Standalone = true, Male = 52, Female = 94 },
Emote = { Dict = "re@construction", Anim = "out_of_breath", Move = 51, Dur = 1300 }
},
["Bagoff"] = {
Drawable = 5,
Table = { Standalone = true, Male = 0, Female = 0 },
Emote = { Dict = "clothingtie", Anim = "try_tie_negative_a", Move = 51, Dur = 1200 }
},
}
local Props = {
["Visor"] = {
Prop = 0,
Variants = Variations.Visor,
Emote = {
On = { Dict = "mp_masks@standard_car@ds@", Anim = "put_on_mask", Move = 51, Dur = 600 },
Off = { Dict = "missheist_agency2ahelmet", Anim = "take_off_helmet_stand", Move = 51, Dur = 1200 }
}
},
["Hat"] = {
Prop = 0,
Emote = {
On = { Dict = "mp_masks@standard_car@ds@", Anim = "put_on_mask", Move = 51, Dur = 600 },
Off = { Dict = "missheist_agency2ahelmet", Anim = "take_off_helmet_stand", Move = 51, Dur = 1200 }
}
},
["Glasses"] = {
Prop = 1,
Emote = {
On = { Dict = "clothingspecs", Anim = "take_off", Move = 51, Dur = 1400 },
Off = { Dict = "clothingspecs", Anim = "take_off", Move = 51, Dur = 1400 }
}
},
["Ear"] = {
Prop = 2,
Emote = {
On = { Dict = "mp_cp_stolen_tut", Anim = "b_think", Move = 51, Dur = 900 },
Off = { Dict = "mp_cp_stolen_tut", Anim = "b_think", Move = 51, Dur = 900 }
}
},
["Watch"] = {
Prop = 6,
Emote = {
On = { Dict = "nmt_3_rcm-10", Anim = "cs_nigel_dual-10", Move = 51, Dur = 1200 },
Off = { Dict = "nmt_3_rcm-10", Anim = "cs_nigel_dual-10", Move = 51, Dur = 1200 }
}
},
["Bracelet"] = {
Prop = 7,
Emote = {
On = { Dict = "nmt_3_rcm-10", Anim = "cs_nigel_dual-10", Move = 51, Dur = 1200 },
Off = { Dict = "nmt_3_rcm-10", Anim = "cs_nigel_dual-10", Move = 51, Dur = 1200 }
}
},
}