An open API service indexing awesome lists of open source software.

https://github.com/neguindev/samp-server-nodejs

This project is a SA-MP (San Andreas Multiplayer) server implemented in Node.js. It uses the samp-node-lib library to interact with the SA-MP server API.
https://github.com/neguindev/samp-server-nodejs

Last synced: 4 months ago
JSON representation

This project is a SA-MP (San Andreas Multiplayer) server implemented in Node.js. It uses the samp-node-lib library to interact with the SA-MP server API.

Awesome Lists containing this project

README

          

# SA-MP Server Node.js

## Description

This project is a SA-MP (San Andreas Multiplayer) server implemented in Node.js. It uses the `samp-node-lib` library to interact with the SA-MP server API.

## Requirements

- Node.js
- SA-MP Server
- samp-node-lib

## Installation

Clone the repository:

```bash
git clone https://github.com/NeguinDev/samp-server-nodejs.git
```

Install the dependencies:

```bash
npm install
```

## Configuration

Edit the `server.cfg` and `samp-node.json` files to configure the server settings and entry file.

## Usage

To start the server, follow the SA-MP server startup instructions.

## Features

### Player Connection

The server logs player connections and sends a welcome message.

### Commands

The server has a test command `/test` that sends a test message to the player.

## Contribution

Feel free to contribute to the project. Open a PR or an issue for discussions.

## License

ISC