Is there a way that I can make text files reachable only for reg users? A script or a command? Please help me. Thank you
You mean those files that are handled by PtokaX?
I mean the text files that you put in the foler Texts :)
Anyone? :'(
Nice... Thank You :) Just two more things that I would like you to help me with. Could you tell me the lines that I have to modify so that only unreg users cannot see the text files and that the text files will appear in PM. Thanks, again ;)
Change this:
if user.iProfile ~= -1 and GetProfilePermissions(user.iProfile).bRefreshTxt == 1 then
to this:
if user.iProfile ~= -1 then
Btw. it's still sends the messages in PM as I saw
I didn't quite got that from the script notes. Thx Mutor and you too, Hungarista