CypherJF wrote: |
Well, it seems that you don't have the file in the same folder as your mervbot.exe |
Code: Show/Hide if (major > CORE_MAJOR_VERSION)
{ tell(makeEcho("DLL plugin cannot connect. This plugin is out of date.")); CONNECTION_DENIED = true; return; } else if ((major < CORE_MAJOR_VERSION) || (minor < CORE_MINOR_VERSION)) { tell(makeEcho("DLL plugin cannot connect. This plugin requires the latest version of MERVBot.")); CONNECTION_DENIED = true; return; } else tell(makeEcho("DLL plugin connected.")); |
Code: Show/Hide f (major > CORE_MAJOR_VERSION) { tell(makeEcho("DLL plugin cannot connect. This plugin is out of date.")); CONNECTION_DENIED = true; return; } else if ((major < CORE_MAJOR_VERSION) || (minor < CORE_MINOR_VERSION)) { tell(makeEcho("DLL plugin cannot connect. This plugin requires the latest version of MERVBot.")); CONNECTION_DENIED = true; return; } else tell(makeEcho("DLL plugin connected.")); |
Solid_Fire wrote: |
sorry for double post but..
|
Solid_Fire wrote: |
where do i see
Code: |
Solo Ace wrote: |
This is from the default source of MERVBot plugins, spawn.cpp: |
Grav wrote: |
even stupidier staff |
Anonymous wrote: |
Format and reinstall windows. |