26.11.2010, 22:17
You should use a bool variable that says if you can use the command or not. When the administrator allows to use the command , variable would be var = true, otherwise var = false. The command would be: if (var) {[command ...]} else {[SendClientMessage ("Command not allowed")]}
Something like that. (Bad translate, I am Spanish )
Something like that. (Bad translate, I am Spanish )