A gamemode built from scratch for NCRP. Developed in pawn language.
- Users module
- Ban module
- Admin module
- Vehicle module
- Chat module
[prefix]_[content].pwn
SendErrorMessage()
Parameter | Type | Description |
---|---|---|
playerid |
int |
Required. The player id |
message |
string |
Required. The error message |
SendUsageMessage()
Parameter | Type | Description |
---|---|---|
playerid |
int |
Required. The player id |
message |
string |
Required. The usage message |
SendInfoMessage()
Parameter | Type | Description |
---|---|---|
playerid |
int |
Required. The player id |
message |
string |
Required. The info message |
SendServerMessage()
Parameter | Type | Description |
---|---|---|
playerid |
int |
Required. The player id |
message |
string |
Required. The server message |
Color | Hex |
---|---|
Server Messages | X11_INDIAN_RED |
Usage Messages | X11_LIGHT_YELLOW |
Error Messages | X11_VIOLET_RED_1 |
Info Messages | Y_LIGHT_SKY_BLUE |
To deploy this project make sure you have sampctl and xampp installed.
Grab the sql files from the modules and import them to your database.
Open the mysql.ini
file and enter your database details.
Ensuring the dependencies!
sampctl package ensure
Building the gamemode!
sampctl package build
Running the gamemode!
sampctl package run
For support, email [email protected] or DM me in Discord (JasonTheMan#7125).
Contributions are always welcome!
Contact me in Discord (JasonTheMan#7125) for ways to get started.
Please adhere to this project's code of conduct
.
Was a little annoying at start as I had left the community of SAMP a long time ago, but I eventually got the hang of it.
Getting used to mysql queries and how sql syntax works.