problem with undefined
#1

stock getPlayerLandID(playerid)
{
for(int<<<< i get the error here i = 0; i < MAX_LANDS; i++)
if(landInfo[i][lCreated])
if(IsPlayerInRangeOfPoint(playerid, LAND_RANGE, landInfo[i][lIconX], landInfo[i][lIconY], landInfo[i][lIconZ]))
return i;
return INVALID_LAND_ID;
}

says its undefined int
Reply


Messages In This Thread
problem with undefined - by IggyKlipz - 05.06.2017, 23:43
Re: problem with undefined - by Toroi - 05.06.2017, 23:58
Re: problem with undefined - by IggyKlipz - 06.06.2017, 00:08
Re: problem with undefined - by Toroi - 06.06.2017, 00:10
Re: problem with undefined - by IggyKlipz - 06.06.2017, 00:14

Forum Jump:


Users browsing this thread: 1 Guest(s)