dini_get returning nothing...
#1

I've made this in a timer:

pawn Код:
new House_1_Owner[MAX_STRING];
new House_2_Owner[MAX_STRING];

House_1_Owner = dini_Get("DCHouses/House_1.ini", "Owner");
House_2_Owner = dini_Get("DCHouses/House_2.ini", "Owner");
   
printf("House 1 Owner: %s", House_1_Owner);
printf("House 2 Owner: %s", House_2_Owner);
EDIT: Solved. Still, is this the right way to do it?

Thnx!
Reply


Messages In This Thread
dini_get returning nothing... - by Robbin237 - 05.05.2009, 09:23
Re: dini_get returning nothing... - by mascii - 05.07.2009, 01:31
Re: dini_get returning nothing... - by Correlli - 05.07.2009, 01:37
Re: dini_get returning nothing... - by mascii - 05.07.2009, 02:19
Re: dini_get returning nothing... - by Correlli - 05.07.2009, 02:27

Forum Jump:


Users browsing this thread: 1 Guest(s)