You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
g_Cvar_FloatIncrementSize=CreateConVar("sm_weapons_float_increment_size", "0.05", "Increase/Decrease by value for weapon float");
92
94
g_Cvar_EnableWeaponOverwrite=CreateConVar("sm_weapons_enable_overwrite", "1", "Enable/Disable players overwriting other players' weapons (picked up from the ground) by using !ws command");
93
95
g_Cvar_GracePeriod=CreateConVar("sm_weapons_grace_period", "0", "Grace period in terms of seconds counted after round start for allowing the use of !ws command. 0 means no restrictions");
@@ -202,13 +204,26 @@ public Action CommandWeaponSkins(int client, int args)
0 commit comments