08.08.2013, 20:15
That's the easiest part!
pawn Код:
public OnPlayerDeath( playerid, killerid, reason )
{
if( killerid != INVALID_PLAYER_ID ) GivePlayerMoney( killerid, 250 );
return 1;
}