SetPlayerMapIcon or (Incognitos Streamer) CreateDynamicMapIcon works in windows but not linux? - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: SetPlayerMapIcon or (Incognitos Streamer) CreateDynamicMapIcon works in windows but not linux? (
/showthread.php?tid=180629)
SetPlayerMapIcon or (Incognitos Streamer) CreateDynamicMapIcon works in windows but not linux? -
Ash. - 02.10.2010
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
Re: SetPlayerMapIcon or (Incognitos Streamer) CreateDynamicMapIcon works in windows but not linux? -
Ash. - 02.10.2010
Sorry but "Bump", Any help out there?
Re: SetPlayerMapIcon or (Incognitos Streamer) CreateDynamicMapIcon works in windows but not linux? -
Ash. - 02.10.2010
-Bump- Sorry - Anybody? - I feel lonely
Re: SetPlayerMapIcon or (Incognitos Streamer) CreateDynamicMapIcon works in windows but not linux? -
Miguel - 02.10.2010
Ask in Incognito's topic.
Re: SetPlayerMapIcon or (Incognitos Streamer) CreateDynamicMapIcon works in windows but not linux? -
Ash. - 02.10.2010
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