View Single Post
Danyas1337
Member
Join Date: May 2013
Location: Kyiv, Ukraine
Old 05-22-2020 , 13:18   Re: [ANY][24.04.2020] GameVoting v1.9.x [voteban votekick votemute]
Reply With Quote #263

MaterialAdmin intergation works only when .smx plugins contains at root folder "plugins", for example i have subfolder "ma" for materialadmins plugins, and in result gv was write bans to local stoarge.

how2fix:

#134 line
BuildPath(Path_SM, fFile, sizeof(fFile), "plugins/ma_basecomm.smx");
>>
BuildPath(Path_SM, fFile, sizeof(fFile), "plugins/ma/ma_basecomm.smx");


#144 line
BuildPath(Path_SM, fFile, sizeof(fFile), "plugins/materialadmin.smx");
>>
BuildPath(Path_SM, fFile, sizeof(fFile), "plugins/ma/materialadmin.smx");

and recompile plugin
__________________
<3 AM

Last edited by Danyas1337; 05-22-2020 at 13:18.
Danyas1337 is offline
Send a message via Skype™ to Danyas1337