28.02.2014, 18:10
Quote:
How would you save to the file?
Normal file functions or are you planning on making a similar inline macro? |
pawn Code:
new
value,
Float:fValue,
str[32];
append File("file.ini", "Field", value, "Float", fValue, "String", str)
{
print("File saved!");
}