dini - File extension missing
#1

This is the code I have:

pawn Код:
new pFile[MAX_PLAY][48];

OnPlayerConnect:

format(pFile[playerid], sizeof(pFile), "Users/%s.ini", pName);

/register:

dini_Create(pFile[playerid]);
If I join with a 20 character name, it will only create 'xxxxxxxxxxxxxxxxxxxx.'

If I try this instead:

pawn Код:
dini_Create("xxxxxxxxxxxxxxxxxxxx.ini");
.. it works fine.

Help please.
Reply


Messages In This Thread
dini - File extension missing - by Mikep. - 01.01.2010, 19:47
Re: dini - File extension missing - by MerLow - 01.01.2010, 19:53
Re: dini - File extension missing - by Mikep. - 04.01.2010, 19:42

Forum Jump:


Users browsing this thread: 2 Guest(s)