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
#2

Try here: http://forum.sa-mp.com/forumdisplay.php?f=12

Reply
#3

Post this on http://forum.sa-mp.com/forumdisplay.php?f=12 (SCRIPTING HELP SECTION) Not Here, Because someone who can answer about scripting help will be just look on http://forum.sa-mp.com/forumdisplay.php?f=12 not here, just some of them so post it on the SCRIPTING HELP SECTION!
Reply
#4

totally necessary bump/10
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)