files, fuck files! but need them though.
#3

DINI Imo Is alot easier than that :P

Rather than:

new File:vipinfo=fopen(name, io_write);

You'd have:

new file[128], name[MAX_PLAYER_NAME];
GetPlayerName(playerid, name, sizeof name);
format(file, sizeof file, "%s.ini", name);
if(!fexist(file))
{
dini_Create(file);
}
else if(fexist(file))
{
dini...
}
Reply


Messages In This Thread
files, fuck files! but need them though. - by legodude - 11.04.2010, 13:13
Re: files, fuck files! but need them though. - by Winded - 11.04.2010, 13:17
Re: files, fuck files! but need them though. - by Torran - 11.04.2010, 13:18
Re: files, fuck files! but need them though. - by biltong - 11.04.2010, 13:47

Forum Jump:


Users browsing this thread: 1 Guest(s)