[FilterScript] Gang System DK
#1

Features
  • Gang zone creator in-game
  • Create gang in-game
  • Invite players
  • Kick members
  • Private gang vehicles
  • Conquer gang zones
  • Gang tag
  • Revenue money from conquired zones
  • Plate on gang vehicles
  • [new]Added Gang PayDay system
Commands
  • All players
    • /Gang - See all commands
    • /Gang Info - See help for Gang System
    • /Gang Create - Create a gang's
    • /Gang Invite - Invite a player to join in your gang's
    • /Gang Join - Accept the last gang's invite
    • /Gang Leave - Abbandona la gang's attuale
    • /Gang Stats - See your gang's stats
    • /Gang List - See the gang's list
    • /Gang PaymentList - See all member's Payment percentage
    • /Gang Top - See the SCORE (Tot Conquired Zones + (Tot Gang Kills / 10)), TOT GANG KILLS and TOT CONQUIRED ZONES
  • Gang Owner
    • /Gang Kick - Kicks a player from your gang
    • /Gang Tag - Sets the gang's tag
    • /Gang Vehicle - Sets your gang's vehicle model, color1 and color2
    • /Gang Color - Changes you gang's color
    • /Gang PaymentSet - Sets the percentage of a member's payday
  • Admin
    • /Gang Zone - Create a gang zone
    • /Gang Resetcash - Reset the zone's cash
    • /Gang Pickup - Set the cash's pickup position
    • /Gang Vehzone - Set the gang's vehicles position
Sreenshots and Videos
https://www.youtube.com/watch?v=KQkEk058lfg


Scriptfiles & Defines
pawn Код:
#define MAX_ZONES 64            //Max zones
#define MAX_GANGS 20            //Max gangs
#define MAX_MEMBERS 15          //Max Gang's members
#define MAX_GVEHICLES 3         //Max Vehicle for a zone
#define GANG_CASH_ICON_ID 0

#define AllowDecreaseTotKills true //If it is true, when a player in a gang death, the player's gang TotKills will decrease

#define MembersForConq 3        //Members needed to conquer a gangzone
#define TimeForConq 60000       //Time in milliseconds to conquire a gangzone
#define MoneyAfterConq 2500     //Will give this value at all members who conquired a zone
#define TimerAddCash 60000      //Every this time, the gangzone will receve the value AddCash
#define AddCash 25              //influeced by TimerAddCash: Every that time, the cash of gang zones will increased with this value
#define mapiconid 0
#define GangPayDay 12           //Expressed in hour (Will give gang money on this hour of the day at the members, default: 12:00)

#define GangCFGFile     "M3_Server/GangFS/Gang.cfg"         //Create a little Info about Gang and Zones created
#define GangIDFile      "M3_Server/GangFS/Gangs/%d.cfg"     //Storage the gang file
#define GangZoneFile    "M3_Server/GangFS/Zones/%d.cfg"     //Storage the zone file
#define GangUserFile    "M3_Server/GangFS/Users/%s.ini"     //Storage User file (Of gang system)
#define UserBankFile    "M3_Server/GangFS/Users/%s.ini"     //Storage the cash of the payday's Player (Important to change it if you have an another folder for your Bank System)
Includes
pawn Код:
#include <a_samp>
#include <streamer>
#include <Dini>
#include <sscanf2>
Plugins
"Streamer" by Incognito: https://sampforum.blast.hk/showthread.php?tid=102865

Downloads
Quote:
GangDK3.0
GangDK96_3.0.pwn
GangDK96_3.0.amx
GangDK96_3.0.rar
  • Added Gang PayDay
BUGS:
  • The percentage of a member can be up of 100/100
Quote:
GangDK3.1
GangDK96_3.1.pwn
GangDK96_3.1.amx
GangDK96_3.1.rar
  • Bug fixed (setting member percentage problem)
  • Added message of percentage changed with "/gang paymentset" command
BUGS:
NOTHING

Quote:
GangDK3.1.2
GangDK96_3.1.2.pwn
GangDK96_3.1.2.amx
GangDK96_3.1.2.rar
  • Added shorter command (now you can use "/g" and "/gang")
  • Added gang score (too see the gang score use /gang top)
BUGS:
NOTHING, FOR NOW

Credits:
DarK_FeneR996 (me) (ALL THE SCRIPT)
shourya12 Suggestion of Top Gang and Shorter Gang command
Tommyx3 Suggestion Shorter Gang command and little code helping for Shorter Gang Command
Reply


Messages In This Thread
Gang System DK - by DarK_FeneR - 08.01.2016, 18:15
Re: Gang System DK - by Zikoo - 08.01.2016, 18:37
Re: Gang System DK - by Infinity - 08.01.2016, 21:13
Re: Gang System DK - by DarK_FeneR - 09.01.2016, 00:24
Re: Gang System DK - by Bolex_ - 09.01.2016, 13:40
Re: Gang System DK - by DarK_FeneR - 09.01.2016, 18:00
Re: Gang System DK - by DarK_FeneR - 21.03.2016, 12:38
Re: Gang System DK - by Roozevelt - 21.03.2016, 13:04
Re: Gang System DK - by DarK_FeneR - 21.03.2016, 13:42
Re: Gang System DK - by Roozevelt - 21.03.2016, 13:57
Re: Gang System DK - by Pottus - 21.03.2016, 14:24
Re: Gang System DK - by DarK_FeneR - 21.03.2016, 14:49
Re: Gang System DK - by DarK_FeneR - 21.03.2016, 14:53
Re: Gang System DK - by DarK_FeneR - 21.03.2016, 15:25
Re: Gang System DK - by Roozevelt - 21.03.2016, 15:48
Re: Gang System DK - by DarK_FeneR - 21.03.2016, 16:14
Re: Gang System DK - by jazzyKISS - 21.03.2016, 17:07
Re: Gang System DK - by DarK_FeneR - 21.03.2016, 17:20
Re: Gang System DK - by Roozevelt - 22.03.2016, 19:22
Re: Gang System DK - by DarK_FeneR - 22.03.2016, 20:10
Re: Gang System DK - by JamalMaddox - 23.03.2016, 06:32
Re: Gang System DK - by DarK_FeneR - 24.03.2016, 12:09
Re: Gang System DK - by Roozevelt - 25.03.2016, 20:30
Re: Gang System DK - by DarK_FeneR - 26.03.2016, 12:06
Re: Gang System DK - by XSharkX - 26.03.2016, 21:37
Re: Gang System DK - by DarK_FeneR - 29.05.2016, 15:52
Re: Gang System DK - by Roozevelt - 30.05.2016, 07:37
Re: Gang System DK - by Tommyx3 - 30.05.2016, 11:05
Re: Gang System DK - by DarK_FeneR - 30.05.2016, 22:47
Re: Gang System DK - by shourya12 - 31.05.2016, 04:25
Re: Gang System DK - by DarK_FeneR - 31.05.2016, 17:08
Re: Gang System DK - by Romero837 - 15.08.2016, 22:30
Re: Gang System DK - by XHunterZ - 15.08.2016, 23:44
Re: Gang System DK - by Mozzarela - 25.04.2018, 08:05

Forum Jump:


Users browsing this thread: 3 Guest(s)