- Initiateur de la discussion
Swxn™
Geek suprême
- Messages
- 585
- Score réaction
- 318
- Points
- 135
Bonsoir communauté de Mtx.
Je viens chercher de l'aide au près de vous car le support est innactif.
Voilà mon problème :
Je possède cette addon :
https://www.gmodstore.com/scripts/view/1647/global-ban-simple-way-to-ban-globally-gban
Je l'ai configuré etc...
Le seul soucis c'est que quand je met l'accès au panel à un groupe il peut tous faire (ban, banid, déban)
Ce qui me dérange pour les grades modotest et modo ^^
Si quelqu'un c'est régler ce problème !
Bien à vous.
Config :
Je viens chercher de l'aide au près de vous car le support est innactif.
Voilà mon problème :
Je possède cette addon :
https://www.gmodstore.com/scripts/view/1647/global-ban-simple-way-to-ban-globally-gban
Je l'ai configuré etc...
Le seul soucis c'est que quand je met l'accès au panel à un groupe il peut tous faire (ban, banid, déban)
Ce qui me dérange pour les grades modotest et modo ^^
Si quelqu'un c'est régler ce problème !
Bien à vous.
Config :
Code:
-- This controls if a user has permission to ban someone
-- Higher the value, higher the priority
-- If a value is the same in two ranks, those two are matched with power and cannot ban one another
-- DO NOT ADD THE DEFAULT USERS HERE OR THEY WILL HAVE ACCESS TO ADMIN SETTINGS AND BAN PLAYERS
-- I REPEAT, DO NOT PUT DEFAULT USER GROUPS HERE! THIS IS HIERARCHY FOR PEOPLE WHO ARE ADMINS ONLY!
gBan.Config.Hierarchy = { ["superadmin"] = 5, ["admin"] = 4, ["modo"] = 3, ["modovip"] = 3,
}
-- The color of gBan tags in chat. If you don't like the color red, change it up!
gBan.Config.IDColor = Color( 255, 0, 0 )
-- If you don't know how to edit this and you're using ulx, keep it the same.
gBan.Config.CanBan = function( ply, vic ) if not gBan.Config.Hierarchy[ ply:GetNWString( "usergroup" ) ] then return false end if gBan.Config.Hierarchy[ ply:GetNWString("usergroup") ] >= ( gBan.Config.Hierarchy[ vic:GetNWString( "usergroup" ) ] or 0 ) then return true end return false
end
EDIT : Première demande d'aide soyez gentil