- Joined
- Sep 7, 2008
- Messages
- 320
JASS:
call PreloadGenStart()
call PreloadGenClear()
call Preload( codes ) //")
call PreloadGenEnd("DataManager\\" + name +"-" + class + ".txt")
// codes = save code
// name = player name
// class = class of hero
Here's my code but i dont know how to save it to txt file correctly or take string code from txt files
Anyone can help me this