[Bug] Setplayercolor - 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)
+--- Thread: [Bug] Setplayercolor (
/showthread.php?tid=333407)
[Bug] Setplayercolor -
BigBaws - 11.04.2012
when i do /Service i get color blue for cops but players can see it on ther Map (Blue Color and its can make metagaming )
check
Код:
SafeGivePlayerWeapon(playerid, 24, 70);
SafeGivePlayerWeapon(playerid, 3, 0);
SetPlayerArmour(playerid, 100);
SetPlayerColor(playerid,COLOR_BLUE);
OnDuty[playerid] = 1;
Re: [Bug] Setplayercolor -
sjvt - 11.04.2012
Re: [Bug] Setplayercolor -
afa_handler - 11.04.2012
mean?, you want to remove the color?
Change this:
Код:
SafeGivePlayerWeapon(playerid, 24, 70);
SafeGivePlayerWeapon(playerid, 3, 0);
SetPlayerArmour(playerid, 100);
OnDuty[playerid] = 1;
You just need to remove this code:
Код:
SetPlayerColor(playerid,COLOR_BLUE);