Erro NameTimergm
#1

Ai galera, toda vez que vo mecher em um gm, da erro nisso, entao acho que nao й mais parte noob minha e sim, talvez uma falta de include sei la, dissram que podia ser, porque nem mexi nisso ai, entao acho estranho sempre dar isso. Das outras veses eu apaguei nametimergm e funfo, mais tem que sair apagando um monte de coisa, e nem acho que isso seja bom

Vo fazer o topico para que eu possa aprender arrumar isso quando der .. forma de estudo

entao se alguem puder ajudar ai valeu

Код:
C:\Users\Xpectro\Documents\Meus arquivos\Servidor\Servidor v0.3b\gamemodes\gm.0.pwn(45449) : error 017: undefined symbol "GetPointDistanceToPointExMorph"
Pawn compiler 3.2.3664              Copyright © 1997-2006, ITB CompuPhase


1 Error.

Linha: if(GetPointDistanceToPointExMorph(p1x,p1y,p1z,p2x,p2y,p2z) < pdistance)

Cod inteiro: public NameTimerGM()
{
    for(new i = 0;i < MAX_PLAYERS;i++)
     {
         if(IsPlayerConnected(i))
         {
             for(new q = 0;q < MAX_PLAYERS;q++)
             {
                if(IsPlayerConnected(q))
                {
                     new Float:p1x;
                    new Float:p1y;
                    new Float:p1z;
                    new Float:p2x;
                    new Float:p2y;
                    new Float:p2z;
                    if(IsPlayerConnected(i) && IsPlayerConnected(q))
                    {
                        GetPlayerPos(i,p1x,p1y,p1z);
                        GetPlayerPos(q,p2x,p2y,p2z);
                        if(GetPointDistanceToPointExMorph(p1x,p1y,p1z,p2x,p2y,p2z) < pdistance)
                        {
                            if(PlayerInfo[q][pMaskuse] != 1)
                            {
                                ShowPlayerNameTagForPlayer(i,q,1);
                            }
                        }
                        else
                        {
                            ShowPlayerNameTagForPlayer(i,q,0);
                        }
                    }
                }
            }
        }
    }
}
Reply
#2

Procura por isso se tiver NameTimer,adicione o GM();
Topo Game Mode!
pawn Код:
new NameTimerGM();
Reply
#3

pelo jeito deu certo u.u'
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)