i want to make a plugin
that when you say /admin you see a file like motd.txt
but then admin.txt that is located in addons/amxmodx/configs folder
and the server must have it
and you have to code it in html
first say if it all can be done
sry first plugin i'm a noob
do i just do this show_(56)
but then with admins i have this code but I think it doesn't work
Code:
show_admins(id,"addons/amxmodx/config/admin.txt","All Admins")
__________________