Hide Colors
#1

Is there a function that makes all colors single color like white?
Edit:WHen i started the script everyone who logs in has a random color,how do i disable that?
Reply
#2

Use SetPlayerColor on OnPlayerConnect or any other public function you like
Reply
#3

Under
pawn Код:
public OnPlayerConnect(playerid)
or/and

pawn Код:
public OnPlayerSpawn
Add
pawn Код:
SetPlayerColor(playerid, 0xFFFFFFFF);
Reply
#4

Thanks
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)