Need help with hiding map blips - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Need help with hiding map blips (
/showthread.php?tid=346866)
Need help with hiding map blips -
[NWA]Hannes - 30.05.2012
How do I hide team1's blips for team2?
They team1's blips keeps reappearing for team2.
Re: Need help with hiding map blips -
IceCube! - 30.05.2012
SetPlayerMarkerForPlayer(playeridtoshowto, playeridthatblaipis, color);
The moral of the story is to use ******, just run loops with that code.
Re: Need help with hiding map blips -
[NWA]Hannes - 30.05.2012
Quote:
Originally Posted by IceCube!
SetPlayerMarkerForPlayer(playeridtoshowto, playeridthatblaipis, color);
The moral of the story is to use ******, just run loops with that code.
|
I'm not an idiot, Dont you think I have tried that? The the blips reappear.
Please give me something that works.
Re: Need help with hiding map blips -
SuperViper - 30.05.2012
When do they reappear?
If they reappear on spawn, then hide them under OnPlayerSpawn.
If they reappear on stream in, then hide them under OnPlayerStreamedIn.