[Ajuda] (symbol "ProcuradoNivel")
#1

pawn Код:
warning 235: public function lacks forward declaration (symbol "ProcuradoNivel")
pawn Код:
public ProcuradoNivel()

Cod Inteiro:

pawn Код:
public ProcuradoNivel()
{
    for(new i = 0; i < MAX_PLAYERS; i++)
    {
        if(IsPlayerConnected(i))
        {
            if(WantedPoints[i] >= 1)
            {
                WantedPoints[i] -= 1;
                SetPlayerWantedLevel(i, WantedPoints[i]);
                format(gstring, sizeof(gstring), "Nнvel De Procurado: %d", WantedPoints[i]);
                SendClientMessage(i, COLOR_YELLOW, gstring);
                SetPlayerChatBubble(i, ".", COLOR_RED, 1, 1);
            }
        }
    }
}

Help ?
Reply
#2

forward ProcuradoNivel();
Reply
#3

Ae Vlw
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)