Seeing other players 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: Seeing other players on map (
/showthread.php?tid=99552)
Seeing other players on map -
Luka P. - 28.09.2009
How to make to see other players on map? Mod Public Enemy No.1
Re: Seeing other players on map -
Correlli - 28.09.2009
What do you mean by "seeing other players on map"? By nametags, markers?
https://sampwiki.blast.hk/wiki/Main_Page
https://sampwiki.blast.hk/wiki/ShowNameTags
https://sampwiki.blast.hk/wiki/ShowPlayerMarkers
Re: Seeing other players on map -
Luka P. - 28.09.2009
markere,ma hoću da druge vidim na mapi znači na radaru a neznam kako,mod je pen, to sam nesto zbrljo
kuzis?
EDIT: I figure it out, I see there's ShowPlayerMarkers :P
Re: Seeing other players on map -
Sayaron - 28.09.2009
Use this
pawn Код:
public OnGameModeInit()
{
ShowPlayerMarkers(1);
Re: Seeing other players on map -
Luka P. - 28.09.2009
Quote:
Originally Posted by [LRP
Sayaron ]
pawn Код:
public OnGameModeInit() { ShowPlayerMarkers(1);
|
Ok,thanks
Re: Seeing other players on map -
Sayaron - 28.09.2009
No problem