public OnPlayerDeath(playerid, killerid, reason){ new playercash;if(killerid == INVALID_PLAYER_ID) { SendDeathMessage(INVALID_PLAYER_ID,playerid,reason); }return 1;}