Variable String Error
#1

I have this:
Код:
enum IgracPodatoci
{
	Lozinka[512]
}
new iData[MAX_PLAYERS][IgracPodatoci];
When i try to change that value to something:
Код:
iData[playerid][Lozinka] = "asd";
I get this error:
Код:
error 047: array sizes do not match, or destination array is too small
Reply
#2

You must use format or strcat/strcpy.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)