10.02.2010, 15:14
Edit your array to:
And, when you want to set the gender, do:
Very simple
Код:
AccountInfo[playerid][Gender][7];
Код:
format(AccountInfo[playerid][Gender],sizeof(AccountInfo[playerid][Gender]),"Male");