28.08.2009, 18:30
Hi,
Just started learning the dini functions...
Having this code didn't create a file, what does?
Grts Riz
Just started learning the dini functions...
Having this code didn't create a file, what does?
pawn Код:
if(!dini_Exists(posfile))
{
GetPlayerName(playerid, PlayerPosName, sizeof(PlayerPosName));
format(posfile, sizeof(posfile), "/xadmin/locations/%s.ini", PlayerPosName);
dini_Create(posfile);
}