Skip to content

exec_cfg_GetValue

Return a cfg value

Arguments

Type Description
string cfg name

Returns

Type Description
string/boolean/float/table value

Example

Get aimbot enable

1
print(exec_cfg_GetValue("AIM_ENABLED"))

Output: false