02-22-2013, 12:04 AM
so i should do something like this:
1 2 3 4 5 6 7 | function OnExecuteCommand(Player, Command) if Auth[Player:GetName()] == false then if Command ~= "/login" then return true end end end |