It's corect?
#1

Hi

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);
}

or this is correct?

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);
}

Reply


Messages In This Thread
It's corect? - by Belengher - 10.11.2017, 18:38
Re: It's corect? - by Meller - 10.11.2017, 19:04
Re: It's corect? - by RakeDW - 10.11.2017, 19:27
Re: It's corect? - by lexurs - 11.11.2017, 01:12
Re: It's corect? - by Belengher - 11.11.2017, 05:35
Re: It's corect? - by SyS - 11.11.2017, 12:47
Re: It's corect? - by FireRage007 - 11.11.2017, 13:11

Forum Jump:


Users browsing this thread: 2 Guest(s)