Simbol already Defined?
#3

Its only here:
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 Float1x;
new Float1y;
new Float1z;
new Float2x;
new Float2y;
new Float2z;
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


Messages In This Thread
Simbol already Defined? - by Rickzor14 - 30.01.2010, 16:13
Re: Simbol already Defined? - by Joe Staff - 30.01.2010, 16:16
Re: Simbol already Defined? - by Rickzor14 - 30.01.2010, 16:18
Re: Simbol already Defined? - by Joe Staff - 30.01.2010, 16:20
Re: Simbol already Defined? - by Rickzor14 - 30.01.2010, 16:22
Re: Simbol already Defined? - by Joe Staff - 30.01.2010, 16:25
Re: Simbol already Defined? - by MadeMan - 30.01.2010, 17:43
Re: Simbol already Defined? - by Kinetic - 30.01.2010, 19:00

Forum Jump:


Users browsing this thread: 1 Guest(s)