/samp-node-gm

An example of SA:MP gamemode in NodeJS

Primary LanguageJavaScript

What is this ?

This is a SA:MP (San Andreas Multi Player) gamemode write in NodeJS

How can I use ?

  1. Download the source from this page.
  2. Download the latest samp-node plugin from here: https://github.com/AmyrAhmady/samp-node/releases/tag/1.1.0
  3. Put the node.dll (windows) or libnode.so.64 (linux) file in your server root directory.
  4. Start the server.

Where is the script source ?

server root directory\resources\index.js

NPM Modules

samp-node-lib - npm install samp-node-lib
mysql - npm install mysql
md5 - npm install md5
events - npm install events

Or just use npm install

Plugin source ?

https://github.com/AmyrAhmady/samp-node