enum problem please help![SOLVED]
#1

Hi for last 2 days i was trying to solve my enum problem:

Код:
enum pRank
{
	gRank[20]
}
new gPlayerRank[MAX_PLAYERS][20];
And this is how i set the gRank

Код:
gPlayerRank[playerid][gRank] = "Private";
I want this to show up as an item in my stats dialog so i did:

Код:
new string0[64];
format(string0,sizeof(string0),"Rank:  			%s", gPlayerInfo[playerid][gRank]);
When i do that i get Tag mismatch warning, and its about this line:

Код:
format(string0,sizeof(string0),"Rank:  			%s", gPlayerInfo[playerid][gRank]);
Finally i did print i get something like this:

Код:
Rank:  			9ţ
I was trying to fix this problem for 2 days now, asked on the irc and nobody knew the solution, thats why im begging you for help, i just dont know what can be wrong ;l

Reply


Messages In This Thread
enum problem please help![SOLVED] - by kamilbam - 03.01.2010, 23:37
Re: enum problem please help! - by [HiC]TheKiller - 03.01.2010, 23:43
Re: enum problem please help! - by kamilbam - 03.01.2010, 23:48

Forum Jump:


Users browsing this thread: 1 Guest(s)