public OnPlayerDeath(playerid, killerid, reason) { new Float:x,Float:y,Float:z; ResetPlayerMoney(playerid); GetPlayerPos(playerid,x,y,z); return 1; }