Сихронизация с актуальной версией.
This commit is contained in:
@@ -17,7 +17,8 @@ $pvr = array();
|
||||
$pvr['ix'] = 0;
|
||||
|
||||
//
|
||||
$pkrit=0;
|
||||
$pkrit=0;
|
||||
|
||||
while( $pvr['ix'] < count($btl->users) ) {
|
||||
if( $btl->stats[$pvr['ix']]['hpNow'] > 0 && $btl->users[$pvr['ix']]['team'] != $u->info['team'] && $pvr['xx'] < $pvr['rx'] && $pvr['uen'] != $btl->users[$pvr['ix']]['id'] ) {
|
||||
//
|
||||
@@ -39,8 +40,8 @@ while( $pvr['ix'] < count($btl->users) ) {
|
||||
$pvr['hpSee'] = '-'.$pvr['hp'];
|
||||
$pvr['hpNow'] -= $pvr['hp'];
|
||||
$btl->priemYronSave($u->info['id'],$pvr['uid'],$pvr['hp'],0);
|
||||
|
||||
$this->mg2static_points( $pvr['uid'] , $btl->stats[$btl->uids[$pvr['uid']]] );
|
||||
|
||||
$this->addAirStaticPoints($pvr['uid']); /* Óäàð â Ñòàòèêó*/
|
||||
|
||||
if( $pvr['hpNow'] > $pvr['hpAll'] ) {
|
||||
$pvr['hpNow'] = $pvr['hpAll'];
|
||||
|
||||
Reference in New Issue
Block a user