Okay, well myself and Demisis have designed a new system for the gangs. Here's currently what it supports
PHP Code:
Gang Functions:
:help :- Displays these help functions
:addMember ''Account'' ''Rank'' :- Adds the player to the gang
:removeMember ''Account'' :- Removes the member from the gang
:newRank ''Account'' ''Rank'' :- Edits the players rank
:editRank ''Rank'' ''Rights'' :- Edits a ranks rights
Rights allowed :-
a := Can add members to the gang
r := Can remove members from the gang
e := Can edits a members rank
w := Can edit rank rights
s := Can withdraw from the safe
n := Can change the gang name
f := Can change the gang tags format
l := Can add/remove a leader [Does not remove from gang]
:withdraw [Cash Amount] :- Withdraws money from the gang safe
:donate [Cash Amount] :- Adds money to the gang safe
:gangName ''New Name'' :- Changes the gangs name
[Anything abusive and your gang will be destroyed without hesitation]
:tagFormat ''new Format'' :- Changes how the tag looks
:sellGang [Cash Amount] :- Players can buy the gang
[Right click to cancel the selling]
:viewMembers :- Displays a list of all the members in the gang
:viewLeaders :- Displays a list of the leaders in the gang
:viewRanks :- Displays a list of the ranks the in gang
Viewing gang leaders
PHP Code:
Gang Leaders:
1, Meph
2, Chandler
Viewing Gang Ranks
PHP Code:
Gang Ranks:
1, hi [e,r]
2, htei [0]
3, Owner [r,e,a,s]
4, 0wner [r,e,a]
Viewing Gang Members
PHP Code:
Gang Members:
1, Meph (Recruite)
2, Chandler (Recruite)
Total Members: 2
It uses the Item buying menu to buy it too. All works, the only time a player needs to be online is when adding the player to the gang. Once that player is added, you can do any other function if that player isn't online.
Let's hope that it's released soon!