Map Icon issue.
#1

I'm trying to make a home system, but only the first one shows the map icons for some reason.
Код:
for(new i; i < MAX_EV; i++)
{
	if(evInfo[i][ev_durum] == 1)
	{
		SetPlayerMapIcon(i, evInfo[i][ev_id], evInfo[i][ev_pos][0],evInfo[i][ev_pos][1],evInfo[i][ev_pos][2], 32, 0);
	}else{
      		SetPlayerMapIcon(i, evInfo[i][ev_id], evInfo[i][ev_pos][0],evInfo[i][ev_pos][1],evInfo[i][ev_pos][2], 31, 0);
	}
}
They encode. "i" instead of the problem goes away, but if I do playerid "i" should be. Help Please
Reply


Messages In This Thread
Map Icon issue. - by Nimrodcame - 17.05.2013, 14:26
Re: Map Icon issue. - by Potassium - 18.05.2013, 03:57
Re: Map Icon issue. - by DouglasRamirez - 21.05.2013, 13:22
Re: Map Icon issue. - by Potassium - 21.05.2013, 15:09

Forum Jump:


Users browsing this thread: 1 Guest(s)