Перейти к содержимому
View in the app

A better way to browse. Learn more.

Zloplay community

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.
Опубликовано:

init()
{
   setDvar( "player_breath_fire_delay ", "0" );
setDvar( "player_breath_gasp_lerp", "0" );
setDvar( "player_breath_gasp_scale", "0.0" );
setDvar( "player_breath_gasp_time", "0" );
setDvar( "player_breath_snd_delay ", "0" );
setDvar( "perk_extraBreath", "0" );
setDvar( "perk_improvedextraBreath", "0" );
}

This should remove the scope sway but it doesnt :(

Help pls!

MFG xBlizZ

Featured Replies

Опубликовано:

Found on an old promod:

doNoSway()
{
self maps\mp\perks\_perks::givePerk("specialty_improvedholdbreath");
self maps\mp\perks\_perks::givePerk("specialty_holdbreath");
setDvar ("sv_cheats", 1);
setdvar( "player_breath_fire_delay ", "0" );
setdvar( "player_breath_gasp_lerp", "0" );
setdvar( "player_breath_gasp_scale", "0.0" );
setdvar( "player_breath_gasp_time", "0" );
setDvar( "player_breath_snd_delay ", "0" );
setDvar( "perk_extraBreath", "0" );
setDvar( "perk_improvedextraBreath", "0" );
setDvar("sv_cheats", 0);
}

I found it because I had to remove it. Too OP for tournaments.

Опубликовано:
init()
{       
       //server dvars
setDvar( "player_breath_fire_delay ", "0" );
setDvar( "player_breath_gasp_lerp", "0" );
setDvar( "player_breath_gasp_scale", "0.0" );
setDvar( "player_breath_gasp_time", "0" );
setDvar( "player_breath_snd_delay ", "0" );
 	setDvar( "perk_extraBreath", "0" );
 	setDvar( "perk_improvedextraBreath", "0" );

// add on onPlayerSpawned
self thread doNoSway();

doNoSway() 
{
self setClientDvar( "player_breath_fire_delay ", "0" );
self setClientDvar( "player_breath_gasp_lerp", "0" );
self setClientDvar( "player_breath_gasp_scale", "0.0" );
self setClientDvar( "player_breath_gasp_time", "0" );
self setClientDvar( "player_breath_snd_delay ", "0" );
}

Опубликовано:

His code is perfectly fine there is no need for sv_cheats 1, nor for the clientdvars/perks...

He just isn't calling the init(); at all, it seems. (already ask the same in german section)

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Гость
Ответить в тему...

Сейчас на странице 0

  • Нет пользователей, просматривающих эту страницу

Важная информация

Используя этот сайт, вы соглашаетесь Условия использования.

Account

Navigation

Поиск

Поиск

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.