Init.
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
<?
|
||||
if(!defined('GAME')) {
|
||||
die();
|
||||
}
|
||||
/*
|
||||
Ïðèåì: Íàòèñê
|
||||
*/
|
||||
$pvr = array();
|
||||
if( isset($pr_momental_this)) {
|
||||
|
||||
}elseif( isset($pr_tested_this) ) {
|
||||
|
||||
}elseif( isset($pr_used_this) ) {
|
||||
|
||||
}else{
|
||||
//Äåéñòâèå ïðè êëèêå
|
||||
$btl->priemAddLogFast( $u->info['id'], 0, "Íàòèñê",
|
||||
'{tm1} '.$btl->addlt(1 , 17 , $btl->users[$btl->uids[$u->info['id']]]['sex'] , NULL).'',
|
||||
0, time() );
|
||||
//
|
||||
mysql_query('INSERT INTO `battle_actions` (`btl`,`uid`,`time`,`vars`,`vals`) VALUES (
|
||||
"'.$btl->info['id'].'","'.$u->info['id'].'","'.time().'","use_powteam'.$u->info['team'].'","1"
|
||||
)');
|
||||
//
|
||||
$this->mintr($pl);
|
||||
}
|
||||
unset($pvr);
|
||||
?>
|
||||
Reference in New Issue
Block a user