How to make this array to store strings?
#5

My challenge is:
Код:
new PlayerTexts[MAX_PLAYERS][1000];
...
for(new i=0; i<mysql_num_rows(); i++)
{
      mysql_fetch_field_row(fetch, Choosen_Row);
      PlayerTexts[playerid][i] = fetch;
}
...
SendClientMessage(playerid, -1, PlayerTexts[playerid][0]);
..or..
ShowPlayerDialog(playerid, 101, DIALOG_STYLE_PASSWORD, PlayerTexts[playerid][0], PlayerTexts[playerid][1], PlayerTexts[playerid][2], "");
Reply


Messages In This Thread
How to make this array to store strings? - by Stuneris - 22.11.2014, 20:01
Re: How to make this array to store strings? - by Simeon87 - 22.11.2014, 20:15
Re: How to make this array to store strings? - by Stuneris - 22.11.2014, 20:17
Re: How to make this array to store strings? - by Simeon87 - 22.11.2014, 20:29
Re: How to make this array to store strings? - by Stuneris - 22.11.2014, 20:37
Re: How to make this array to store strings? - by Crayder - 22.11.2014, 20:47
Re: How to make this array to store strings? - by Stuneris - 22.11.2014, 20:52
Re: How to make this array to store strings? - by Crayder - 22.11.2014, 21:05
Re: How to make this array to store strings? - by Stuneris - 22.11.2014, 21:17
Re: How to make this array to store strings? - by sammp - 22.11.2014, 21:29

Forum Jump:


Users browsing this thread: 1 Guest(s)