public OnPlayerDeath(playerid, killerid, reason) { if(killerid != INVALID_PLAYER_ID) { GivePlayerMoney(killerid,1000); } return 1; }