stock CheckSex(playerid){ new atext[5]; switch (PlayerInfo[playerid][pSex]) { case 1: atext = "his"; case 2: atext = "her"; } return atext;}