Mapicon isn't streamed correctly
#1

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
Reply
#2

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)
Reply
#3

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.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)