07.02.2012, 14:46
Hello,
How can i copy the name of the userfile and create a new file with the same name??
This is what i was using in /setname with dini
Please help me to understand this. Thanks !
- Ballu Miaa
How can i copy the name of the userfile and create a new file with the same name??
This is what i was using in /setname with dini
pawn Код:
format(string, sizeof(string), "%s.ini", PlayerName(giveplayerid));
dini_Remove(string);// How can i do this with y_ini
format(string2, sizeof(string2), "%s.ini", tmp);
dini_Create(string2); // How can i do this with y_ini
- Ballu Miaa