31.08.2012, 21:18
Alright, so you want to stream a Map Icon, but only for a single player...
The Native is:
So try: (I Just changed the last -1(everyone) to playerid assuming thats the playerid entry)
The Native is:
Код:
native CreateDynamicMapIcon(Float:x, Float:y, Float:z, type, color, worldid = -1, interiorid = -1, playerid = -1, Float:streamdistance = 100.0);
Код:
GPSIcons[playerid][slotid] = CreateDynamicMapIconEx(StoreInfo[b][EntryX],StoreInfo[b][EntryY],StoreInfo[b][EntryZ], icontype, 0, MAPICON_GLOBAL, 9999.0, { -1 }, { playerid });