• Making A DarkRP job for ULX
    7 replies, posted
So I know this might be really simple, but I need to know basically how to have it so when someone selects a DarkRP job, they get set to a certain ULX rank. My plan is that when someone selects a job (Theater Owner) they will be set to a custom ULX rank (Theaterowner). That ulx rank will than have access to Playx so they can run a theater.
Add a team check inside of playx
Yeah, but how exactly do I do this.
[url]http://wiki.garrysmod.com/page/Beginner_Tutorial_If_Then_Else[/url] [url]http://wiki.garrysmod.com/page/Player/Team[/url]
Also, wouldnt it just be easier to somehow temporarily set a player to a custom ulx rank? Or is that not even possible.
[QUOTE=Renzbo;47842454]Also, wouldnt it just be easier to somehow temporarily set a player to a custom ulx rank? Or is that not even possible.[/QUOTE] Yes, you could hook it into the job change hook that is in darkrp. But it would spam your chat.
Yeah thats true. I guess that im just scared to edit addons with the minor coding knowledge I have.
If anyone out there has more help, than I would greatly appreciate it. I have almost no lua knowledge and im getting stuck with this [CODE] if Player:Team() == "Theater Owner" then end[/CODE] Is that even right? And if so how do I assign that job access to PlayX without going through ULX
Sorry, you need to Log In to post a reply to this thread.