Help with strings
#2

You can't do that (enums are not arrays) only way
pawn Код:
FactionInfo[facid][facname] = facdocara;
but not
pawn Код:
facdocara = FactionInfo[facid][facname];
solution:
pawn Код:
strcat(facdocara, FactionInfo[facid][facname]);
Reply


Messages In This Thread
Help with strings - by luccagomes15 - 26.09.2015, 23:57
Re: Help with strings - by Jefff - 27.09.2015, 00:39
AW: Help with strings - by Kaliber - 27.09.2015, 01:44
Re: Help with strings - by Jefff - 27.09.2015, 14:33
Re: Help with strings - by luccagomes15 - 29.09.2015, 22:55
Re: Help with strings - by Jefff - 29.09.2015, 23:29

Forum Jump:


Users browsing this thread: 1 Guest(s)