Показать сообщение отдельно
  #2  
Старый 30.01.2015, 15:28
icWasya icWasya вне форума
Местный
 
Регистрация: 09.11.2010
Сообщения: 499
Репутация: 10
По умолчанию

Как то так

Код:
Param:='';
if CheckBox1.Checked then Param:=Param+' FASTLOCK=ON';
if CheckBox2.Checked then Param:=Param+' EDITOR BLUE';

if CheckBox1.Checked or CheckBox2.Checked then Param:=Param+' NOPRELOADSECTORS CHUNKCACHESIZE=16 GAMESPEED=3';
Ответить с цитированием