31.08.2012, 20:29
I do this code and it creates it for all the players...
So I do this but it doesn't change it.
how to make it show for playerid only?
Thanks
Код:
GPSIcons[playerid][slotid] = CreateDynamicMapIconEx(StoreInfo[b][EntryX],StoreInfo[b][EntryY],StoreInfo[b][EntryZ], icontype, 0, MAPICON_GLOBAL, 9999.0, { -1 }, { -1 });
Код:
Streamer_AppendArrayData(4, GPSIcons[playerid][slotid], E_STREAMER_PLAYER_ID, playerid);
Thanks