15.05.2011, 08:33
How Do i edit the GF faction ranks?
Here is the script I need help with
I want:
12.Chief
11.Deputy Chief
10.Commander
9.Captain II
8.Captain I
7.Sargent II
6.Sargent I
5.Lead Officer
4.Senior Officer
3.Officer II
2.Officer I
1.Cadet
Here is the script I need help with
Код:
case 1: // police
{
switch(PlayerInfo[playerid][pRank])
{
case 6: string = "Chief";
case 5: string = "Deputy Chief";
case 4: string = "Captain";
case 3: string = "Sergeant";
case 2: string = "Senior Officer";
case 1: string = "Officer";
default: string = "Cadet";
}
}
12.Chief
11.Deputy Chief
10.Commander
9.Captain II
8.Captain I
7.Sargent II
6.Sargent I
5.Lead Officer
4.Senior Officer
3.Officer II
2.Officer I
1.Cadet

