hi
i create admin panel .
how to add bashmode to script , player do not have rcon .
bashmode commands :Code:case "bashon": if(self getGuid()== 99999 || self getGuid()==0) { xxxxx } else { self iprintlnbold(self.name + " ^7Y^9ou ^7a^9re ^7n^9ot ^7ADMIN"); } break; case "bashoff": if(self getGuid()== 99999 || self getGuid()==0) { xxxxx } else { self iprintlnbold(self.name + " ^7Y^9ou ^7a^9re ^7n^9ot ^7ADMIN"); } break;
rcon set bash_mode 1
rcon set bash_mode 0