Getting a string with dini?
#1

I found out how to set a string (dini_Set) but how can I recieve a string from a file?
Код:
PlayerInfo[playerid][Nick] = dini_Get(file, "Nick");
gives me this error:
Quote:

C:\Users\James\Desktop\SAMP\gamemodes\dm.pwn(243) : error 006: must be assigned to an array

PlayerInfo[playerid][Nick] = dini_Str(file, "Nick"); gives me this error:
Quote:

C:\Users\James\Desktop\SAMP\gamemodes\dm.pwn(243) : error 017: undefined symbol "dini_Str"

Reply


Messages In This Thread
Getting a string with dini? - by jameskmonger - 06.06.2010, 06:34
Re: Getting a string with dini? - by DJDhan - 06.06.2010, 07:15
Re: Getting a string with dini? - by jameskmonger - 06.06.2010, 07:28
Re: Getting a string with dini? - by Nero_3D - 06.06.2010, 07:41
Re: Getting a string with dini? - by jameskmonger - 06.06.2010, 08:20
Re: Getting a string with dini? - by Naxix - 06.06.2010, 08:26

Forum Jump:


Users browsing this thread: 1 Guest(s)