Welcome to the official public release of the open.mp samp roleplay gamemode used in the All Kerala Roleplay server. This script was developed and maintained by NAJU (najuaircrack) with the intention of providing a semi-optimized, clean, and functional roleplay base for Open.MP-based SA-MP servers.
This release was made to ensure script integrity and transparency, especially in response to threats of unauthorized leaks. Please use this repository as the only official source of the AKRP V5-OMP script.
All Kerala Roleplay (AKRP) is a regional roleplay community founded in Kerala, India. Focused on realism and creative roleplay scenarios, AKRP provided a stable and immersive multiplayer experience using the open.mp-server.
- Founder: SHAZ
- Lead Developer: NAJU (najuaircrack)
- Lead Developer: ROCKY
- Owner: GULAN & MANU
- Script Version: V5-OMP
- Script Date: 20/05/2025
- Game Mode Engine: Open.MP (recommended for stability and performance)
- Script Language: PAWN (v3.10.10)
- Database: MySQL (R39-6 plugin)
- Libraries:
open.mp
standard library- YSI (for core utilities)
- Streamer
- MySQL plugin by BlueG
- PawnPlus
- Nex-AC
- Discord-Connector
- Weapon-Config
The script is intermediately optimized, capable of supporting up to 70 players concurrently on a mid-range VPS. It includes lightweight database interactions, cached data systems, and structured code organization for reliability.
Open the file:
config.json
And fill in your details:
- MySQL database host, name, username, password
- Server hostname, port
- Any other relevant flags
Go to: /core/definitions.pwn
Inside that file, update the following:
MYSQL_HOSTNAME
MYSQL_USERNAME
MYSQL_PASSWORD
MYSQL_DATABASE
Ensure your MySQL server is running and the credentials are correct.
Extract The include.rar
in /pawno.
Use the Pawn compiler (3.10.10 recommended). Compile the main AKRPV5.pwn
file to generate the .amx
.
Place all required plugins (.so
/ .dll
), includes, and compiled files into your server directory.
Start your server using:
omp-server.exe (or ./omp-server
on Linux)
Make sure the MySQL plugin is correctly loaded and your config file is valid.
This script is released only for public educational and non-commercial use. Any commercial usage, resale, or rebranding without explicit permission is prohibited.
You may:
- Fork and modify for learning or personal use
- Share improvements with the community via pull requests
- Raise issues and contribute fixes
You may not:
- Sell this script or use it in paid services
- Claim ownership or modify author credits
- Re-upload this script to third-party sites
If you face any issues:
- Use the Issues tab to report bugs or request fixes.
- All genuine issues will be reviewed and resolved as quickly as possible.
Author: NAJU
Email: Kcnajwan7@gmail.com
GitHub: https://github.com/najuaircrack
- Najuaircrack (Author)
- AKRP-TEAM
- Open.MP development team
- SA-MP community for inspiration and tools
- BlueG for MySQL plugin
- YSI library maintainers