Jump to content
SSForum.net is back!

Recommended Posts

Posted

i was learning programming a plugin for MERVbot and i found out how to let a bot say somthing back (ezz) but now i wanted to make a buyplugin with numerical parameters. scrypt:

 

if (c->check("test")) { // reads in test #, default to 1 if invalid number input

int temp = 1;

 

if (isNumeric(c->final))

temp = atoi(c->final);

 

but i dont get how i can let a bot say something back this way....

I am programming with Microsoft Visual C++ 6.0 (as said on: http://wiki.minegoboom.com/index.php/MERVB...t_.28plugin.29)

Can anyone edit this plugin so it sais "*prize #17" if i typ "!buy super" plz also explain what to edit so i can change rest of the commands on my plugin (i know still noob!@#$%^&*, i dont care, got to start somewhere blum.gif )

Guest
This topic is now closed to further replies.
×
×
  • Create New...