Tab issue showing how many players?? - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Server (
https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (
https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: Tab issue showing how many players?? (
/showthread.php?tid=437635)
Tab issue showing how many players?? -
OpticKiller - 16.05.2013
Hi Guys today me and my friend started our own good script and we having a issue and we cant seem to find out what we need for it.
Well when you press Tab obvis you see the player list and what level there are my issue is when i do that every player as random colors and i want it just white on the tab. player list as you would want it in a roleplay server if any of your guys dont have a clue what am talking about just let me know i can take ss and show you
Re: Tab issue showing how many players?? -
Jstylezzz - 16.05.2013
under OnPlayerConnect type:
pawn Код:
SetPlayerColor(playerid,0xFFFFFFFF);
This will make every name white when they join.
Re: Tab issue showing how many players?? -
OpticKiller - 16.05.2013
Thanks buddy rep