-
Notifications
You must be signed in to change notification settings - Fork 32
Open
Description
VIP-Core/addons/sourcemod/scripting/vip/API.sp
Line 1160 in 88676f7
| g_hFeatures[iClient].SetValue(szFeature, view_as<bool>(StringToInt(szFeature))); |
VIP-Core/addons/sourcemod/scripting/vip/API.sp
Line 1164 in 88676f7
| g_hFeatures[iClient].SetValue(szFeature, StringToInt(szFeature)); |
И другие типы
VIP-Core/addons/sourcemod/scripting/vip/API.sp
Line 1168 in 88676f7
| g_hFeatures[iClient].SetValue(szFeature, StringToFloat(szFeature)); |
VIP-Core/addons/sourcemod/scripting/vip/API.sp
Line 1172 in 88676f7
| g_hFeatures[iClient].SetString(szFeature, szFeature); |