15.02.2009, 12:50
Hi,
I want to load a string from a file. I tried it a few times, but i always get this error:
The line is this:
I tried it like this too:
I want to load a string from a file. I tried it a few times, but i always get this error:
Код:
C:\Users\*****\Desktop\samp02Xserver.win32\gamemodes\*****.pwn(18523) : error 047: array sizes do not match, or destination array is too small
Код:
PlayerInfo[playerid][pEmail] = dini_Get(connect, "Email");
Код:
format(PlayerInfo[playerid][pEmail], 59, dini_Get(connect, "Email"));