23 lines
233 B
INI
Executable File
23 lines
233 B
INI
Executable File
;; _
|
|
|
|
;; restart round on warmup
|
|
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"targetname" "warmup"
|
|
"classname" "func_brush"
|
|
}
|
|
delete:
|
|
{
|
|
"OnUser1" "nrk_nuke,Enable,,63,-1"
|
|
}
|
|
insert:
|
|
{
|
|
"OnUser1" "Console,Command,mp_restartgame 1,63,-1"
|
|
}
|
|
}
|
|
|
|
|