Hi there,
I need some help
Code:
#include <amxmodx>
#include <amxmisc>
Public admin_motd(id,cid) {
show_motd(id,"motd.txt","Message of the Day.")
return PLUGIN_CONTINUE
}
public plugin_init() {
register_clcmd("say /motd","admin_motd",0,"- Shows the MOTD.")
}
In this code i wan't the File name to be a Variable that can be accessed from the config or any file that have the ability to do it but i wan't to make it so no body have to recompile it and edit the file name / change the file.