19.12.2009, 17:55
Hey,
Is it possible to create a folder using dini?
If not, what should I use to create a folder in scriptfiles/ directory?
What I want to make is for my gang system, and this doesn't work in dini:
Is it possible to create a folder using dini?
If not, what should I use to create a folder in scriptfiles/ directory?
What I want to make is for my gang system, and this doesn't work in dini:
pawn Код:
format(gangfile,60,"%s/%s.gang",GangName,GangName);
dini_Create(gangfile);