[Help Request] Show players location on map.
#1

As title says, i need help with a script that will show the location of online players on the map.
its no necessary to be different colored for each faction, one single color for all players is good too.

i tried to search this script before making this thread, but i failed. (maybe because i dont know the exact name of the script)

so, if any of u got a link for this script, or can post the script, please do it :P

/thanks.
Reply
#2

under OnPlayerConnect(playerid)
add
pawn Код:
SetPlayerColor(playerid,0xff00ccff);
Reply
#3

ty for answer but,
not working...
Reply
#4

look at this picture
CLICK ME

This is what you want ? to see the players on the map as a square?
Reply
#5

yes.
Reply
#6

put this under OnGameModeinit
PHP код:
ShowPlayerMarkers(true); 
Reply
#7

Quote:
Originally Posted by vladi866
Посмотреть сообщение
put this under OnGameModeinit
PHP код:
ShowPlayerMarkers(true); 
this no work eather :/

btw, i guess i must put this inside the { } of (OnGameModeinit).
because if i dont, i get an error to pawno with "Dont Send"
Reply
#8

On
Somewhere must be

pawn Код:
ShowPlayerMarkers
Just search it and change like this
pawn Код:
ShowPlayerMarkers(1);
Reply
#9

Quote:
Originally Posted by eDz0r
Посмотреть сообщение
On
Somewhere must be

pawn Код:
ShowPlayerMarkers
Just search it and change like this
pawn Код:
ShowPlayerMarkers(1);

i had it like this
pawn Код:
//ShowPlayerMarkers(false);
and i made it like u said.
but also tried with this

pawn Код:
ShowPlayerMarkers(true);
and still nothing.
Reply
#10

anyone ?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)