Untitled diff

Created Diff never expires
13 removals
18 lines
13 additions
18 lines
TEAM_PIRATE = AddExtraTeam("Pirate", {
TEAM_PIRATE = AddExtraTeam("Pirate", {
color = Color (80,45,255,125),
color = Color(80,45,255,125),
model = "models/player/Group01/Male_08.mdl",
model = "models/player/Group01/Male_08.mdl",
description = [[The gangster of the sea.
description = [[The gangster of the sea.
As a pirate you go and steal others booty.
As a pirate you go and steal others booty.
You can take hostage for ransom so long as
You can take hostage for ransom so long as
you have a pirate king and once you have
you have a pirate king and once you have
a hostage you have to advert a ransom amount.
a hostage you have to advert a ransom amount.
Do not ask for a license, you are a pirate and
Do not ask for a license, you are a pirate and
must find a way to get guns by any means.]],
must find a way to get guns by any means.]],
weapons = {},
weapons = {},
command = "pirate",
command = "pirate",
max = 5
max = 5,
salary = 0
salary = 0,
admin = 0
admin = 0,
vote = false
vote = false,
hasLicense = false
hasLicense = false,
}]
})