document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. public OnPlayerDeath(playerid,killerid,reason)
  2. {
  3.     if(Faleceu[playerid])
  4.     {
  5.         return 1;
  6.     }
  7.     // CĂ“DIGO RESTANTE
  8. }
');