[Ajuda] GM COM ERROS
#1

PHP код:
C:\Users\Usuario\Desktop\SV\gamemodes\BPS.pwn(170) : warning 202number of arguments does not match definition
C
:\Users\Usuario\Desktop\SV\gamemodes\BPS.pwn(170) : warning 202number of arguments does not match definition
C
:\Users\Usuario\Desktop\SV\gamemodes\BPS.pwn(170) : warning 202number of arguments does not match definition
C
:\Users\Usuario\Desktop\SV\gamemodes\BPS.pwn(170) : warning 215expression has no effect
C
:\Users\Usuario\Desktop\SV\gamemodes\BPS.pwn(170) : warning 215expression has no effect
C
:\Users\Usuario\Desktop\SV\gamemodes\BPS.pwn(170) : warning 215expression has no effect
C
:\Users\Usuario\Desktop\SV\gamemodes\BPS.pwn(170) : error 001expected token";"but found ")"
C:\Users\Usuario\Desktop\SV\gamemodes\BPS.pwn(170) : error 029invalid expressionassumed zero
C
:\Users\Usuario\Desktop\SV\gamemodes\BPS.pwn(314) : error 017undefined symbol "cmdtext"
C:\Users\Usuario\Desktop\SV\gamemodes\BPS.pwn(316) : error 017undefined symbol "cmdtext"
C:\Users\Usuario\Desktop\SV\gamemodes\BPS.pwn(323) : error 017undefined symbol "cmdtext"
C:\Users\Usuario\Desktop\SV\gamemodes\BPS.pwn(327) : error 017undefined symbol "cmdtext"
C:\Users\Usuario\Desktop\SV\gamemodes\BPS.pwn(331) : error 010invalid function or declaration
Pawn compiler 3.2.3664              Copyright 
(c1997-2006ITB CompuPhase
7 Errors

PHP код:
if(dialogid == 6784)
          {
                        if(
response)
                        {
                                        
GetPlayerName(playeridNomesizeof(Nome));
                                        
format(Stringsizeof(String), CONTASNome);
                                        static 
Celula[300];
                                        
format(Celulasizeof(Celula),
                                        
"Sistema de Registro/Login com Recuperar Senha via Email - Sistema Criado Por Jonathan Feitosa\nVisite: www.********.com/GoHumorGTA\n\nSenha: %s\n\n\nContato Skype: jonathanfeitosajfs\nContato MSN: jonathan_feitosa@hotmail.com.br"DOF2::GetString(String,"Senha"));
/*170*/                                        SendMail(DOF2::GetString(String,"Email"), EmailServidorNomeServidor"JFS Projetos - Recuperar Minha Senha"Celula),
                                        
SendClientMessage(playerid, -1"Um Email com sua senha foi enviado para seu Email com sucesso.");
                                        
SendClientMessage(playerid, -1"PS: As Vezes Podem demorar cerca de no mбximo 5 minutos.");
                                        
Kick(playerid);
                        }
                        else
                        {
                                
SendClientMessage(playerid, -1"Vocк nгo quis Enviar um Email por isso foi kickado :)");
                            
Kick(playerid);
                        }
                        return 
true;
          } 
PHP код:
CMD:mudaremail(playeridparams[])
        {
/*314*/                if(strlen(cmdtext) == 11)
/*315*/                return SendClientMessage(playerid, -1"/mudaremail [EMAIL]");
/*316*/                 strdel(cmdtext011);
/*317*/
/*318*/                 
GetPlayerName(playeridNomesizeof(Nome));
/*319*/                 format(Stringsizeof(String), CONTASNome);
/*320*/
                
static Celula[128];
                
format(Celulasizeof(Celula),"[JFS Sistema de Registro] - Vocк Mudou seu Email de %s para %s !!"DOF2::GetString(String,"Email"), cmdtext);
                
SendClientMessage(playerid, -1Celula);
                
SendClientMessage(playerid, -1"Cuidado ! vocк deve verificar se estб certo ! pois poderб perder sua Conta.");
                
DOF2::SetString(String,"Email"cmdtext);
                 
DOF2::SaveFile();
        return 
true;
        }
    return 
false;

Reply


Messages In This Thread
GM COM ERROS - by JuniorTheDM - 28.06.2015, 20:40
Re: GM COM ERROS - by iTakelot - 28.06.2015, 20:43
Re: GM COM ERROS - by IgorLuiz - 28.06.2015, 20:45
Re: GM COM ERROS - by JuniorTheDM - 28.06.2015, 21:23
Re: GM COM ERROS - by LockedLucas - 28.06.2015, 21:30
Re: GM COM ERROS - by JuniorTheDM - 28.06.2015, 22:32
Re: GM COM ERROS - by LockedLucas - 28.06.2015, 23:48
Re: GM COM ERROS - by JuniorTheDM - 29.06.2015, 01:32
Re: GM COM ERROS - by LockedLucas - 29.06.2015, 12:00
Re: GM COM ERROS - by JuniorTheDM - 29.06.2015, 16:01

Forum Jump:


Users browsing this thread: 3 Guest(s)