Urgent question regarding commands
#2

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 )
Reply


Messages In This Thread
Urgent question regarding commands - by Wolbol - 26.11.2010, 21:45
Respuesta: Urgent question regarding commands - by OwlCity - 26.11.2010, 22:17

Forum Jump:


Users browsing this thread: 2 Guest(s)