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

  • Ответы 253
  • Просмотры 13,2k
  • Created
  • Последний ответ

Top Posters In This Topic

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

One thing i noticed (rev. 103 from the svn) :

 

I was just messing around and was pressing some of my class binds (/openscriptmenu changeclass custom1 etc.)

and it lagged my game out like hell.

You might want to implement some check here:

   for(;
  {
     self waittill("menuresponse", menu, response);
     {
        wait 0.05;
      //if( isValidResponse( response ) ) might want to add a check here...
        {
           self [[level.armoryFunction[response]]](response);
           wait 0.05;
           self CheckOwnedWeapons();
//            self CheckOwnedAttachment();
        }
     }
     wait 0.05;
  }

 

to verify the response (and/or menu it came from) so that it doesn't go into the level.armoryFunctions at all, if the response / menu isn't valid. The way it is now it'd go into that part of code for any response from any menu, i'd guess.

I mean something like:

isValidResponse( response )
{
switch( response )
{
	case "airstrike":
	case "predator": //...and more
		return true;
	default:
		return false;
 }
}

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

can't wait for the release.

Are there any expected dates yet?

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

great mod looking forward to the dedi fix :)

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

Found a few bugs/issues:

 

HUD still doesn't fit for me ( I thought 1440*900p was has been fixed?):

sxospv.jpg

 

Chaos "Mutiplier-Bar shows rotating countryflags (USA/China/Germany/...):

1zg7uvn.jpg

 

Just some things that I've noticed while playing the first time. Hope this is gonna be fixed.

Thanks for your incredible work :)

Опубликовано:
just the survival hud..(bars,killstrek thing).. And i fixed the hud_fullscreen menu

 

Hey bro i was just wondering if u could help me fix the hud on the ps3? as me and my friend are porting it to ps3. Also do u know if .menu files work on ps3?

Опубликовано:
just the survival hud..(bars,killstrek thing).. And i fixed the hud_fullscreen menu

 

Hey bro i was just wondering if u could help me fix the hud on the ps3? as me and my friend are porting it to ps3. Also do u know if .menu files work on ps3?

atm console are close to be able edit menu files only in mainmenu. Hud isnt possible for console afaik

Ive seen a way to edit menus in console, though you have to hex edit it :S

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

You are awsome!!! Mod is amazing!!! Thank you for your hard work! :D

Join the conversation

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

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

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

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

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

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

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.