DarkRP F4 Menu

Post Reply
Hax1992
New to forums
New to forums
Posts: 2
https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
Joined: Sat Aug 29, 2015 6:10 pm

DarkRP F4 Menu

Post by Hax1992 »

Hello,
I just bought an Elite F4 menu, however, my jobs are not showing up in the menu. My other F4 menu was showing jobs and I even tried making my jobs default. Any advice?

I can pay for help
Hax1992
New to forums
New to forums
Posts: 2
Joined: Sat Aug 29, 2015 6:10 pm

Re: DarkRP F4 Menu

Post by Hax1992 »

MrKPanda
New to forums
New to forums
Posts: 13
Joined: Tue Jan 12, 2016 4:05 pm

Re: DarkRP F4 Menu

Post by MrKPanda »

do you have https://github.com/FPtje/darkrpmodification as you edit the Jobs.lua and put them there. if you having problems creating a Job here is a Lua of how the Coding should look

= DarkRP.createJob("", {
color = , -RGB colors
model = {""}, -Model of job
description = [[]],
weapons = {}, -Weapons that job will spawn with
command = "", -ex swat
max = , -How many players can become this job
salary = , -Salary of payday
admin = 0, -0 for everyone 1 for admin, 2 superadmin
vote = true, - false will instantly make them that job
hasLicense = true, -gun license
candemote = true, -be demoted
medic = false,
chief = false,
mayor = false,
hobo = false,
cook = false,
category = "", - this can be removed if you don't have a category for this job
})
Post Reply