File Rename (y_ini) - 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: File Rename (y_ini) (
/showthread.php?tid=404445)
File Rename (y_ini) -
Zex Tan - 03.01.2013
How to rename a file IG ? Like the command /setname, if a player exit, it will save the players name.... Any function for that
Re: File Rename (y_ini) -
Sinner - 03.01.2013
Most of the INI systems have an frename() function that will rename a given file (or something similar, look up the documentation on whatever you're using).
Re: File Rename (y_ini) -
Zex Tan - 03.01.2013
Quote:
Originally Posted by Sinner
Most of the INI systems have an frename() function that will rename a given file (or something similar, look up the documentation on whatever you're using).
|
Alright, thanks for the info.