Utf8 convert

This commit is contained in:
2023-01-10 18:29:32 +02:00
parent 71b759232c
commit 90b9c8325e
3572 changed files with 35191 additions and 395614 deletions
+5 -5
View File
@@ -3,7 +3,7 @@ if(!defined('GAME')) {
die();
}
/*
Ïðèåì: Ðàçäåëèòü êðîâü
Прием: Разделить кровь
*/
$pvr = array();
if( isset($this->ue['id']) ) {
@@ -14,14 +14,14 @@ if( isset($this->ue['id']) ) {
$u->stats['tactic6'] += 1;
}
mysql_query('UPDATE `stats` SET `tactic6` = "'.mysql_real_escape_string($btl->users[$btl->uids[$this->ue['id']]]['tactic6']).'" WHERE `id` = "'.$this->ue['id'].'" LIMIT 1');
echo '<font color=red><b>Âû óñïåøíî èñïîëüçîâàëè ïðèåì &quot;Ðàçäåëèòü êðîâü&quot; íà &quot;'.$this->ue['login'].'&quot;</b></font>';
echo '<font color=red><b>Вы успешно использовали прием &quot;Разделить кровь&quot; на &quot;'.$this->ue['login'].'&quot;</b></font>';
$btl->priemAddLog( $id, 1, 2, $u->info['id'], $this->ue['id'],
'Ðàçäåëèòü êðîâü',
'{tm1} '.$btl->addlt(1 , 17 , $btl->users[$btl->uids[$u->info['id']]]['sex'] , NULL).' íà {u2}',
'Разделить кровь',
'{tm1} '.$btl->addlt(1 , 17 , $btl->users[$btl->uids[$u->info['id']]]['sex'] , NULL).' на {u2}',
($btl->hodID)
);
}
//Îòíèìàåì òàêòèêè
//Отнимаем тактики
$this->mintr($pl);
unset($pvr);
?>