public OnPlayerDeath(playerid, killerid, reason){ if(GetPlayerWeapon(killerid) == 4) { GivePlayerMoney(killerid, 500); } return 1;}