Posts: 109
Threads: 19
Joined: Jun 2015
Reputation:
0
guys i need ranks system for role player script
example:
SAPD leader can use /setrank to set his member rank and all the ranks saved in a file in scriptfiles
Posts: 74
Threads: 18
Joined: Mar 2015
Reputation:
0
this is scripting help
NOT SCRIPT SHIT 4 U
search filterscripts keyword rank
Posts: 561
Threads: 27
Joined: Sep 2012
I'll give you a little clue.
You should create some variables of your Rank, i'll give you an exemple : IsSoldat[MAX_PLAYERS], IsLeaderSoldat[MAX_PLAYERS].
So, i did defined the variables of the rank "Soldat" and "Leader Soldat".
When the variable's 1 it's working, when it 0 it stops here.
And now, you should create a command of the Leaders where they can set a variable of 1 to the mentioned player.
KillerDVX,
Posts: 10,066
Threads: 38
Joined: Sep 2007
Reputation:
0
That is super wasteful considering you can use 1 for member and 2 for leader. Or any of the other 2 billion numbers.