←  Pytania

AMXX.pl: Support AMX Mod X i SourceMod

»

CS:GO
Każdy ma vipa

  • +
  • -
gtkuba's Photo gtkuba 26.03.2016

mam problem z vipem by hanys, kazdy kto wejdzie na serwer dostaje vipa
 
tutaj jest plik admin_overrides.cfg

 

 

Overrides
{
/**
* By default, commands are registered with three pieces of information:
* 1)Command Name  (for example, "csdm_enable")
* 2)Command Group Name (for example, "CSDM")
* 3)Command Level (for example, "changemap")
*
* You can override the default flags assigned to individual commands or command groups in this way.
* To override a group, use the "@" character before the name.  Example:
* Examples:
* "@CSDM" "b" // Override the CSDM group to 'b' flag
*  "csdm_enable" "bgi" // Override the csdm_enable command to 'bgi' flags
*
* Note that for overrides, order is important.  In the above example, csdm_enable overwrites
* any setting that csdm_enable previously had.
*
* You can make a command completely public by using an empty flag string.
*/
}
 
 
"sm_vip" "o"
"sm_weapon_restrict_immunity" "A"
Quote

  • +
  • -
plx211's Photo plx211 26.03.2016

}
 
 
"sm_vip" "o"
"sm_weapon_restrict_immunity" "A"

zamien na:

  "sm_vip" "o"
  "sm_weapon_restrict_immunity" "a"
}

tylko nie zapomnij napisac czy pomoglo ;)

Quote