Jump to content
  • 0

Dc imi da eroarea asta


SteRiO

Question

imi da erorile :E:\TOT\Íîâàÿ ïàïêà\gafadas\gamemodes\GamesLux2.0.pwn(9028) : error 017: undefined symbol "i"

E:\TOT\Íîâàÿ ïàïêà\gafadas\gamemodes\GamesLux2.0.pwn(9037) : error 017: undefined symbol "i"

[pawn] if(dialogid == 1244)

{

    if(response)

    {

if (gPlayerAccount[playerid] != 0)

{

                    new playersip[24];

        GetPlayerIp(i,playersip, sizeof(playersip));

gPlayerAccount[playerid] = 1;

new loginstring[128];

new loginname[64];

SCM(playerid, COLOR_GREY, " ");

SCM(playerid, COLOR_GREY, " ");

if(IsPlayerNPC(playerid)) return 1;

GetPlayerName(playerid,loginname,sizeof(loginname));

    format(loginstring,sizeof(loginstring),""wh"Bine ai venit, {6790BE}%s"wh" .Tasteaza parola pentru a te loga:\n\n"wh"IP-ul tau: "color_yellow"%s",loginname,playersip);

    ShowPlayerDialog(i,12346,DIALOG_STYLE_INPUT,"Login",loginstring,"Login","Exit");

}[/pawn]

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

[pawn]if(dialogid == 1244)

{

    if(response)

    {

if (gPlayerAccount[playerid] != 0)

{

    for(new i=0; i<MAX_PLAYERS; i++)

    {

            new playersip[24];

GetPlayerIp(i,playersip, sizeof(playersip));

gPlayerAccount[playerid] = 1;

new loginstring[128];

new loginname[64];

SCM(playerid, COLOR_GREY, " ");

SCM(playerid, COLOR_GREY, " ");

if(IsPlayerNPC(playerid)) return 1;

GetPlayerName(playerid,loginname,sizeof(loginname));

    format(loginstring,sizeof(loginstring),""wh"Bine ai venit, {6790BE}%s"wh" .Tasteaza parola pentru a te loga:\n\n"wh"IP-ul tau: "color_yellow"%s",loginname,playersip);

    ShowPlayerDialog(i,12346,DIALOG_STYLE_INPUT,"Login",loginstring,"Login","Exit");

}

}[/pawn]

gXvsYS
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.