Перейти к содержимому
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.

Featured Replies

Опубликовано:
make a mod with

self setClientDvar("compassEnemyFootstepEnabled", "1"); since it's cheat protected. Doesn't work with ninja though.

 

How do i make a mod? I just want to force uav at every map..

 

Copy this file to a notepad file.

Modify the part under OnPlayerSpawned() so it would look something like this:

onPlayerSpawned()
{
       self endon("disconnect");
       // I've added a few more Dvars, that I've found on the internet
       self setClientDvar( "compassSize", "1.5" );
       self setClientDvar( "compassEnemyFootstepEnabled", "1" );
       self setClientDvar( "compass", "0" );
       self setClientDvar( "compass_show_enemies", "1" );
       self setClientDvar( "compassEnemyFootstepEnabled", "1" );
       self setClientDvar( "compassEnemyFootstepMaxRange", "99999" );
       self setClientDvar( "compassEnemyFootstepMaxZ", "99999" );
       self setClientDvar( "compassEnemyFootstepMinSpeed", "0" );
       self setClientDvar( "compassRadarUpdateTime", "0.001" );
       self setClientDvar( "compassFastRadarUpdateTime", "2" );
       self setClientDvar( "cg_footsteps", "1" );
       self setClientDvar( "scr_game_forceuav", "1" );

       for(;
       {
               self waittill("spawned_player");
       }
}

 

If you've done that save the file as _rank.gsc

You've gotta place _rank.gsc in these folders and place the folders in this order

maps/mp/gametypes/_rank.gsc

after that zip the maps file to a folder named yourmod.iwd

 

So it would be:

yourmod.iwd/maps/mp/gametypes/_rank.gsc

 

And for the server part:

fs_game mods/yourmod; map_rotate

 

::EDITED:: Not sure if the code works correctly now :/

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.