Quote:
Originally Posted by ThePhenix
What about this one:
PHP код:
public OnPlayerDeath(playerid, killerid, reason)
{
for(new i; i< MAX_PLAYERS; i++)
{
if(IsPlayerAdmin(i))
{
SendDeathMessage(killerid, playerid, reason);
}
}
return 1;
}
|
Don't try to help if you have no idea what you're talking about. It confuses the thread starter when 100 people post the wrong answer.