Help with /enter.
#3

when you call this line:
Quote:

if(IsPlayerInRangeOfPoint(playerid, 5.0, FactionIntX[factionid],FactionIntY[factionid],FactionIntZ[factionid]))

factionid is not define

Use:
Quote:

new i = 0;
while(i<sizeof(FactionInt)
{
if(IsPlayerInRangeOfPoint(playerid, 5.0, FactionEntX[i], FactionEntY[i],FactionEntZ[i]))
{
SetPlayerPos(playerid, FactionIntX[i],FactionIntY[i],FactionIntZ[i]);
SetPlayerInterior(playerid, FactionInt[i]);
SetPlayerVirtualWorld(playerid, 0);
}
i++;
}

Reply


Messages In This Thread
Help with /enter. - by Dokins - 14.09.2011, 19:48
Re: Help with /enter. - by scottyishere - 14.09.2011, 20:24
Re: Help with /enter. - by rt-2 - 14.09.2011, 20:28
Re: Help with /enter. - by Dokins - 14.09.2011, 20:31
Re: Help with /enter. - by scottyishere - 14.09.2011, 20:35
Re: Help with /enter. - by Dokins - 14.09.2011, 20:38
Re: Help with /enter. - by Dokins - 14.09.2011, 20:43
Re: Help with /enter. - by scottyishere - 14.09.2011, 20:47
Re: Help with /enter. - by Dokins - 14.09.2011, 20:49

Forum Jump:


Users browsing this thread: 1 Guest(s)