[Ajuda] podem me ajudar com error
#1

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;
}
Reply
#2

PHP код:
case DIALOG_LOGIN:
{
    if(
response)
    {
        new 
String[500];
        if(!
strlen(inputtext))
        {
            
format(Stringsizeof(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(playeridDIALOG_LOGINDIALOG_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(playeridCOR_ERROString);
            return 
1;
        }
    }

Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)