đź“–
Opal
Browse AddonsDownload RLIB
  • Introduction
  • Showcase
  • FAQ
    • â—ľAddon Won't Show
    • â—ľIncompatible Addons
    • â—ľModified Script
    • â—ľRefunds
    • â—ľScript Errors
    • â—ľWhen Are Updates?
  • âť± Setup
    • â—ľInstall
    • â—ľVerify
  • âť± Configuration
    • â—ľEnv
    • â—ľFonts
    • â—ľLanguages
    • â—ľSettings
  • âť± Developers
Powered by GitBook
On this page
  • â—ľ Verify rlib
  • â—ľ Verify addon
  • â–¸Method 1 (Console)
  • â–¸Method 2 (In-game)
  1. âť± Setup

Verify

Validating the installation of rlib and your addon

If you want to double check and confirm the installation of rlib and your addon; you may do the following.

â—ľ Verify rlib

  • Once installation is complete; connect to your Garry's Mod server.

  • Open the console ( ~ )

  • Execute the command:

rlib.version

The following should output:

rlib Manifest: 
       Ver :  v3.2.0-stable  ( 12.06.2020 )
       Dev :  Richard
       Doc :  https://docs.rlib.io/ 

â—ľ Verify addon

â–¸Method 1 (Console)

To verify if your addon is installed properly:

  • Connect to your Garry's Mod server

  • Open the console ( ~ )

  • Execute the command:

rlib.running

The following should output:

[CONSOLE] [rlib] nodules » opal, workshop

You can also execute the following command in the server-side console:

rlib.modules

This command should show something such as the following:

â–¸Method 2 (In-game)

Any addon that includes an interface will come with multiple ways to make it appear on-screen. Obviously, by making the interface appear, you will know that it is successfully installed.

For a list of activation methods, view the Binds page.

PreviousInstallNextEnv

Last updated 4 years ago

â—ľ