Map icons problem..
#8

Quote:
Originally Posted by dundolina
Посмотреть сообщение
Where to add the "1."?
And what to remove i dont understand..
I've gave you ready to launch lines, just replace your mapicons positions in my code.

Put it in OnGameModeInit, under createdynamicmapicon lines:

Код:
for(new i=1; i<28; i++)
	{
		Streamer_SetIntData(STREAMER_TYPE_MAP_ICON, i, E_STREAMER_STYLE, 1);
	}
And in OnPlayerSpawn make mapicon visible for player:

Streamer_AppendArrayData(STREAMER_TYPE_MAP_ICON, mapicon, E_STREAMER_PLAYER_ID, playerid);
Reply


Messages In This Thread
Map icons problem.. - by dundolina - 24.11.2014, 12:07
Re: Map icons problem.. - by Sawalha - 24.11.2014, 12:09
Re: Map icons problem.. - by dundolina - 24.11.2014, 12:11
Re: Map icons problem.. - by Rdx - 24.11.2014, 14:28
Re: Map icons problem.. - by dundolina - 24.11.2014, 14:50
Re: Map icons problem.. - by Rdx - 24.11.2014, 14:57
Re: Map icons problem.. - by dundolina - 24.11.2014, 15:03
Re: Map icons problem.. - by Rdx - 24.11.2014, 15:20
Re: Map icons problem.. - by dundolina - 24.11.2014, 15:32
Re: Map icons problem.. - by dundolina - 24.11.2014, 18:55

Forum Jump:


Users browsing this thread: 1 Guest(s)