10.11.2017, 18:38
Hi
It's correct this code?
or this is correct?
It's correct this code?
Quote:
format(string, sizeof(string), "Accounts/%s.ini", params); if(fexist(string)) { if(fexist(string)) FIXES_fclose(string), fremove(string); format(string, sizeof(string), "You deleted the Account (%s.ini)", params); SendClientMessage(playerid, COLOR_GREY, string); } |
Quote:
format(string, sizeof(string), "Accounts/%s.ini", params); if(fexist(string)) { if(fexist(params)) FIXES_fclose(params), fremove(params); format(string, sizeof(string), "You deleted the Account (%s.ini)", params); SendClientMessage(playerid, COLOR_GREY, string); } |