SA-MP Forums Archive
[HELP]How i can make players to show on map - 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: [HELP]How i can make players to show on map (/showthread.php?tid=212114)



[HELP]How i can make players to show on map - lecosu - 16.01.2011

How i can make players to show on map Raven's Roleplay 0.3c ?
I have read this tutorial
https://sampwiki.blast.hk/wiki/SetPlayerMarkerForPlayer

is someone can help me please leave a reply here

thankyou !


Re: [HELP]How i can make players to show on map - Franck_ - 16.01.2011

pawn Код:
ShowPlayerMarkers(Mode)
Modes:

0 - Dosen't shows
1 - It does Shows
2 - Shows only when someone is near to somebody else.



Re: [HELP]How i can make players to show on map - ExeC - 16.01.2011

Under 'OnGameModeInit',

pawn Код:
ShowPlayerMarkers(1);

Quote:
Originally Posted by Franck_
Посмотреть сообщение
pawn Код:
ShowPlayerMarkers(Mode)
Modes:

0 - Dosen't shows
1 - It does Shows
2 - Shows only when someone is near to somebody else.
Yea, exactly... You were faster :P


Re: [HELP]How i can make players to show on map - lecosu - 16.01.2011

delete me


Re: [HELP]How i can make players to show on map - lecosu - 16.01.2011

I alredy have this line on OnGameModeInit
Код:
ShowPlayerMarkers(1);
and is not work


Re: [HELP]How i can make players to show on map - Typhome - 16.01.2011

Press Ctrl + F and find "ShowPlayerMarkers", be sure, isn't theres more than 1.


Re: [HELP]How i can make players to show on map - ExeC - 16.01.2011

Quote:
Originally Posted by lecosu
Посмотреть сообщение
i alredy have this line on pwn
Код:
ShowPlayerMarkers(2);
and is not work
Under 'OnGameModeInit', and change it to 1, because 2 is just showing if you are close the the player.


Re: [HELP]How i can make players to show on map - lecosu - 16.01.2011

i change 1 and is not work agane..


Re: [HELP]How i can make players to show on map - Niki... - 16.01.2011

On this ShowPlayerMarkers(2); add before it // and in (2) change (false) so should look like this
//ShowPlayerMarkers(false);


Re: [HELP]How i can make players to show on map - lecosu - 16.01.2011

i change in //ShowPlayerMarkers(false);
and agane is not working



EDIT: Well someone know how to fix ? i say agane i use GameMode Raven's Roleplay 0.3c