16.03.2016, 18:05
On this line (in /dmwinner):
You need to format it and send it:
pawn Код:
SendClientMessageToAll(COLOR_GREEN,"%s a castigat eventul DM si a primit premiul de %s",GetName(winner),EventInfo[ePrize]);
pawn Код:
new str_msg[128];
format(str_msg, sizeof str_msg, "%s a castigat eventul DM si a primit premiul de %s", GetName(winner), EventInfo[ePrize]);
SendClientMessageToAll(COLOR_GREEN, str_msg);