←  Problemy

AMXX.pl: Support AMX Mod X i SourceMod

»

Problem z mapa startowa

  • +
  • -
Shiva's Photo Shiva 03.01.2012

Zmieniłem w hlds_run :

    if test -z "$PID_IN_PARAMS" && test -n "$PID_FILE"; then
	    HL_CMD="$HL $PARAMS -pidfile $PID_FILE +map deathrun_ice"
    else
	    HL_CMD="$HL $PARAMS +map deathrun_ice"

Chciałbym, żeby mapa startowa była ta: deathrun_ice, ale nie działa.
Quote