Posts: 512
Threads: 28
Joined: Feb 2012
Reputation:
0
I want to make a login register system, so I decided to make it with fread, etc.
Cand somebody learn me how to manipulate them? In any language I was never supposed to make scripts who write on file
Posts: 944
Threads: 128
Joined: Sep 2014
Reputation:
0
Dude, if you want to make it easy and fast you need to use an ini processor. Using only file functions makes it harder and slow. Look into an ini processor include. You will see that the code is pretty big and requires a lot of work. Your gamemode is not going to be too good if you are not going to use any includes.
Posts: 512
Threads: 28
Joined: Feb 2012
Reputation:
0
Ok, I downloaded dini, but how I use it? can you tell me functions?