22.02.2009, 12:03
- Create a new bool variable at top of script.
- Set it to either true or false in the admin command to turn on/off the /warww command.
- Check it's value in the /warww command:
- if it's value is true then the command is enabled, do what you want.
- if it's false, then command is disabled, send error message or whatever.
- Set it to either true or false in the admin command to turn on/off the /warww command.
- Check it's value in the /warww command:
- if it's value is true then the command is enabled, do what you want.
- if it's false, then command is disabled, send error message or whatever.