Kxnrl / Mapchooser-Redux

Mapchooser - Redux
GNU General Public License v3.0
32 stars 10 forks source link

Unable to load plugin #28

Closed szogi1910 closed 4 years ago

szogi1910 commented 4 years ago

Hello I have a small problem running the plugin. After uploading all files, I have error logs

L 01/11/2020 - 10:48:24: [SM] Unable to load plugin "nominations_redux.smx": Native "Pupd_CheckPlugin" was not found L 01/11/2020 - 10:48:24: [SM] Unable to load plugin "mapchooser_redux.smx": Native "Pupd_CheckPlugin" was not found L 01/11/2020 - 10:48:24: [SM] Unable to load plugin "maptimelimit_redux.smx": Native "Pupd_CheckPlugin" was not found L 01/11/2020 - 10:48:24: [SM] Unable to load plugin "rockthevote_redux.smx": Native "GetMapData" was not found L 01/11/2020 - 10:48:24: [SM] Unable to load plugin "maplister_redux.smx": Native "Pupd_CheckPlugin" was not found

Kxnrl commented 4 years ago

https://build.kxnrl.com/MapChooser-Redux/1.10/MapChooser-Redux-git181-98cd55d.zip

try this

oylsister commented 4 years ago

Or you can just simply remove this line in all .sp files

public void Pupd_OnCheckAllPlugins()
{
    Pupd_CheckPlugin(false, "https://build.kxnrl.com/updater/MCR/");
}

well, this is just my solution great plugin btw.

Gelmo commented 4 years ago

The latest build still does not correct this; your latest commit did not account for rockthevote_redux

Gelmo commented 4 years ago

Works perfectly now. Thank you!