MYSQL tutorial, Please
#1

How Do i edit the GF faction ranks

Here is the script

Код:
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";
				}
			}
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
Reply
#2

Lock this!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)