1. What Klippy said, but I would not say to avoid it completly. To be able to use a function, you need a way to identify it(so a signature file). My advice is to search in the forums for the functions you need(there are good chances someone did the signature already), at least until you learn how to find them by yourself. Once the signature file is available, you can hook it without problem.
2. First things first: always use the new file system. Open the file with
fopen and save it's pointer. Use
fgets to read a line(in a while loop). Then, use
parse to break the line into it's components(steamid, password, flags). There is a tutorial about that, search.
3.
https://forums.alliedmods.net/showpo...5&postcount=96
__________________