Tnkz FatalistDK

!!!
this work perfect
And what must i put to delete the file?
Because i put this, but donīt delete the file
Code:
delete_file( file );
Code:
new ip[33];
get_user_ip(id , ip , 32); // get their ip
new numero[33];
get_user_info(id, "aca", numero, 32);
formatex( text, 255, "addons/amxmodx/acalight/%s-%s.txt", numero, ip);
if(file_exists( text ))
{
delete_file( text );
}