Hi, i need a help from you...
I would like to ask how to detect somehow in plugin that you have building privilage?
I want to use it for turning off lights in building. Any help appreciated. Thanks
Hi, i need a help from you...
I would like to ask how to detect somehow in plugin that you have building privilage?
I want to use it for turning off lights in building. Any help appreciated. Thanks
if(player.CanBuild()) {
// do stuff
}