PHP Code:
case 0:
{
showmotd(id)
}
or if you don't need to do anything special before the native show_motd() just use
PHP Code:
case 0:
{
show_motd(id, "motd.txt", "Testing MOTD")
}
Quote:
Originally Posted by Dr.G
|
There is nothing wrong with the "old" menu system. As far as I know it's not a depricated method. The "new" menu system is just an "easier" method of getting to the same place. Each has it's own qualities. If you can successfully do it the "more complicated" way then more power to ya.