Просмотр файла f_ressurect.dat

Размер файла: 416B
  1. global $game;
  2. if (!isset($game["players"][$to]) || !$game["loc"][$game["players"][$to]][$to]["ghost"]) {addjournal($to,"Вы не призрак"); return;}
  3. $game["loc"][$game["players"][$to]][$to]["ghost"]=0;
  4. $game["loc"][$game["players"][$to]][$to]["time_regenerate"]=time();
  5. addjournalall($game["players"][$to],$game["loc"][$game["players"][$to]][$to]["title"]." воскрес!",$to);
  6. addjournal($to,"Вы воскресли!");