Re: Custom Brenbot Plugin Error [message #361589 is a reply to message #361585] |
Fri, 05 December 2008 18:28 |
|
danpaul88
Messages: 5795 Registered: June 2004 Location: England
Karma:
|
General (5 Stars) |
|
|
It means there's no table called mp3's in the brenbot.dat database, obviously it requires some custom setup. All official plugins will setup tables on their own when required.
Also, you do know BRenBot 1.52 *already* has commands for snda, sndp and sndt don't you?
<!-- Sound Commands
Commands for sending sounds to players in the server
-->
<command name="snda">
<permission level="3" />
<syntax value="!snda <soundfile.wav>" />
<help value="Plays a sound heard by all players. Filenames of soundfiles in always.dat should be used." />
<enabled value="1" />
<hideInHelp value="1" />
<group>irc_admin</group>
<module>bhs</module>
<alias>broadcast</alias>
</command>
<command name="sndp">
<permission level="3" />
<syntax value="!sndp <user> <soundfile.wav>" />
<help value="Plays a sound heard (only) by user. Filenames of soundfiles in always.dat should be used." />
<enabled value="1" />
<hideInHelp value="1" />
<group>irc_admin</group>
<module>bhs</module>
</command>
<command name="sndt">
<permission level="3" />
<syntax value="!snda <team> <soundfile.wav>" />
<help value="Plays a sound heard by entire team. Filenames of soundfiles in always.dat should be used. Team Nod or 0, Team GDI or 1." />
<enabled value="1" />
<hideInHelp value="1" />
<group>irc_admin</group>
<module>bhs</module>
</command>
EDIT: Changed quote to code so indenting does not get fucked up
[Updated on: Fri, 05 December 2008 18:31] Report message to a moderator
|
|
|