--Assuming that you can see this i guess you know how to extract GMAs... --Since then i guess we should discuss how this functions first --We create a few functions hooked up with some gamemode hooks, Once they get called use the function --Now we shouldnt just use simple male sounds right? We want proper sounds and not females sounding male! Therfor we create a set of models in a table (as seen below) --Then during the sound function we check if the player's model matches any of those in the table, If it does use a different sound --If it doesnt match then use male sounds by default CreateConVar( "sv_hurtsounds", "1", { FCVAR_REPLICATED, FCVAR_NOTIFY } ) --Incase you find it annoying somehow you can always disable it with "sv_hurtsounds" --So if youve got any sexy custom models and want proper sounds you need to add a model entry in one of the below --For example "models/player/david_leatherhoff_goldsrc.mdl" --As you can see i left a few entries that you could edit out on for women, just insert the model name in them and voila! --But remember for every entry you MUST add a comma (,) if theres one more below or it will error! --So for example i have two custom models --"models/player/fat_girl.mdl", --"models/player/skinny_girl.mdl" --Noticed i had a comma in the first entry and none in the last? This tells it that theres one more entry infront --Now if you want custom sounds you will have to figure it out on your own or you may contact me --Drop a comment on http://steamcommunity.com/id/JackRalph and add me and ill help you out! --What models should create different sounds? --(You may edit these below) local women = { "models/player/group01/female_01.mdl", "models/player/group01/female_02.mdl", "models/player/group01/female_03.mdl", "models/player/group01/female_04.mdl", "models/player/group01/female_06.mdl", "models/player/group03/female_01.mdl", "models/player/group03/female_02.mdl", "models/player/group03/female_03.mdl", "models/player/group03/female_04.mdl", "models/player/group03/female_06.mdl", "models/player/group03m/female_01.mdl", "models/player/group03m/female_02.mdl", "models/player/group03m/female_03.mdl", "models/player/group03m/female_04.mdl", "models/player/group03m/female_05.mdl", "models/player/mossman.mdl", "models/player/p2_chell.mdl", "models/player/mossman_arctic.mdl", "