SA-MP Forums Archive
Please Help me - 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: Please Help me (/showthread.php?tid=310857)



Please Help me - [SLA]devon_R - 14.01.2012

How can i make players show on the Mini Map Radar?

I tryed removeing the ShowPlayerMarkers() but it did not work..

can someone please help me!?


Re: Please Help me - jamesbond007 - 14.01.2012

which gamemode are you editing now ? -.-


Re: Please Help me - [SLA]devon_R - 14.01.2012

Ravens Roleplay, its a big edit


Re: Please Help me - rati555 - 14.01.2012

you can use https://sampwiki.blast.hk/wiki/SetPlayerColor


Re: Please Help me - [SLA]devon_R - 14.01.2012

Quote:
Originally Posted by rati555
Посмотреть сообщение
this did not work


Re: Please Help me - ScriptJorkis - 14.01.2012

try

pawn Код:
ShowPlayerMakers(true);



Re: Please Help me - Mean - 14.01.2012

Quote:
Originally Posted by ScriptJorkis
Посмотреть сообщение
try

pawn Код:
ShowPlayerMakers(true);
Quote:

PLAYER_MARKERS_MODE_OFF (0)
PLAYER_MARKERS_MODE_GLOBAL (1)
PLAYER_MARKERS_MODE_STREAMED (2)

therefore, it's

pawn Код:
ShowPlayerMakers(1);
Add that to OnGameModeInit.


Re: Please Help me - [SLA]devon_R - 14.01.2012

kkkk