dini_Get
#5

Quote:
Originally Posted by Vince
Fixed it

pawn Код:
format(HouseInfo[i][owner], 24, dini_Get(HouseFile, "owner"));
Correct.

But secure:
pawn Код:
format(HouseInfo[i][owner], 24, "%s", dini_Get(HouseFile, "owner"));
Since sometimes % are in strings, so you should always use "%s" if you want to do that.

- Draco
Reply


Messages In This Thread
dini_Get - by Vince - 10.06.2009, 14:06
Re: dini_Get - by Andom - 10.06.2009, 14:27
Re: dini_Get - by Vince - 10.06.2009, 16:11
Re: dini_Get - by efeX - 10.06.2009, 18:43
Re: dini_Get - by DracoBlue - 10.06.2009, 18:59

Forum Jump:


Users browsing this thread: 1 Guest(s)