09.04.2014, 17:09
SendClientMessage has color as 2nd parameter. Also using placeholders directly will crash your server. Use format first.
pawn Код:
new msg[40];
format(msg, sizeof (msg), "Pontos idő: %s-%d-%d-%d", mtext, day, hour, minuite);
SendClientMessage(playerid, -1, msg);