18.05.2013, 20:50
Here is what I am trying to do...
Код:
if(!strcmp(option, "updates", true)) { new File: file = fopen("updates.cfg", io_append); format(string, sizeof(string), "%s - [%d/%d/%d - (%d:%d > This is the time.)]\r\n", params, PlayerInfo[playerid][pIMonth], PlayerInfo[playerid][pIDay], PlayerInfo[playerid][pIYear], PlayerInfo[playerid][pIHour], PlayerInfo[playerid][pIMinute]); fwrite(file, string); fclose(file); format(string, sizeof(string), "AdmWarn: %s has posted updates, use /updates to view it.", RPN(playerid)); SendClientMessageToAll(COLOR_LIGHTRED, string); return 1; }