Y_INI [ help ]
#1

Guys how would i read a string in Y_INI?

for example i have this

Код:
password = fanrapyt
how would i read that as string?

i cant Use INI_String because always Unknown
Reply
#2

guys anyone?
Reply
#3

The hell, stop bumping, not even 30 minutes passed!
Reply
#4

How come you can't use INI_String? That's what that is for:

pawn Код:
INI_String("Password", string, size);

// in your case, something like:

new pass[64];
INI_String("Password", pass, 64);
printf("%s", pass);
That surely must work... What error you get with INI_String? Unknown what ?
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)