how can i make a function return false?
such as ephud.load() = false
so that i can make it so Spectators dont see it in my gamemode?
such as:
[lua]
if ply:Team() == 3 then
if ephud.load()
then return false
end
end
[/lua]
PS: Team 3 = spectator.