09-18-2012, 07:00 PM
(This post was last modified: 09-01-2022, 01:01 AM by Fearless Community.
Edit Reason: Checked Encoding
)
(09-18-2012, 06:48 PM)Theblackshadowofgod Wrote: This should work (Soul or Temar)
Code:admins = {
"STEAM_0:1:15472195", -- SoulRipper
"STEAM:0:1:00000000", -- Admin1
"STEAM:0:1:00000000" -- Admin2
}
table.Add(admins)
-- Check if the player's name contains the [FL] admin tag and isn't listed above.
for k, v in pairs(player.GetAll()) do
if (not(table.HasValue(admins, v:SteamID()))) then
if string.find(v:Nick(), "[FL]") then
v:Kick("Only admins of Fearless are allowed to wear this tag");
return false;
end
end
end
That's pretty good ! It will avoid admin to loose time on this kind of cases of tag theft !
![[Image: JmCzDqB.png]](https://i.imgur.com/JmCzDqB.png)