/removeacc help.
#6

Hi, now I get the message

' was succefully deleted from the database.

Quote:

CMD:deleteacc(playerid, params[])
{
new deletename[36];
if(sscanf(params,"s[36]", deletename)) return SendClientMessage(playerid, -1 , "Correct Usage: /deleteacc [name of the account you want deleted]");
new filestring2[128];
format(filestring2, sizeof(filestring2), "/Users/%s.ini", deletename);
if(!fexist(filestring2)) return SendClientMessage(playerid, -1 , "That account name doesn't exist!");
if(fexist(filestring2))
{
fremove(deletename);
SendAdminMessage(COLOR_YELLOW, "%s was succefully deleted from the database.",deletename);
}
return 1;
}

Reply


Messages In This Thread
/removeacc help. - by lean1337 - 08.02.2013, 11:30
Re: /removeacc help. - by blackdragon1 - 08.02.2013, 11:37
Re: /removeacc help. - by lean1337 - 08.02.2013, 11:38
Re: /removeacc help. - by lean1337 - 14.02.2013, 11:11
Re: /removeacc help. - by ZayanImran - 14.02.2013, 11:27
Re: /removeacc help. - by lean1337 - 14.02.2013, 13:22
Re: /removeacc help. - by ]Rafaellos[ - 14.02.2013, 15:10
Re: /removeacc help. - by lean1337 - 14.02.2013, 15:32
Re: /removeacc help. - by ]Rafaellos[ - 14.02.2013, 15:39

Forum Jump:


Users browsing this thread: 1 Guest(s)