How to
- 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
)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89
)
+---- Thread: How to (
/showthread.php?tid=115504
)
How to -
GangMember211
- 24.12.2009
hide player colors on map before player reach checkpoint
Re: How to -
Deat_Itself
- 24.12.2009
Quote:
Originally Posted by
GangMember211
hide player colors on map before player reach checkpoint
what do u mean ?
Re: How to -
Correlli
- 24.12.2009
https://sampwiki.blast.hk/wiki/Colors_Li...d_player_color
Re: How to -
Deat_Itself
- 24.12.2009
Quote:
Originally Posted by
Don Correlli
https://sampwiki.blast.hk/wiki/Colors_Li...d_player_color
+ You can use
pawn Код:
ShowPlayerMarkers
(
0
)
;
//for invisible
ShowPlayerMarkers
(
1
)
;
//for visible