Help! Players on radar (mini-map)..
#1

Help me please.. how do to see players on radar (mini-map)
Help me please! thanks.
Excuse me Roman or English using ****** Translate
Reply
#2

You will need to use SetPlayeMarkers function.

https://sampwiki.blast.hk/wiki/ShowPlayerMarkers
Reply
#3

Quote:
Originally Posted by Grim_
Посмотреть сообщение
You will need to use SetPlayeMarkers function.

https://sampwiki.blast.hk/wiki/ShowPlayerMarkers
I did that but nothing ..
Reply
#4

Make sure you are using the appropriate mode to display the markers. Currently, there are three modes to choose from:

0. Off - Disables markers all together
1. Global - Shows everyone's markers to each player, regardless of position
2. Streamed - Shows only player's markers who are within your streamed area

An example of setting global markers would be like so:
pawn Код:
ShowPlayerMarkers( 1 );
Also make sure you are placing the function under the OnGameModeInit callback.
Reply
#5

Quote:
Originally Posted by Grim_
Посмотреть сообщение
Make sure you are using the appropriate mode to display the markers. Currently, there are three modes to choose from:

0. Off - Disables markers all together
1. Global - Shows everyone's markers to each player, regardless of position
2. Streamed - Shows only player's markers who are within your streamed area

An example of setting global markers would be like so:
pawn Код:
ShowPlayerMarkers( 1 );
Also make sure you are placing the function under the OnGameModeInit callback.
but nothing so I put
Reply
#6

You must be doing something wrong, or missing the whole point of what I'm trying to explain here. Please provide us with your OnGameModeInit callback.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)