How to disable color in TAB list - 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: How to disable color in TAB list (
/showthread.php?tid=415868)
How to disable color in TAB list -
xXRealLegitXx - 15.02.2013
Hello, today I want to know how to disable the colored name tags in the SA:MP player TAB list.
I want them to be all white. I run a roleplay server so I thought that would be better. If you don't understand what I mean, please ask questions, ill give you the best info I can
-Jason
Re: How to disable color in TAB list - T0pAz - 15.02.2013
Use
SetPlayerColor on
OnPlayerSpawn.
Link:
https://sampwiki.blast.hk/wiki/SetPlayerColor
Re: How to disable color in TAB list -
mastermax7777 - 15.02.2013
SetPlayerColor(playerid, -1);
Re: How to disable color in TAB list -
xXRealLegitXx - 15.02.2013
Quote:
Originally Posted by T0pAz
|
Thank you