Skip to content
View in the app

A better way to browse. Learn more.

OldStyle Gaming 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.
  • Administrator

Sursa https://wiki.alliedmods.net/Installing_amx_mod_x_manually

Configure

  1. In your mod folder, find the "liblist.gam" file. Open the file with a text editor, such as notepad. If you're using FTP or a control panel, you will need to download the file first.
  2. For Windows, find this line:
    Quote

    gamedll "dlls\mp.dll"

     

    Replace it with this line:
    Quote

    gamedll "addons\metamod\dlls\metamod.dll"

     

    For Linux, find this line:
    Quote

    gamedll_linux "dlls/mp_i386.so"

     

    Replace it with this line: (for servers using hldsupdatetool)
    Quote

    gamedll_linux "addons/metamod/dlls/metamod_i386.so"

     

    Replace it with this line: (for servers using steamcmd)
    Quote

    gamedll_linux "addons/metamod/dlls/metamod.so"

     

    (Note: AMD64 is no longer supported for various reasons, please use 32bit)
  3. Save liblist.gam (and upload it over the old one if your server is remote).
  4. Edit the file <mod folder>\addons\metamod\plugins.ini. If it does not exist, create it. This file is your list of Metamod plugins.
  5. For Windows, add
    Quote

    win32 addons/amxmodx/dlls/amxmodx_mm.dll

    For Linux add:

    Quote

    linux addons/amxmodx/dlls/amxmodx_mm_i386.so

     

  6. Save (and upload) plugins.ini.

Featured Replies

No posts to show

Join the conversation

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

Guest
Reply to this topic...

Account

Navigation

Search

Search

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.