13.01.2015, 17:47
(
Последний раз редактировалось EiresJason; 13.01.2015 в 18:26.
)
What does the string (file) contain when you print it out?
The line may cause some issues with the name of the file. The string 'file' only has a size of 32 but the name of the player combined with "users/[name].ini" might make the file name unfinished like "users/eires_jas" instead of "users/eires_jason.ini". Just a thought.
The line may cause some issues with the name of the file. The string 'file' only has a size of 32 but the name of the player combined with "users/[name].ini" might make the file name unfinished like "users/eires_jas" instead of "users/eires_jason.ini". Just a thought.
pawn Код:
format(file, sizeof(file), "users/%s.ini", playerb);