Ayuda con йste error
#1

Код:
C:\Program Files\Rockstar Games\GTA San Andreas\gamemodes\savegmunico.pwn(30563) : error 021: symbol already defined: "NameTimer"
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


1 Error.
Lнneas del error:

pawn Код:
public NameTimer()
{
    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)
                        {
                                ShowPlayerNameTagForPlayer(i,q,1);
                        }
                    }
                }
            }
        }
    }
}
Reply


Messages In This Thread
Ayuda con йste error - by Glimma - 09.06.2012, 18:36
Respuesta: Ayuda con йste error - by El Bardo - 09.06.2012, 18:39
Respuesta: Ayuda con йste error - by Glimma - 09.06.2012, 18:42
Respuesta: Ayuda con йste error - by El Bardo - 09.06.2012, 18:46
Respuesta: Ayuda con йste error - by TiNcH010 - 09.06.2012, 18:47
Respuesta: Ayuda con йste error - by Glimma - 09.06.2012, 18:48
Respuesta: Ayuda con йste error - by El Bardo - 09.06.2012, 18:51
Respuesta: Ayuda con йste error - by TiNcH010 - 09.06.2012, 18:52

Forum Jump:


Users browsing this thread: 1 Guest(s)