Init.
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
<?
|
||||
if(!defined('GAME'))
|
||||
{
|
||||
die();
|
||||
}
|
||||
|
||||
if($itm['magic_inci']=='metka') {
|
||||
$u->deleteItem($itm['id']);
|
||||
mysql_query('UPDATE `stats` SET `atack` = "'.(time()+3600).'" WHERE `id` = "'.$usr['id'].'" LIMIT 1');
|
||||
$u->error = 'Âû íàëîæèëè "×åðíóþ ìåòêó" íà ïåðñîíàæà '.$usr['login'].'!';
|
||||
}
|
||||
?>
|
||||
Reference in New Issue
Block a user