Not sure if Anonymous is trolling or he does not know shit about lua.
PrintMessageAll does not exist
On TTT, you have player.IsActiveTraitor()
Example:
PrintMessageAll does not exist
On TTT, you have player.IsActiveTraitor()
Example:
for k,v in pairs(player.GetAll()) do
if v:IsActiveTraitor() then
-- Ye loopception
for _s, in pairs(player.GetAll()) do
s:ChatPrint(v:Nick().." IS A TRAITOR!")
end
end
end
v:IsActiveTraitor()
thank you. that is what I was looking for.