06.03.2009, 17:46
well this is pretty obvious, use format
pawn Код:
new string[100];//can be any good size
format(string, sizeof(string),"%S Has Died",GetPlayerName(playerid) );
SendPlayerMessageToAll(string);

