17.06.2012, 08:35
Just check what number it is and insert Male or Female into the stats by a string?
There's no such thing however as to "GetPlayerSex".
pawn Код:
stock GetPlayerSex(sex)
{
return sex?"Male":"Female";
}// something along those lines