Removing Colors in Player Names
#1

Hi! I've seen some servers change the color names to white, how can i change that? Thanks!
Reply
#2

PHP код:
public OnPlayerSpawn(playerid) return SetPlayerColor(playerid,0xFFFFFFAA); 
https://sampwiki.blast.hk/wiki/SetPlayerColor
https://sampwiki.blast.hk/wiki/OnPlayerSpawn
Reply
#3

Set it under spawn? Unless you have some player color system.
SetPlayerColor(playerid, -1);
Reply
#4

Thank you!
Reply
#5

@jlalt posted a good solution, but you should add this under OnPlayerConnect, so the server only have to do this one time and not everytime if the player is spawning.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)