08.12.2016, 01:28
(
Последний раз редактировалось SukMathcuck; 08.12.2016 в 11:44.
)
Hello, I would like to know how can I loop? I did everything wrong.
PHP код:
enum pInfo2
{
pSenha,
pPersonagem1[80],
pPersonagem2[80],
pPersonagem3[80],
PlayerText:pTextDraws[18]
};
new Account[MAX_PLAYERS][pInfo2];
for (new i = 0; i < 19; i++)
{
DOF2_SetInt(arquivo, "TextDraws%s", i, Account[playerid][pTextDraws][i]);
}



TextDraw, as I do to increase add the lines correctly, nine in total...