I am working on a DarkRP GM for a clan and I looked at the given custom classes and they aren't showing up in game on the F4 menue. The base classes are but the 'AddExtraTeam()' isn't showing up.
This is 1/2 custom classes that was [I]given[/I] in the DarkRP SVN.
[CODE]-- Secondary team (Middle Class)
TEAM_CARDEALER = AddExtraTeam("Car Dealer", {
color = Color(150, 45, 25, 255),
model = "models/player/magnusson.mdl",
description = [[]],
weapons = {},
command = "car",
max = 2,
salary = 50,
admin = 0,
vote = false,
hasLicense = false,
})
[/CODE]
Sorry, you need to Log In to post a reply to this thread.