Init.
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
<?
|
||||
if(!defined('GAME'))
|
||||
{
|
||||
die();
|
||||
}
|
||||
|
||||
|
||||
if($itm['magic_inci'] == 'un_metka' ) {
|
||||
if ($usr['id']=='89489' || $usr['id']=='903093' || $usr['id']=='888059' || $usr['id']=='2644957')
|
||||
{
|
||||
$u->error = 'Ñëèøêîì ëþòûé Âðàã '.$usr['login'].' íåõâàòàåò óìåíèÿ !';
|
||||
}
|
||||
else
|
||||
{
|
||||
mysql_query('UPDATE `stats` set `atack` = "0" WHERE `id` = "'.$usr['id'].'" LIMIT 1');
|
||||
$u->deleteItem($itm['id']);
|
||||
$u->error = 'Âû óñïåøíî ñíÿëè "×åðíóþ ìåòêó" ñ ïåðñîíàæà '.$usr['login'].'!';
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user