I guess ill post it here since i cant test with only one person.
Code:
register_concmd("showbook", "book")
}
public book(id)
{
new location[]="book.txt"
show_motd(id,location,"Black Book")
return PLUGIN_HANDLED
}
Will this show everyone book.txt on the server? Or will it only show the person who does the command?