I have this plugin that someone made for me that uses these commands. This is not used for serverside. Its pulls sound from a database that are all in the always.dat and i get this error (at bottom)
<command name="snda">
<permission level="3"/>
<syntax value="!snda <soundfile.wav>"/>
<help value="Plays a sound heard by all players. "/>
<enabled value="1"/>
<hideInHelp value="0"/>
<group>irc_admin</group>
</command>
<command name="sndp">
<permission level="3"/>
<syntax value="!sndp <user> <soundfile.wav>"/>
<help value="Plays a sound heard (only) by user."/>
<enabled value="1"/>
<hideInHelp value="1"/>
<group>irc_admin</group>
</command>
<command name="sndt">
<permission level="3"/>
<syntax value="!sndp <team> <soundfile.wav>"/>
<help value="Plays a sound heard (only) by team."/>
<enabled value="1"/>
<hideInHelp value="1"/>
<group>irc_admin</group>
</command>
DBD::SQLite2::st execute failed: no such table: mp3s(1) at dbdimp.c line 412 at
brdatabase.pm line 63.
I would just like to know what the error means