01.09.2010, 19:22
Hey, I'm trying to create this dynamic gang system for my server.
The problem is that any help I can find is always in a different language, and I know english.
Im trying to make a gang system that works for EVERYONE. All factions or anyone solo, (Even Law Enforcement).
I wanna have commands like:
/creategang [Name] // Creates a gang with the name you chose.
/changename [Name] // Changes the name of your current gang (Must be the leader)
/changerank [Name/ID] [Rank 1-5] // Changes the selected members rank, 5 being the highest as leader.
/setrank [1-5] [Name] // Sets the name of said rank. I.E. Rank 5 - Boss, Rank 1 - Soldier etc.
/recruit [ID] // Will invite the player to your gang (Must be leader to work)
/gangkick [ID] // Will kick the player from your gang (Must be leader to work)
So, how would I go about creating a system like this?
The problem is that any help I can find is always in a different language, and I know english.
Im trying to make a gang system that works for EVERYONE. All factions or anyone solo, (Even Law Enforcement).
I wanna have commands like:
/creategang [Name] // Creates a gang with the name you chose.
/changename [Name] // Changes the name of your current gang (Must be the leader)
/changerank [Name/ID] [Rank 1-5] // Changes the selected members rank, 5 being the highest as leader.
/setrank [1-5] [Name] // Sets the name of said rank. I.E. Rank 5 - Boss, Rank 1 - Soldier etc.
/recruit [ID] // Will invite the player to your gang (Must be leader to work)
/gangkick [ID] // Will kick the player from your gang (Must be leader to work)
So, how would I go about creating a system like this?