How could i make other players invisible on the radar?
#4

If you want to make player marker invisible you can set player color with 0 alpha.
ex:
PHP код:
SetPlayerColor(playerid, ( GetPlayerColor(playerid) & 0xFFFFFF00 ) | 0x00 ) ); 
and set alpha back to 0xFF (or any value) to make his marker visible.
Reply


Messages In This Thread
How could i make other players invisible on the radar? - by Type-R - 23.02.2016, 03:58
Re: How could i make other players invisible on the radar? - by ]Rafaellos[ - 23.02.2016, 05:13
Re: How could i make other players invisible on the radar? - by Vince - 23.02.2016, 05:22
Re: How could i make other players invisible on the radar? - by iKarim - 23.02.2016, 05:58
Re: How could i make other players invisible on the radar? - by Type-R - 23.02.2016, 11:36
Re: How could i make other players invisible on the radar? - by Type-R - 23.02.2016, 12:05

Forum Jump:


Users browsing this thread: 3 Guest(s)