Y_ini Help
#1

Is it possible to delete file with Y_INI? Reason asking is cause when someone is registering and they fail the RP test I want it to delete the player file it created for them... So they have to go through the registration again.
Reply
#2

pawn Код:
new file[50];
format(file, sizeof(file), USER_PATH, idx);
fremove(file);
Reply
#3

idx is undefined?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)