Undefined symbol playerid
#1

This never happened to me before.

Quote:

public NewNames()
{
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 (NameOff[playerid] == 1)
{
ShowPlayerNameTagForPlayer(i,q,0);
}
}
else
{
ShowPlayerNameTagForPlayer(i,q,1);
}
}
}
}
}
}
}

Playerid is an undefined symbol
Reply


Messages In This Thread
Undefined symbol playerid - by FreeSoul - 17.05.2009, 08:04
Re: Undefined symbol playerid - by FUNExtreme - 17.05.2009, 08:08
Re: Undefined symbol playerid - by AiVAMAN - 17.05.2009, 08:08
Re: Undefined symbol playerid - by (Jeff) - 07.10.2009, 15:46
Re: Undefined symbol playerid - by dice7 - 07.10.2009, 15:48
Re: Undefined symbol playerid - by (Jeff) - 07.10.2009, 15:51
Re: Undefined symbol playerid - by (Jeff) - 07.10.2009, 16:12
Re: Undefined symbol playerid - by Virtual1ty - 07.10.2009, 16:20
Re: Undefined symbol playerid - by dice7 - 07.10.2009, 17:03

Forum Jump:


Users browsing this thread: 1 Guest(s)