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.
- Host: GitHub
- URL: https://github.com/neguindev/samp-server-nodejs
- Owner: NeguinDev
- Created: 2022-08-30T07:51:23.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-08-29T04:07:29.000Z (almost 3 years ago)
- Last Synced: 2025-04-05T14:23:34.967Z (over 1 year ago)
- Language: Pawn
- Homepage:
- Size: 9.61 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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