04.08.2010, 23:42
(
Последний раз редактировалось Kar; 04.08.2010 в 23:54.
)
pawn Код:
new bfile[128];
#define bfile_path "Businesses/%s.ini" // Where the pfile is stored, change this and it changes the hole script to it :)
pawn Код:
format(bfile,sizeof(bfile),BusinessInfo[BusinessCount][BizName],bfile_path);
why aint the bizname showing?
dini_Set(bfile, "BizName", BusinessInfo[BusinessCount][BizName]);
cant use intset cus it would be a integar then..