keatongregg
Member
- Messages
- 19
- Reaction score
- 7
- Points
- 8
I found this function here on the forums and it only seems to work on the giant and zetsubo anybody have any insight as to why it doesnt work on other maps?
function newMovment()
{
SetDvar( "doublejump_enabled", 1 );
SetDvar( "juke_enabled", 1 );
SetDvar( "playerEnergy_enabled", 1 );
SetDvar( "wallrun_enabled", 1 );
SetDvar( "sprintLeap_enabled", 1 );
SetDvar( "traverse_mode", 1 );
SetDvar( "weaponrest_enabled", 1 );
}
function newMovment()
{
SetDvar( "doublejump_enabled", 1 );
SetDvar( "juke_enabled", 1 );
SetDvar( "playerEnergy_enabled", 1 );
SetDvar( "wallrun_enabled", 1 );
SetDvar( "sprintLeap_enabled", 1 );
SetDvar( "traverse_mode", 1 );
SetDvar( "weaponrest_enabled", 1 );
}