View file gta/includes/inc_die.php

File size: 150B
  1. <?php
  2. if($health<=-50)
  3. {
  4. mysql_query("delete from users where id='".$id."';");
  5. print $lang['died']."<br/></small></p></card></wml>";
  6. exit;
  7. }
  8. ?>