19.01.2011, 07:11
Quote:
Ehm, try instead of '{key}={value}' this: '{value} {key}'.
Example: Код:
format(var, 32, "%d pAdmin", PlayerInfo[playerid][pAdmin]); Код:
format(var, 32, "pAdmin=%d", PlayerInfo[playerid][pAdmin]); And also, Код:
new File: hFile = fopen(string3, io_write); |
i apologize for offtopix but i thought this needed to be said lol.