Fremove not work
#1

hello forum samp, help me this script i can't delete file, thanks all and happy new year
Код HTML:
forward test(playerid,password[]);
public test(playerid,password[])
{
   	new string2[128];
	format(string2, sizeof(string2), "User/%s.ini",password);
        if(dini_Exists(string2))
	{
            fremove("string2");
            SendClientMessage(playerid, COLOR_WHITE, "success");
        return 1;
	}
	SendClientMessage(playerid, COLOR_WHITE, "fail");
	return 1;
}
Reply


Messages In This Thread
Fremove not work - by cuchipkg - 31.12.2015, 16:09
Re: Fremove not work - by Kucin666 - 31.12.2015, 16:43
Re: Fremove not work - by cuchipkg - 31.12.2015, 16:47
Re: Fremove not work - by Kucin666 - 31.12.2015, 17:16
Re: Fremove not work - by cuchipkg - 31.12.2015, 17:41
Re: Fremove not work - by IceBilizard - 01.01.2016, 12:31

Forum Jump:


Users browsing this thread: 1 Guest(s)