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