[HELP] People marker at the little map
#1

I want to see everyones marker on the little map , what need i to do?
Reply
#2

pawn Код:
ShowPlayerMarkers(true);
Reply
#3

Quote:
Originally Posted by еddy
pawn Код:
ShowPlayerMarkers(true);
where need i put it , ongamemodeinit?
Reply
#4

Yeah.
Reply
#5

Quote:
Originally Posted by еddy
pawn Код:
ShowPlayerMarkers(true);
Dont works , Someone other thing?
Reply
#6

Show me your OnGameModeInit. You possilbly did something wrong.
Reply
#7

Quote:
Originally Posted by еddy
pawn Код:
ShowPlayerMarkers(true);
I don't think true/false work?

Try

pawn Код:
ShowPlayerMarkers(1);
Reply
#8

Quote:
Originally Posted by Sneaky.
I don't think true/false work?
It works for me.
Reply
#9

Quote:
Originally Posted by еddy
Quote:
Originally Posted by Sneaky.
I don't think true/false work?
It works for me.
Ok I thought you could only do 1/0 anyways @ baxi, you need it like this:

pawn Код:
public OnGameModeInit()
{
  ShowPlayerMarkers(1);
  return 1;
}
Understood?
Reply
#10

Quote:
Originally Posted by Sneaky.
Quote:
Originally Posted by еddy
Quote:
Originally Posted by Sneaky.
I don't think true/false work?
It works for me.
Ok I thought you could only do 1/0 anyways @ baxi, you need it like this:

pawn Код:
public OnGameModeInit()
{
  ShowPlayerMarkers(1);
  return 1;
}
Understood?
Works not
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)