Map irritating object
#1

How can I delete this certain object from the map ?
So that no one will be able to see each others location .
Reply
#2

Put this under OnGameModeInit()

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

Quote:
Originally Posted by JamesC
Посмотреть сообщение
Put this under OnGameModeInit()

pawn Код:
ShowPlayerMarkers(0);
No, that will also remove the name-tag that appears above a players head!

Use this: RemovePlayerMapIcon();
Reply
#4

Quote:
Originally Posted by RealCop228
Посмотреть сообщение
No, that will also remove the name-tag that appears above a players head!

Use this: RemovePlayerMapIcon();
Im afraid you are incorrect.
Reply
#5

Quote:
Originally Posted by RealCop228
Посмотреть сообщение
No, that will also remove the name-tag that appears above a players head!

Use this: RemovePlayerMapIcon();
Wrong. Player markers, not map icons.
Reply
#6

So
RemovePlayermarkers();
?
Reply
#7

Quote:
Originally Posted by Scriptissue
Посмотреть сообщение
So
RemovePlayermarkers();
?
Seems so
As James said

Код:
ShowPlayerMarkers(0);
Reply
#8

Quote:
Originally Posted by Kyosaur
Посмотреть сообщение
Im afraid you are incorrect.
I'm half right, yet half wrong. Anyways, I mixed up the functions in my head. Sorry...
Reply
#9

Quote:
Originally Posted by Scriptissue
Посмотреть сообщение
So
RemovePlayermarkers();
?
Use

Код:
ShowPlayerMarkers(0);
Quote:
Originally Posted by RealCop228
Посмотреть сообщение
I'm half right, yet half wrong. Anyways, I mixed up the functions in my head. Sorry...
Hmmm no, you were flat out wrong on both statements lol, but people make mistakes :P.


EDIT: I think that made me sound like an asshole, which wasnt my intent. RemovePlayerMapIcon removes a previously set mapicon for the specified players, and ShowPlayerMarkers(0) just removes the blips on the map (doesnt remove the name tags). Im telling you so you dont make any future mistakes with them (as your last post sounded like there was still some confusion).
Reply
#10

Quote:
Originally Posted by Kyosaur
Посмотреть сообщение
Use

Код:
ShowPlayerMarkers(0);

Hmmm no, you were flat out wrong on both statements lol, but people make mistakes :P.


EDIT: I think that made me sound like an asshole, which wasnt my intent. RemovePlayerMapIcon removes a previously set mapicon for the specified players, and ShowPlayerMarkers(0) just removes the blips on the map (doesnt remove the name tags). Im telling you so you dont make any future mistakes with them (as your last post sounded like there was still some confusion).
I just double checked my script, and you are right. I apologize...

I use this function;
pawn Код:
ShowNameTags(0);
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)