mirror of
https://github.com/diamante0018/InfectedGSC.git
synced 2025-06-28 07:11:53 +00:00
Dvars
This commit is contained in:
@ -16,6 +16,11 @@ init()
|
||||
setDvar( "scr_killcam_time", 7 );
|
||||
setDvar( "scr_killcam_posttime", 2 );
|
||||
|
||||
setDvar( "g_playerCollision", 2 );
|
||||
setDvar( "g_playerEjection", 2 );
|
||||
setDvar( "sv_enableBounces", 1 );
|
||||
setDvar( "jump_slowdownEnable", 0 );
|
||||
|
||||
thread gameEnded();
|
||||
thread gameStart();
|
||||
|
||||
|
Reference in New Issue
Block a user