SA-MP Forums Archive
Players on the 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: Players on the map (/showthread.php?tid=81271)



Players on the map - VIP-Jeff - 09.06.2009

Hi Guys!

I'm using LARP as Roleplay server.
But my question is now. How can i get to see players on the map?
Because, we don't know where they are if the are in the server.

Can someone help me with this?

Jeff


Re: Players on the map - Correlli - 09.06.2009

Enable it by using this:
pawn Код:
ShowPlayerMarkers(1);
at OnGameModeInit callback. But you probably already have this in your OnGameModeInit, just change 0 to 1.


Re: Players on the map - VIP-Jeff - 09.06.2009

Ok.. And than i see the things on the map?:P


Re: Players on the map - Correlli - 09.06.2009

Quote:
Originally Posted by VIP-Jeff
Ok.. And than i see the things on the map?:P
Then you'll see player markers.


Re: Players on the map - VIP-Jeff - 09.06.2009

Quote:
Originally Posted by Don Correlli
Quote:
Originally Posted by VIP-Jeff
Ok.. And than i see the things on the map?:P
Then you'll see player markers.
Alright.. I don't know where to place it :P


Re: Players on the map - Correlli - 09.06.2009

Quote:
Originally Posted by Don Correlli
at OnGameModeInit callback. But you probably already have this in your OnGameModeInit, just change 0 to 1.



Re: Players on the map - VIP-Jeff - 09.06.2009

Alright, thanks. I'm gonna try it