Problem ( 1 Error ) a compling..
#1

Код:
C:\Users\Martin\Desktop\cf samp\new\larp.pwn(43813) : error 021: symbol already defined: "NameTimer"
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


1 Error.
Help ?

Theres NewTimer code:
Код:
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)
						{
							if(PlayerInfo[q][pMaskuse] != 1)
	  					{
								ShowPlayerNameTagForPlayer(i,q,1);
							}
	  				}
						else
						{
							ShowPlayerNameTagForPlayer(i,q,0);
						}
          }
        }
      }
    }
	}
}
Source is LARP / Los Angeles RP
Reply


Messages In This Thread
Problem ( 1 Error ) a compling.. - by Typhome - 19.03.2009, 10:51
Re: Problem ( 1 Error ) a compling.. - by MenaceX^ - 19.03.2009, 10:53
Re: Problem ( 1 Error ) a compling.. - by Typhome - 19.03.2009, 10:54
Re: Problem ( 1 Error ) a compling.. - by MenaceX^ - 19.03.2009, 10:55
Re: Problem ( 1 Error ) a compling.. - by hazdog - 19.03.2009, 10:57
Re: Problem ( 1 Error ) a compling.. - by Typhome - 19.03.2009, 10:57
Re: Problem ( 1 Error ) a compling.. - by MenaceX^ - 19.03.2009, 10:58
Re: Problem ( 1 Error ) a compling.. - by Typhome - 19.03.2009, 10:59
Re: Problem ( 1 Error ) a compling.. - by Typhome - 19.03.2009, 11:15
Re: Problem ( 1 Error ) a compling.. - by mascii - 19.03.2009, 11:26

Forum Jump:


Users browsing this thread: 1 Guest(s)