How do I let people see the donator classes? ( DarkRP)
0 replies, posted
Hey guys I can't figure out how to make the donator classes show up in the menu. If I make the class a donator class it just disappears, and the only people who can see it is the people who meet the required rank. Is their any way to make it appear in the f4 menu under jobs like any other job?
This is a code I am trying to work off of:
[CODE]vipteams = {TEAM_PTHIEF}
if table.HasValue( vipteams, t ) and !force and not self:IsUserGroup("vip") and not self:IsAdmin() then
Notify(self, 1, 4, string.format("You must be VIP to be this job"))
return
end[/CODE]
This is in my player.lua, can anyone help?
Sorry, you need to Log In to post a reply to this thread.