[Help] Dini Set
#2

Quote:
Originally Posted by borisblat
why when i do this :

dini_Set(dinipath, "car", "%d" , i-100);

under the key car it doing %d and not the number?
Try:
pawn Код:
new Car[3];
format(Car,sizeof(Car),"%d",i-100);
dini_Set(dinipath,"car",Car);
Reply


Messages In This Thread
[Help] Dini Set - by borisblat - 29.05.2009, 14:10
Re: [Help] Dini Set - by Sdhoirm - 29.05.2009, 14:15
Re: [Help] Dini Set - by Weirdosport - 29.05.2009, 14:15

Forum Jump:


Users browsing this thread: 1 Guest(s)