When I choose a team and a class I die and what happens? I become a spectator and I can't go play again.
Can anyone tell me why? I haven't done anything to fretta nor modified anything important.
Just the spectator GM variables:
[lua]
GM.AllowSpectating = false
GM.CanOnlySpectateOwnTeam = true
GM.ValidSpectatorModes = { OBS_MODE_CHASE, OBS_MODE_IN_EYE, OBS_MODE_ROAMING }
GM.ValidSpectatorEntities = { "player" }
[/lua]
look for this:
[lua]GM.RoundEndsWhenOneTeamAlive = true[/lua]
change it to false so you can respawn when you die
Sorry, you need to Log In to post a reply to this thread.