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

