how do i make a Private job in RP. and what i mean is make it so that only specific persons can use it
[url]http://wiki.darkrp.com/index.php/Donator_Job_configuration[/url]
You could give him his own user group and use the tutorial there.
yeah but that wil make a million ulx groups
[editline]3rd May 2014[/editline]
oh i found it
TEAM_DONATORJOB = DarkRP.createJob("Swat", {
color = Color(238, 99, 99, 255),
model = "models/player/mossman.mdl",
description = [[As a cook, it is your responsibility to feed the other members of your city.
You can spawn a microwave and sell the food you make: /Buymicrowave]],
weapons = {},
command = "Swat",
max = 2,
salary = 45,
admin = 0,.
vote = false,
hasLicense = false,
customCheck = function(ply)
local tbl = { -- ADD STEAMIDs TO THIS TABLE
"STEAM_0:0:0000",
"STEAM_0:0:0001",
-- etc
}
return table.HasValue( tbl, ply:SteamID() )
end
Sorry, you need to Log In to post a reply to this thread.