Witchie NL Posted January 27, 2006 Report Posted January 27, 2006 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 ) Pwn3D
★ D1st0rt Posted January 27, 2006 Report Posted January 27, 2006 sendPrivate(p, "*prize #17); I would suggest taking a look at the code for TM Mer _UU___UU__SSSSS____AAA____UU___UU__SSSSS____AAA____UU___UU_SS_______AAAAA___UU___UU_SS_______AAAAA___UU___UU__SSSSS__AA___AA__UU___UU__SSSSS__AA___AA__UU___UU______SS_AAAAAAA__UU___UU______SS_AAAAAAA___UUUUU___SSSSS_AA____AA___UUUUU___SSSSS_AA____AAJ.C. Dento> prime example of why america will never be a world super power.Moscato> d1 is mad he will never have a job outside subspaceI can't see this because I turned signatures off. ps VT
Recommended Posts