это все появляется при нажатии Ф1help said:Additional game parameters - This is where you specify the additional parameters for the game executable. If you are compiling a map for a mod, be sure to include the -game <moddir> parameter as shown in the above picture. -dev and -console, also shown, are good parameters to use when testing maps.
@echo off
set WADROOT=D:\Games\Counter-Strike\cstrike
set mapname=testMIL2
hlcsg.exe -estimate -nowadtextures -texdata 50000 "%mapname%"
hlbsp.exe -estimate -texdata 50000 "%mapname%"
hlvis.exe -estimate -full -texdata 50000 "%mapname%"
hlrad.exe -estimate -extra -bounce 4 -gamma 0.7 -dscale 1 -smooth 50 -texdata 50000 "%mapname%"
del %mapname%.p0
del %mapname%.p1
del %mapname%.p2
del %mapname%.p3
del %mapname%.prt
del %mapname%.wic
EdgE said:ОффтопЯ нуп или чё?
Как сделать чтоб game_player_equip и player_weaponstrip работали только от триггера или кнопки, но не в начале раунда?
