Просмотр файла includes/inc_voodoo.php

Размер файла: 372B
<?php
if(!empty($voo_por))
{
--$health;
mysql_query("update users set health='".$health."' where id='".$id."';");
print $lang['voo_nasl_por']." ".$health."%<br/>";
}
if($lox==1)
{
$rand=rand(1,3);
$level=$level-$rand;
mysql_query("update users set level='".$level."' where id='".$id."';");
print $lang['lox']."".$rand."<br/>";
}
include "inc_credit.php";
?>