diff --git a/actions_on_button_press/actions_on_button_press.gsc b/actions_on_button_press/actions_on_button_press.gsc index 9caddc9..c0e2e49 100644 --- a/actions_on_button_press/actions_on_button_press.gsc +++ b/actions_on_button_press/actions_on_button_press.gsc @@ -27,8 +27,8 @@ OnPlayerSpawn(player) { self endon("disconnect"); - for(;;) - { + for(;;) + { self waittill("spawned_player"); wait 1; @@ -46,8 +46,6 @@ OnCameraToggleButtonPressed(button) { self waittill("third_person_button"); - //self setDepthOfField( 0, 0, 512, 512, 4, 0 ); - if (GetDvar("camera_thirdPerson") == "0") { SetDynamicDvar( "camera_thirdPerson", 1);