06.02.2012, 11:38
pawn Код:
if( killerid == INVALID_PLAYER_ID )
{
new
Name[ MAX_PLAYER_NAME ], DeathMsg[ 64 ];
GetPlayerName( playerid, Name, MAX_PLAYER_NAME );
format( DeathMsg, sizeof( DeathMsg ), "%s has been killed by server.", Name );
SendClientMessageToAll( -1, DeathMsg );
}