/* Removes a cvar flags (not allowed for amx_version,
* fun_version and sv_cheats cvars). */
native remove_cvar_flags(const cvar[],flags = -1);
Синтаксис:
remove_cvar_flags(const cvar[],flags = -1)
- const cvar[] - Какому квару удалить флаги
- flags = -1 -
Тип функции:
Native
Пример:
--
Описание:
--