Loading a string from a file?
#1

Hi,
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
The line is this:

Код:
PlayerInfo[playerid][pEmail] = dini_Get(connect, "Email");
I tried it like this too:

Код:
format(PlayerInfo[playerid][pEmail], 59, dini_Get(connect, "Email"));
Reply


Messages In This Thread
Loading a string from a file? - by kevin433 - 15.02.2009, 12:50
Re: Loading a string from a file? - by Donny_k - 15.02.2009, 12:58
Re: Loading a string from a file? - by kevin433 - 15.02.2009, 13:00

Forum Jump:


Users browsing this thread: 2 Guest(s)