09.10.2014, 00:09
Quote:
SetPlayerColor(playerid, GetPlayerColor(playerid) & 0xFFFFFF00);
SetPlayerColor(playerid, GetPlayerColor(playerid) & ~0xFF); These are the best methods, using Pottus's you would need to loop through each other player... Mine keeps the players color in the chat and stuff the same, but it's invisible on the mini map... Not sure if it's correct, but almost 100% sure it is :P... If one doesn't work, try the other, both should work though! |