07.12.2014, 10:25
hi i have probleme please help
C:\Users\Sybinfo 56\Desktop\samp\gamemodes\URP.pwn(126) : error 001: expected token: "-string end-", but found "-identifier-"
C:\Users\Sybinfo 56\Desktop\samp\gamemodes\URP.pwn(126) : warning 215: expression has no effect
C:\Users\Sybinfo 56\Desktop\samp\gamemodes\URP.pwn(126) : error 001: expected token: ";", but found "-string-"
C:\Users\Sybinfo 56\Desktop\samp\gamemodes\URP.pwn(126) : warning 215: expression has no effect
C:\Users\Sybinfo 56\Desktop\samp\gamemodes\URP.pwn(126) : error 001: expected token: "-string end-", but found "-identifier-"
C:\Users\Sybinfo 56\Desktop\samp\gamemodes\URP.pwn(126) : fatal error 107: too many error messages on one line
public OnPlayerConnect(playerid)
{
if(fexist(UserPath(playerid)))
{
INI_ParseFile(UserPath(playerid), "LoadUser_%s", .bExtra = true, .extra = playerid);
error here ------->ShowPlayerDialog(playerid, DIALOG_LOGIN, DIALOG_STYLE_INPUT,""COLOR_WHITE"Login",""COLOR_WH ITE"Type your password below to login.","Login","Quit");
}
}
}
else
{
ShowPlayerDialog(playerid, DIALOG_REGISTER, DIALOG_STYLE_INPUT,""WHITE"Registering...",""WHITE "Type your password below to register a new account.","Register","Quit");
}
return 1;
}
C:\Users\Sybinfo 56\Desktop\samp\gamemodes\URP.pwn(126) : error 001: expected token: "-string end-", but found "-identifier-"
C:\Users\Sybinfo 56\Desktop\samp\gamemodes\URP.pwn(126) : warning 215: expression has no effect
C:\Users\Sybinfo 56\Desktop\samp\gamemodes\URP.pwn(126) : error 001: expected token: ";", but found "-string-"
C:\Users\Sybinfo 56\Desktop\samp\gamemodes\URP.pwn(126) : warning 215: expression has no effect
C:\Users\Sybinfo 56\Desktop\samp\gamemodes\URP.pwn(126) : error 001: expected token: "-string end-", but found "-identifier-"
C:\Users\Sybinfo 56\Desktop\samp\gamemodes\URP.pwn(126) : fatal error 107: too many error messages on one line
public OnPlayerConnect(playerid)
{
if(fexist(UserPath(playerid)))
{
INI_ParseFile(UserPath(playerid), "LoadUser_%s", .bExtra = true, .extra = playerid);
error here ------->ShowPlayerDialog(playerid, DIALOG_LOGIN, DIALOG_STYLE_INPUT,""COLOR_WHITE"Login",""COLOR_WH ITE"Type your password below to login.","Login","Quit");
}
}
}
else
{
ShowPlayerDialog(playerid, DIALOG_REGISTER, DIALOG_STYLE_INPUT,""WHITE"Registering...",""WHITE "Type your password below to register a new account.","Register","Quit");
}
return 1;
}