Help with a stock.
#8

PHP код:
stock rankname(playerid)
{
new 
restring[128];
            switch(
PlayerInfo[playerid][pRank])
            {
                        case 
0restring "None";
                        case 
1restring "Recruit";
                        case 
2restring "Police Officer I";
                        case 
3restring "Police Officer II";
                        case 
4restring "Lead Officer";
                        case 
5restring "Senior Lead Officer";
                        case 
6restring "Sergeant";
                        case 
7restring "Staff Sergeant";
                        case 
8restring "Lieutenant";
                        case 
9restring "Captain";
                        case 
10restring "Commander";
                        case 
11restring "Deputy Chief";
                        case 
12restring "Chief of Police";
            }
return 
restring;

Reply


Messages In This Thread
Help with a stock. - by xRandomGuy - 29.01.2012, 20:48
Re: Help with a stock. - by LetsOWN[PL] - 29.01.2012, 20:52
Re: Help with a stock. - by Wesley221 - 29.01.2012, 21:09
Re: Help with a stock. - by MP2 - 29.01.2012, 21:11
Re: Help with a stock. - by Ash. - 29.01.2012, 21:13
Re: Help with a stock. - by MP2 - 29.01.2012, 21:15
Re: Help with a stock. - by Ash. - 29.01.2012, 21:16
Re: Help with a stock. - by yanir3 - 29.01.2012, 21:42
Re: Help with a stock. - by xRandomGuy - 29.01.2012, 21:45

Forum Jump:


Users browsing this thread: 1 Guest(s)