30.04.2014, 19:05
Dear SA:MP community,
When a player leaves during the registration process, for example when he presses "Quit" during the password selection, he will be kicked and the .ini file that was created should be removed.
However, the .ini file is not removed when the player leaves during the registration.
I've used the following code under every single dialog.(!response):
Can anyone help me with this matter?
If you need more codes of my script, let me know.
Help is much appreciated.
Sincerely
Bible
When a player leaves during the registration process, for example when he presses "Quit" during the password selection, he will be kicked and the .ini file that was created should be removed.
However, the .ini file is not removed when the player leaves during the registration.
I've used the following code under every single dialog.(!response):
pawn Код:
if(fexist(UserPath(playerid)))
{
fremove(UserPath(playerid));
}
If you need more codes of my script, let me know.
Help is much appreciated.
Sincerely
Bible