Originally posted by MrMoan
Ok so this is nooby to ask but i come to ngu for help
the 1st thing is how do i make it so i can open my menu after the game ends?
2nd is how do i add host protection from aimbots
like so i dont get rekted by someone spamming it in my lobby
thanks as always
To open menu after the game ends you remove the
level endon("game_ended"); from where it monitors the binds
To make the aimbot not kill the host depends on what aimbot you use. If you have an aimbot with
if(player == self || !isAlive(player) || level.teamBased &&.. ++ then you add
|| player isHost() to that "if"