I'm having trouble giving the player a 9mmAR with the game_player_equip.
Every other weapon seems to work fine with the game_player_equip, but the weapon_9mmAR will not equip for me.
The problem, best I can tell, is that the weapon_9mmAR entry in my game_player_equip is saved to the .rmf WITHOUT the "AR" capitalized as just "weapon_9mmar."
If I edit the compiled .BSP in a text editor and change the "ar" to "AR" then the weapon adds fine from the game_player_equip.
Does anyone know of a better workaround for this that is less hacky?