27.09.2010, 12:02
How can I delete this certain object from the map ?
So that no one will be able to see each others location .
So that no one will be able to see each others location .
ShowPlayerMarkers(0);
No, that will also remove the name-tag that appears above a players head!
Use this: RemovePlayerMapIcon(); |
No, that will also remove the name-tag that appears above a players head!
Use this: RemovePlayerMapIcon(); |
ShowPlayerMarkers(0);
I'm half right, yet half wrong. Anyways, I mixed up the functions in my head. Sorry...
|
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). |
ShowNameTags(0);