I explained in detail what you need to do to get this menu with either only male or female models. It is easier than you might think. Go ahead and try it. Update the ModelInfo definition with mine and then add the Male/Femail enum below that. Then, replace:
Code:
g_eModels[i][Team] == iTeam
with
Code:
g_eModels[i][Sex] == Female
Now, with this code, it will show you only female options for models. Test this to make sure that it works. Then, we can update it to make it more complex to dynamically set whether you show male or female models.
Please post the new code with all your modifications completed the next time you post so that we can either help you fix it or help you move on to the next step (this is the Scripting Help section after all).
For us to help you with taking the next step, you're going to need to explain in detail how you want to decide if male or female models are shown to a player.
__________________