OpsLab Books
Realplay Scripts /Installation
Help Sign in Sign up
RPS_LIB

📥 Installing RPS_LIB

Adding RPS_LIB to your server is simple.

1. Place RPS_LIB in Your Resources Folder

Move the rps_lib folder into your server's resources directory:

resources/[standalone]/rps_lib

2. Add RPS_LIB to Your server.cfg

Add the following line before any scripts that use RPS_LIB:

ensure rps_lib

Example:

ensure ox_lib
ensure oxmysql

ensure rps_lib

ensure my_script

3. Restart Your Server

Restart your server or run:

refresh
ensure rps_lib

That's it! 🎉

RPS_LIB is now installed and ready to be used by your scripts.