[HELP] Player color
#3

If you want to make player invisible on radar, use this function:
pawn Код:
stock togglePlayerMapIconVisibility(playerid,bool:visible){ //written by DracoBlue
    SetPlayerColor(playerid, (GetPlayerColor(playerid) | 0xFF) - (visible ? 0x00 : 0xFF));
}
with this, you don't need to save anything to arrays / PVars.
Reply


Messages In This Thread
[HELP] Player color - by Pooh7 - 20.11.2010, 16:14
Re: [HELP] Player color - by Austin - 20.11.2010, 16:16
Re: [HELP] Player color - by rs.pect - 20.11.2010, 16:45
Re: [HELP] Player color - by Pooh7 - 20.11.2010, 18:33

Forum Jump:


Users browsing this thread: 2 Guest(s)