- 0
Dc imi da eroarea asta
-
Similar Content
-
Recently Browsing 0 members
- No registered users viewing this page.
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.
Question
SteRiO
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]
1 answer to this question
Recommended Posts