DarkRP Jobs HALP

Post Reply
Spaceman
New to forums
New to forums
Posts: 2
https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
Joined: Fri Aug 01, 2014 7:28 am

DarkRP Jobs HALP

Post by Spaceman »

Well I dont know if this belongs here but please help me! I keep trying for hours and hours and I cant figure out how to add jobs, I try using the jobs.lua file is there any other way??!?
Famous
New to forums
New to forums
Posts: 10
Joined: Thu Jun 26, 2014 9:31 pm

Re: DarkRP Jobs HALP

Post by Famous »

Yes, Heres this link and you can add jobs there and also heres a tutorial how to make jobs. Have a wonderful day.

Links
--------------------------------------------------------------------------------------------------
Link 1 http://wiki.darkrp.com/index.php/DarkRP:Jobs
Link 2 https://github.com/FPtje/darkrpmodification


How to install link number 2

Throw in you addons foldor
--------------------------------------------------------------------------------------------------
If you still don't know how to make jobs ill go over it with you! :D

TEAM_SWAT = AddExtraTeam("Swat", { -- Make the team a SWAT or something like TEAM_POLICE IF you need help with door groups just ask me I have no problem helping you
color = Color(80, 45, 0, 255), Say the color of the job
model = "models/player/hunter.mdl", -- Model is what it will look like Need help getting models ask
description = [[Protect the streets and help people. Raid drug dealers and shoot them:D]], You should know this its the description
weapons = {"weapon_fists","m9k_knife"}, -- weapons it will have right click in game the weapon and hit copy to clip bored and past it there
command = "swat", Command to switch to the job So if I was in game /swat
max = 4, -- How many players can be this job
salary = 120, How much the job will make
admin = 0, 0 any one can be it 1 Admins 2 superadmins
vote = false, False You don't need to vote True has to vote
hasLicense = false, false no gun license true has license
candemote = false, If you can /demote them
swat = true -- Not needed
})




Don't get it? that's fine here you go Class maker http://deadeye.comule.com/classmaker.php
Post Reply