Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
these won't work:
TEAM_ADMIN = DarkRP.createJob("Admin On Duty", {
color = Color(170, 0, 0, 255),
model = "models/player/combine_soldier.mdl",
description = [[Being an admin requires a great responsibility, when you become this job you have to take
your job as an admin serious, and help the ones who is in need of an admin.]],
weapons = {},
command = "adminonduty",
max = 0,
salary = 100,
admin = 1,
vote = false,
hasLicense = false,
category = "Staff",
})
TEAM_SS = DarkRP.createJob("Secret Service", {
color = Color(100, 20, 20, 255),
model = "models/player/macdguy.mdl",
description = [[You are responsible for protecting the mayor.
Take care of the old fellow, he is vanuarable to terrorists all the time! Before he enters a room, you need to make sure its secure.]],
weapons = {"m9k_usp", "stunstick", "weaponchecker"},
command = "ss",
max = 2,
salary = 65,
admin = 0,
vote = true,
hasLicense = false,
ammo = {
["pistol"] = 60,
},
category = "Civil Protection",
})
TEAM_HITMAN = DarkRP.createJob("Hitman", {
color = Color(55, 55, 55, 255),
model = "models/player/sunabouzu.mdl",
description = [[People hire you to take out other people,
this job require you to be completely focussed.
A single breath can make you loose a shot.]],
weapons = {"m9k_m24"},
command = "hitman",
max = 2,
salary = 100,
admin = 0,
vote = false,
hasLicense = false,
category = "Criminals",