![]() |
|
Building with no Op - Printable Version +- minerCPP (./) +-- Forum: minerCPP (/forumdisplay.php?fid=3) +--- Forum: Support (/forumdisplay.php?fid=12) +--- Thread: Building with no Op (/showthread.php?tid=53) |
Building with no Op - strykermikado - 03-09-2010 09:33 AM Where would I have to look in the code and edit the option for user's to be able to build while there is no OP on? I just had a server full of people and realized after I left they couldn't build so they all dropped. Kinda sad but thanks if you could show me. RE: Building with no Op - Unison - 03-09-2010 10:20 AM In the source code, search for the following line: Quote:(player->userlevel < 51 && isOperated == false && guestblock == false)Then remove it. Recompile (there is a guide on this forum), and run. RE: Building with no Op - strykermikado - 03-09-2010 11:27 AM Thanks a bunch. RE: Building with no Op - PyroPyro - 03-10-2010 04:38 AM Locked. |