How would i save it as a Message and not a number
#2

Edit your array to:

Код:
AccountInfo[playerid][Gender][7];
And, when you want to set the gender, do:

Код:
format(AccountInfo[playerid][Gender],sizeof(AccountInfo[playerid][Gender]),"Male");
Very simple
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)