SA-MP Forums Archive
Mapicon isn't streamed correctly - 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)
+--- Thread: Mapicon isn't streamed correctly (/showthread.php?tid=387091)



Mapicon isn't streamed correctly - Danny - 23.10.2012

Hey,

Can someone give me a hand with this? I'm trying to fix this, but it seems nothing helps.

Код:
PlayerCheckIcon[playerid]=CreateDynamicMapIcon(x, y, z, 41, 0xFF0000FF, -1, -1, playerid, 60000.0);
I want this icon to display always, but it's only showing up when I come real close. In my script, it's used to make checkpoints more recognizable (since we have a red factioncolor and the checkpoint icon itself changed in 0.3e) so if it's only visible when I'm a few units away from it, it's useless.

Greetz,

Danny


Re: Mapicon isn't streamed correctly - Red_Dragon. - 23.10.2012

Two things: First, Try MapIcon using this
Second,
PHP код:
0MAPICON_LOCAL                Display in the player's local area
1: MAPICON_GLOBAL               Display always
2: MAPICON_LOCAL_CHECKPOINT     Display in the player'
s local area and has a checkpoint marker
3
MAPICON_GLOBAL_CHECKPOINT    Display always and has a checkpoint marker 
Choose one of these codes and put it in the last thing (It is the last parameter)


Re: Mapicon isn't streamed correctly - Danny - 23.10.2012

Quote:
Originally Posted by Red_Dragon.
Посмотреть сообщение
Two things: First, Try MapIcon using this
Second,
PHP код:
0MAPICON_LOCAL                Display in the player's local area
1: MAPICON_GLOBAL               Display always
2: MAPICON_LOCAL_CHECKPOINT     Display in the player'
s local area and has a checkpoint marker
3
MAPICON_GLOBAL_CHECKPOINT    Display always and has a checkpoint marker 
Choose one of these codes and put it in the last thing (It is the last parameter)
That doesn't work if you use Incognito's Streamer, you need to enter a streamrange. Only it seems to fail here.