SA-MP Forums Archive
Little .ini Question - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Little .ini Question (/showthread.php?tid=321995)



Little .ini Question - Blunt P - 29.02.2012

I know, that i can create an ini by using fcreate, but how can i delete an ini per command?

I seem to retarded to find it


Re: Little .ini Question - Walsh - 29.02.2012

File Functions
Put it in a command. Simple logistics.


AW: Re: Little .ini Question - Blunt P - 29.02.2012

Quote:
Originally Posted by Walsh
Посмотреть сообщение
File Functions
Put it in a command. Simple logistics.
acually that did not rly help. I still dont know howto delete a .ini file by using a command :/

That tutorial only shows howto write and read the file, but i want to delete it. Dunno if there is even a command like that :/

PS: i know howto use commands and such, i only need to know howto delete an ini file


Re: Little .ini Question - Walsh - 29.02.2012

Are you using the classic file writing system or are you using Dini or y_ini?


AW: Re: Little .ini Question - Blunt P - 29.02.2012

Quote:
Originally Posted by Walsh
Посмотреть сообщение
Are you using the classic file writing system or are you using Dini or y_ini?
Classic. (if you accually can call it like that xD )


Re: Little .ini Question - Walsh - 29.02.2012

Lol, can't believe I didn't think of this. fremove Try that?


Re: Little .ini Question - Ballu Miaa - 29.02.2012

First of all! there are different systems available to us on SAMP Community which work on a file.

By Default pawn there is File Functions fremove and so on! Next there are Dynamic system's which work a file such as y_ini , bini , dini , etc. You can search all of them. Even there's a thread which contain's links to all the file processor's available.

You can go for Y_ini as its one of the best we have here! One of the fastest as well. dont use dini cause it create's lag.

EDIT: Answer to your question is : fremove.