SetPlayerMapIcon or (Incognitos Streamer) CreateDynamicMapIcon works in windows but not linux?
#1

Hi all,
I have some icons that need creating on the map. (Yellow Dots) However i can only get them to work with a Windows Server.

Heres the code:

pawn Код:
for(new a; a < sizeof(pickups); a++)
{
    //SetPlayerMapIcon(playerid, a, pickups[a][fx], pickups[a][fy], pickups[a][fz], 56, 0);
    CreateDynamicMapIcon(pickups[a][fx], pickups[a][fy], pickups[a][fz], 56, -1, -1, -1, playerid, 100.0);
}
Streamer_Update(playerid);
As you can see, ive tried both ways, Yet nothing wants to work.

Im using an array for x, y, and z as you can see also.

Im using Incognitos streamer, i know that that works due to the fact all my objects and checkpoints work.

Has anyone had this error before? Or has anyone got a fix?

Thanks
Ash
Reply
#2

Sorry but "Bump", Any help out there?
Reply
#3

-Bump- Sorry - Anybody? - I feel lonely
Reply
#4

Ask in Incognito's topic.
Reply
#5

It does not work for samp's SetPlayerMapIcon either, which makes me think its not a bug with Incognitos Streamer (especially as it work with Incognitos Streamer in Windows, but not linux) - Same for SetPlayerMapIcon
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)