Problem with this
#1

Код:
new currank[64];
          		if(PlayerInfo[playerid][pDivision] == 1) { currank = "(NA)"; }
          		else if(PlayerInfo[playerid][pDivision] == 2) { currank = "(II)"; }
          		else if(PlayerInfo[playerid][pDivision] == 3) { currank = "(FTO)"; }
          		else if(PlayerInfo[playerid][pDivision] == 4) { currank = "(IA)"; }
          		else if(PlayerInfo[playerid][pDivision] == 5) { currank = "(SWAT)"; }
          		else { currank = "(NA)"; }
				if(PlayerInfo[playerid][pRank] == 10) { format(string, sizeof(string), "** Chief %s %d #%d: %s, over. **", str,currank,PlayerInfo[playerid][pBadgeNumber], result); }
Well this is a simple /radio command for cops etc anyway

Suppose to be

(IA) Because im set to Division 4
**Cheif John Miller (IA) #102 : test, over **

but its saying
**Cheif John Miller 60 #102 : test, over **

why is this ??
Reply


Messages In This Thread
Problem with this - by EdeniaGaming - 13.07.2011, 19:30
Re: Problem with this - by Calgon - 13.07.2011, 19:43
Re: Problem with this - by sleepysnowflake - 13.07.2011, 19:44

Forum Jump:


Users browsing this thread: 1 Guest(s)