[Ajuda] ERROS
#7

Deu vбrias , warning 235: public function lacks forward declarati. tava olhando tem uma public chamada VerificadoPCPref, que e chamada em outra public, sу que a public VerificadoPCPref ta abaixo da que й chamada tem algum problema?
PHP код:
BalaoPCPref(playeridavisobalao[], tempo){
        if(
PlayerInfo[playerid][pTimerBalao] != -1){
            
KillTimer(PlayerInfo[playerid][pTimerBalao]);
        }
        
PlayerInfo[playerid][pTimerBalao] = SetTimerEx("UpdateBalaoPCPref"tempo0"i"playerid);
        
PlayerTextDrawSetString(playeridbalaoAviso[playerid], avisobalao);
        
PlayerTextDrawShow(playeridbalaoAviso[playerid]);
        return 
0;
    }
PLRP::UpdateBalaoPCPref(playerid)
    {
        if(
PlayerInfo[playerid][pTimerBalao] != -1)
        {
            
PlayerInfo[playerid][pTimerBalao] = -1;
        }
         
CarregandoPCPref[playerid]++;
         new 
_s[40], string[40];
         
_s[0] = EOS;
         
strcat(_s"~y~Carregando:~n~~w~");
        for(new 
ve 0;ve CarregandoPCPref[playerid]; ve++)
        {
            
strcat(_s"-");
        }
        
format(stringsizeof string" %d0%"CarregandoPCPref[playerid]);
        
strcat(_sstring);
         if(
CarregandoPCPref[playerid] > 10)
         {
             if(!
PlayerToPoint(1playerid361.9699,169.5079,1025.7890))
            {
                 return 
SendClientMessage(playeridCOLOR_GRAD2"Voce precisa estar na maleta para Ler os Arquivos.");
             }
             
PlayerTextDrawHide(playeridbalaoAviso[playerid]);
             return 
VerificadoPCPref(playerid);
         }
        return 
BalaoPCPref(playerid_s3000);
    } 
Reply


Messages In This Thread
ERROS - by Freak@ - 03.05.2017, 02:05
Re: ERROS - by ViniBorn - 03.05.2017, 03:05
Re: ERROS - by Freak@ - 03.05.2017, 03:34
Re: ERROS - by CZ - 03.05.2017, 03:54
Re: ERROS - by Freak@ - 03.05.2017, 04:03
Re: ERROS - by CZ - 03.05.2017, 04:18
Re: ERROS - by Freak@ - 03.05.2017, 13:16

Forum Jump:


Users browsing this thread: 1 Guest(s)