error - undefined symbol "i"
#1

Hello, I trying to resolve the error " undefined symbol i ", but with no luck.

Here's the code:

Код:
	else if(PlayerInfo[playerid][pHousekey] == i)
	{
		SetPlayerInterior(playerid,0);
	        SetPlayerToTeamColor(playerid);
		SetPlayerVirtualWorld(playerid,0);
		SetPlayerPos(playerid,HouseInfo[i][hEntrancex],HouseInfo[i][hEntrancey],HouseInfo[i][hEntrancez]);
		return 1;
	}
Thanks
Reply


Messages In This Thread
error - undefined symbol "i" - by FCRP - 30.04.2011, 09:28
Re: error - undefined symbol "i" - by Hornet600 - 30.04.2011, 09:45
Re: error - undefined symbol "i" - by FCRP - 30.04.2011, 09:50
Re: error - undefined symbol "i" - by Seven_of_Nine - 30.04.2011, 10:33
Re: error - undefined symbol "i" - by FCRP - 30.04.2011, 15:14
Re: error - undefined symbol "i" - by MadeMan - 30.04.2011, 15:37
Re: error - undefined symbol "i" - by FCRP - 30.04.2011, 16:19
Re: error - undefined symbol "i" - by FCRP - 01.05.2011, 08:58
Re: error - undefined symbol "i" - by MadeMan - 01.05.2011, 09:15

Forum Jump:


Users browsing this thread: 1 Guest(s)