[HELP] Color Embedding
#1

Hmm whats wrong =/

like it is now:
%s(%d) Has been kicked
.
.
.
But why it dont show the rest of the line? (of inactivity.)

It should be like:
%s(%d) Has been kicked of inactivity.


pawn Код:
format(string, sizeof(string), "%s(%d) Has been {FF0000}kicked of inactivity.",name, playerid);
SendClientMessageToAll(0x001699AA, string);
Reply
#2

what's the lenght of string ? ( sizeof )
Reply
#3

pawn Код:
format(string, sizeof(string), "{0049FF}%s(%d) Has been {F81414}kicked {0049FF}of inactivity.",name, playerid);
SendClientMessageToAll(0x0000BBAA, string);
Reply
#4

And make sure that new string[128(size)] - Size is higher than the line.
Reply
#5

Thanks to:

Clive

and

FreshDoubleX

Reply
#6

Yea, that's why i asked you what's the lenght of the string 8-|
Reply
#7

Quote:
Originally Posted by Larsey123IsMe
Посмотреть сообщение
Thanks to:

Clive

and

FreshDoubleX

You're welcome.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)