0 Members and 1 Guest are viewing this topic.
You made me realise somehing though, when you join a game and get the weapons menu, you need to be forced to pick a gun for the first time.
Quote from: homerofgods on April 10, 2011, 05:56:04 pmYou made me realise somehing though, when you join a game and get the weapons menu, you need to be forced to pick a gun for the first time.f**king pacifists these days
Note:Toggle visibility of weaponsmenu for next respawn: Tab (actually weaponsmenu key) Add text which indicates change for next respawn (make sure it gets translated).
I gave it some thought (it was harder than I expected...), and managed to break it down into this:A weapon menu can be in one of these 3 states:state: ON- Show weapon menu after each time player dies.- Show weapon menu if it's in OFF or HIDDEN state.state: HIDDEN- Show weapon menu after each time player dies.- Hide weapon menu this one time, but still show it on next death.state: OFF- NEVER show it during the game, unless player toggles it to ON, or leaves and rejoins the server.How these states can be activated:~ Pressing a designated button: toggle menu between ON/OFF states.~ Clicking outside of weapon menu while it's ON: set the menu to HIDDEN state.Possible extra features:~ Player should not respawn until he has picked a weapon.~ An option to choose default state for weapon menu when joining a server (either ON or OFF (regardless of the choice, the menu will still be shown at least once, when player first joins a server)).