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

