Hello, back with another nooby question!
Can anyone tell me how to use custom player models for jobs in DarkRP?
Custom skins for jobs?
- snivell
- This is my homepage
- Posts: 114
- https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
- Joined: Thu Oct 17, 2013 6:29 pm
- Location: United States
-
- New to forums
- Posts: 4
- Joined: Tue May 20, 2014 3:27 pm
Re: Custom skins for jobs?
Assuming you are referring to DarkRP, setting the path to the model name in the model = value would set the model of that job. The part I am talking about is bolded below.
TEAM_CITIZEN = AddExtraTeam("Citizen", {
color = Color(20, 150, 20, 255),
model = {
"models/player/group01/male_01.mdl"
},
description = [[The Citizen is the most basic level of society you can hold
besides being a hobo.
You have no specific role in city life.]],
weapons = {},
command = "citizen",
max = 0,
salary = 45,
admin = 0,
vote = false,
hasLicense = false,
candemote = false
})
TEAM_CITIZEN = AddExtraTeam("Citizen", {
color = Color(20, 150, 20, 255),
model = {
"models/player/group01/male_01.mdl"
},
description = [[The Citizen is the most basic level of society you can hold
besides being a hobo.
You have no specific role in city life.]],
weapons = {},
command = "citizen",
max = 0,
salary = 45,
admin = 0,
vote = false,
hasLicense = false,
candemote = false
})