28.01.2015, 11:49
If you want to delete his file if he is not registered add under the register dialog
PHP Code:
if(!response) return Kick(playerid);
if(fexist(UserPath(playerid)))
{
fremove(UserPath(playerid));
}