Franc1sco / sm-zombiereloaded-3-Franug-Edition

Improved version of zombiereloaded plugin with support for CS:GO and CS:S
https://forums.alliedmods.net/showthread.php?t=277597
GNU General Public License v3.0
41 stars 35 forks source link

sm_cvar changes CSGO #8

Closed M4ketech closed 6 years ago

M4ketech commented 7 years ago

Comment out these lines (/csgo/cfg/sourcemod/zombiereloaded/zombiereloaded.cfg):

// Allows players to move items with their 'use' key.
// Default: "1"
//sv_turbophysics 1

// Multiplier for how easy props are moved ['1' = No push]
// Default: "3"
//phys_pushscale 3

Add these lines to /csgo/cfg/server.cfg

sm_cvar sv_turbophysics 1
sm_cvar phys_pushscale 3

I dont know if it works in zombiereloaded.cfg. Server.cfg was way to get rid off errors.