How to create a file in amxx that not is in the server folder?
I want to have same banlist on all my servers that are on the same computer, but I don't know how to create a file outside server folder
It don't works with:
PHP Code:
new banfile[64]; add(banfile, sizeof(banfile) - 1, "C:/Bans/banlist.txt");