Posts: 61
Threads: 19
Joined: May 2014
Reputation:
0
Hello.
Guys, how can I copy the content of one .ini file to another one?
There're about 30 rows in this file.
Sorry for my English.
Posts: 61
Threads: 19
Joined: May 2014
Reputation:
0
But there're no copy all file content function..or rename file function. =(
Posts: 4,885
Threads: 57
Joined: Jun 2012
Reputation:
0
Well he just made a mistake not listing the native there it is there look at the function documentation.
Posts: 2,593
Threads: 34
Joined: Dec 2007
pawn Код:
format(string,sizeof(string),"/Files/Players/%s.ini",plnamep);
format(string2,sizeof(string2),"/Files/Players/%s.ini",changenam);