/RageMP-Example

Example script for RageMP

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

RageMP MySQL GameMode Example

Example script for RageMP using MySQL

Requirements:

Node.js MySQL (node.js library)

It requires to install mysql from node.js, download node.js from the official website (see node.dll file version from your server-files folder to install the right node.js version).

How to install mysql library using Node.js

After you installed Node.js open a new Command Promnt window on server-files folder (Shift + right click and then select "Open Command Pormt window here or Open PowerShell window here) and then type in the Command Promt window or Powershell window this

npm install mysql

And that's it, you are good to go :)