26.10.2010, 11:00
Yeah you don't need format there.
However, if you have several "SendClientMessage" with the same message you should do:
However, if you have several "SendClientMessage" with the same message you should do:
pawn Код:
static string[ ] = "blablabla";
...
SendClientMessage( playerid, 0xFFFFFFFF, string );
...
SendClientMessage( playerid, 0xFFFFFFFF, string );