Skip to content

GTA San Andreas multiplayer game server mod written in pawn, featuring connection with MySQL, basic player commands, player information

License

Notifications You must be signed in to change notification settings

Quante31/samp-server-mod

Repository files navigation

SAMP Gamemode by Quante31

sampctl

A basic SA-MP gamemode written in Pawn and managed via sampctl. Designed for modularity, performance, and ease of extension.

Current features

  • Database (MySQL/Marinadb) integrated house, territory and player information.
  • Gang wars by capturing territories.
  • Teleportation pickups (not fully developed).
  • Secure authorization using hash encryption.

🛠 Available Commands

Command Description
/givecar Spawns a vehicle for a player
/givemoney Gives money to a player
/givegun Gives a weapon
/pay Transfer money to another player
/tp Teleport to coordinates
/jetpack Gives a jetpack
/pos Shows current position and angle
/fixcar Repairs the current vehicle
/stats Shows player statistics
/help Lists available commands
/changeinterior Change player's interior
/addpickup Creates a teleport pickup
/removepickup Removes a pickup
/listpickups Lists all pickups
/reloadpickups Reloads pickup data from DB
/reloadterritories Reloads territory zones
/reloadhouses Reloads house data from DB
/capture Initiates gang territory capture
/changevirtualworld Sets player's virtual world

Installation

Clone the repository:

git clone https://github.com/Quante31/samp-server-mod
cd samp-server-mod

Install sampctl into the same folder and initiate:

sampctl init

Compile and run:

sampctl build
sampctl run

About

GTA San Andreas multiplayer game server mod written in pawn, featuring connection with MySQL, basic player commands, player information

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages