All Projects → Sreyas-Sreelal → SS-Gang-System-SQLITE

Sreyas-Sreelal / SS-Gang-System-SQLITE

Licence: other
SS Gang System for SA-MP

Programming Languages

Pawn
127 projects
assembly
5116 projects

Projects that are alternatives of or similar to SS-Gang-System-SQLITE

samp-foreach
foreach standalone include (non y_iterate version)
Stars: ✭ 20 (-13.04%)
Mutual labels:  sa-mp, samp
code-parse.inc
Pre-processor macros for analysing PAWN functions.
Stars: ✭ 23 (+0%)
Mutual labels:  sa-mp, samp
eSelection
Dynamic model selection library for SA-MP servers
Stars: ✭ 28 (+21.74%)
Mutual labels:  sa-mp, samp
GWRP-0.3
Игровой режим для San Andreas Multiplayer
Stars: ✭ 22 (-4.35%)
Mutual labels:  sa-mp, samp
protection
Flexible server protection system (development)
Stars: ✭ 23 (+0%)
Mutual labels:  sa-mp, samp
gta-samp-mouse-only
Play GTA San Andreas Multiplayer with mouse only and no keyboard
Stars: ✭ 22 (-4.35%)
Mutual labels:  sa-mp, samp
samp-discord-plugin
SA:MP Discord Rich Presence plugin
Stars: ✭ 63 (+173.91%)
Mutual labels:  sa-mp, samp
Pawn.CMD
🚀 Plugin-powered command processor for SA:MP server
Stars: ✭ 80 (+247.83%)
Mutual labels:  sa-mp, samp
Open-GTO
RPG gamemode for SA-MP
Stars: ✭ 45 (+95.65%)
Mutual labels:  sa-mp, samp
PacPaw
Pawn package manager for SA-MP
Stars: ✭ 14 (-39.13%)
Mutual labels:  sa-mp, samp
samp-node-lib
NodeJS library for Scripting San Andreas Multiplayer:SAMP depends on samp-node plugin
Stars: ✭ 23 (+0%)
Mutual labels:  sa-mp, samp
samp-ptl
SA:MP Plugin Template Library (C++17)
Stars: ✭ 16 (-30.43%)
Mutual labels:  sa-mp, samp
rustext
Fix Russian text plugin for SA-MP: GameText's, TextDraw's and Menu's
Stars: ✭ 15 (-34.78%)
Mutual labels:  sa-mp, samp
Pawn.Regex
🔎 Plugin that adds support for regular expressions in Pawn
Stars: ✭ 34 (+47.83%)
Mutual labels:  sa-mp, samp
numbsql
Run Numba compiled functions into SQLite
Stars: ✭ 34 (+47.83%)
Mutual labels:  sqlite
django-udemy-clone
Simple Udemy Clone using Django
Stars: ✭ 97 (+321.74%)
Mutual labels:  sqlite
EFCore.Sqlite.NodaTime
Adds support for NodaTime types when using SQLite with Entity Framework Core.
Stars: ✭ 21 (-8.7%)
Mutual labels:  sqlite
deutschland
Free open public domain football data for Germany (Deutschland) incl. Deutsche Bundesliga, 2. Bundesliga, 3. Liga, DFB Pokal etc.
Stars: ✭ 64 (+178.26%)
Mutual labels:  sqlite
AspSqliteCache
An ASP.NET Core IDistributedCache provider backed by SQLite
Stars: ✭ 39 (+69.57%)
Mutual labels:  sqlite
sampvoice
Software Development Kit for implementing Pawn voice systems for SA:MP servers.
Stars: ✭ 79 (+243.48%)
Mutual labels:  samp

SS-Gang-System-SQLITE

Dynamic gang system for SA-MP.This filterscript allows user to create custom gang,fight gang wars with other gangs and take over gang zones.The script available in both SQLITE and MySQL versions.This script undergone many tests by various server owners and scripters.If you found any bug or if you have any suggestions or improvements open an issue or make a pull request.

"pic" "pic" "pic" "pic" "pic" "pic" "pic" "pic" "pic" "pic" "pic" "pic" "pic" "pic"

Commands

*   /gcp        - to enter gang control panel
*   /creategang - to create new gang
*   /gangtag    - to add tag to your gang
*   /gwar       - to challenge other gang members for a gang war
*   /backup     - to request backup
*   /gkick      - to kick a member from gang
*   /setleader  - to set a member to leader
*   /gmembers   - to see whole members of gang
*   /top        - to see top 10 gangs
*   /ginvite    - to invite some to your gang
*   /accept     - to accept an invitation
*   /decline    - to decline an invitation
*   /gangcolor  - to change your gang color
*   /lg         - to leave the gang
*   /capture    - to capture a gangzone
*   /createzone - to create a gang zone(Rcon only)
*   /removezone - to remove a created zone(Rcon only)
*   /zones      - to show all gang zone and their details
*   /ghelp      - to view all cmds

Latest Changes

* Gang War logic has been re written now.Limit of on gangwar per time is removed.
* Gang ownership logic has been modified.Now system checks for another leader if the one leader leaves the gang.
* Added support for streamer.(See the custom settings)
* Changed database schema.(Old db is no longer supported.Delete it before using upgraded one).
* Minor bug fixed and optmisations.
* Added removezone command

Custom Settings

#define DEBUG (true)  // for debuging 
#define USE_STREAMER  (true)    //defining true uses streamer otherwise the script uses y_areas
#define MAX_GANGS                (50)
#define MAX_GZONES               (50)
#define MAX_GANG_WARS            (10) //Maximum number of gang wars at a time
#define ZONE_COLOR               (0xF3F0E596)
#define ZONE_LOCK_TIME           (10) //NOTE:The time should be given in seconds
#define ZONE_CAPTURE_TIME        (5)  //Same as above note
#define MAX_SCORE                (0)  //Maximum score to create a gang
#define ZONE_COLOR_OPAQUE_VALUE  (100)//Opaque value
#define CHAT_SYMBOL              '#'  //The prefix used for gang chat in game

Plugins and Libraries

Building and Installing

* Compile SS_GANG_MAIN.pwn
* Copy SS_GANG_MAIN.amx to filterscripts folder
* Add SS_GANG_MAIN  to server.cfg

Special Thanks

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].