Need some help of a good scripter
#1

How do i make something like the textdraw is changing colors from blue to yellow as example
And for normal players ur color name? can someone explain that to me
Reply
#2

try this
pawn Код:
new str[256];
format(str, sizeof(str), "%s", GetPlayerColor(playerid));
TextDrawColor(yourtext, str);
Reply
#3

Quote:
Originally Posted by James_Alex
try this
pawn Код:
new str[256];
format(str, sizeof(str), "%s", GetPlayerColor(playerid));
TextDrawColor(yourtext, str);
256 is a wasted array, don't you think?
also GetPlayerColor won't return the Color name or what ever you're trying to format there.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)