22.03.2012, 23:02
Ye, the other way would be like this:
pawn Код:
new deathstr [128];
format(deathstr, sizeof(deathstr), "You have been killed by %s!", killerid);
SendClientMessage(playerid, COLOR_RED);