Ulysses
Home
Help
Ulysses
»
Ulysses Stuff
»
General Chat & Help and Support
»
ULX Blacklist System
« previous next »
Print
Pages: [
1
]
Go Down
Author
Topic: ULX Blacklist System (Read 6070 times)
0 Members and 1 Guest are viewing this topic.
gbkemil
Newbie
Posts: 3
Karma: 0
ULX Blacklist System
«
on:
August 29, 2014, 12:01:28 am »
Hello, i am Superadmin on a Roleplay server which uses ULX admin mod. I have been trying to remove acces/blacklist people. Like "This person can't use guns/vehicles for a special amount of time" I have been trying everything. Anyone know how to do?
Logged
ChaosWolf
Jr. Member
Posts: 94
Karma: 2
"The Exiled One's" Server Owner
Re: ULX Blacklist System
«
Reply #1 on:
August 29, 2014, 12:12:02 am »
hey buddy,
you may wanna take a look at this thread it could help you out. I don't know much about DarkRP but I know there isn't much here that hasn't been discussed already. take a look.
/index.php/topic,7208.0.html#msg36328 />
another thing you could do is this.
never underestimate the power of grouping.
add the player to a special group and call it blacklist-smg
add into your pointshop items this code.
Code: Lua
ITEM
.
AllowedUserGroups
=
{
"user"
,
"admin"
,
"superadmin"
}
add all your groups to the code, except for the blacklisted groups for its specified items, OR a blacklist group with multiple items.
Example:
ITEM.AllowedUserGroups = { "user", "admin", "superadmin" "blacklist-smg", "blacklist-shotgun"}
as you can see you add the blacklist groups that are allowed, but DO NOT add the blacklisted group that is NOT allowed to use the item.
its all manual but its a temporary fix that is efficient.
«
Last Edit: August 29, 2014, 12:21:20 am by ChaosWolf
»
Logged
"Someone once told me, scripting lua is like trying to build a rocket ship, once your finished with it and think your done, you start it up only to realize you had just built it upside down." ~Programmer
gbkemil
Newbie
Posts: 3
Karma: 0
Re: ULX Blacklist System
«
Reply #2 on:
August 29, 2014, 12:29:25 am »
I ain't owner so i can't do anything like that, i mean from ingame. I just type something and a specific person can't use vehicles etc. Please ?
Logged
JamminR
Ulysses Team Member
Hero Member
Posts: 8096
Karma: 390
Sertafide Ulysses Jenius
Re: ULX Blacklist System
«
Reply #3 on:
August 29, 2014, 01:38:34 am »
ULX itself has no command to prevent vehicle usage.
Further discussion would need to be moved to OffTopic or developers corner.
Logged
"Though a program be but three lines long, someday it will have to be maintained." -- The Tao of Programming
Print
Pages: [
1
]
Go Up
« previous next »
Ulysses
»
Ulysses Stuff
»
General Chat & Help and Support
»
ULX Blacklist System