Ped Configuration
Shared.RandomizePed
Shared.RandomizePed = true -- Whether or not to skip the dog ped selection and instead pick a random item from the below list.Shared.DogPeds
Last updated
Shared.RandomizePed = true -- Whether or not to skip the dog ped selection and instead pick a random item from the below list.Last updated
Shared.DogPeds = {
-- Sheriff
{ model = "a_c_shepherd", name = "Sheriff Dog",
textures = {
["FACE"] = 2,
["UPPER"] = 1,
["ACCESSORY"] = 1,
}
},
-- LSPD
{ model = "a_c_shepherd", name = "Police Dog",
textures = {
["FACE"] = 0,
["UPPER"] = 0,
["ACCESSORY"] = 0,
}
}
}