04.01.2011, 08:58
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.
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);