0 Members and 3 Guests are viewing this topic.
if ULib.bans[SteamIDOfPlayer] then...end
Hello,I highly advise against modifing the ulib code, use this function instead to get a list of the bans: ULib.bans, it returns a table.You then could do something like:Code: [Select]if ULib.bans[SteamIDOfPlayer] then...endCheers,Avoid