podem me ajudar com error -
caiomali06 - 27.09.2016
ERROS:
: error 037: invalid string (possibly non-terminated string)
: error 017: undefined symbol "FFFFFF":\GameMod - FB [ATT]\gamemodes\FB.pwn(11225) : warning 217: loose indentation
: error 017: undefined symbol "Seja"
: fatal error 107: too many error messages on one line
CODIGO:
case DIALOG_LOGIN:
{
if(dialogid == DIALOG_LOGIN)
{
if(response)
{
new String[500];
if(!strlen(inputtext))
{
format(String, sizeof(String), "{FFFFFF} Seja bem vindo novamente ao Servidor \n\n\
- Seu Nick: {0000FF}%s \n\n\
{
Digite sua senha e cliquem em Continuar!", GetPlayerName(playerid));
ShowPlayerDialog(playerid, DIALOG_LOGIN, DIALOG_STYLE_PASSWORD, "{FFFFFF} Acessando sua Conta", String, "Continuar", "Sair");
Player[playerid][pMaxTentativas] --;
format(String,128, "[ERRO] Vocк errou a senha de seguranзa, ainda tem %d tentativas.", Player[playerid][pMaxTentativas]);
SCM(playerid, COR_ERRO, String);
return 1;
}
Re: podem me ajudar com error -
MBJ - 27.09.2016
PHP код:
case DIALOG_LOGIN:
{
if(response)
{
new String[500];
if(!strlen(inputtext))
{
format(String, sizeof(String), "{FFFFFF} Seja bem vindo novamente ao Servidor \n\n- Seu Nick:{0000FF}%s\n\nDigite sua senha e cliquem em Continuar!", GetPlayerName(playerid));
ShowPlayerDialog(playerid, DIALOG_LOGIN, DIALOG_STYLE_PASSWORD, "{FFFFFF} Acessando sua Conta", String, "Continuar", "Sair");
Player[playerid][pMaxTentativas]--;
format(String,128, "[ERRO] Vocк errou a senha de seguranзa, ainda tem %d tentativas.", Player[playerid][pMaxTentativas]);
SCM(playerid, COR_ERRO, String);
return 1;
}
}
}