Hello, I wan't to make a plugin with a command that toggle on/off
Code:
#include <amxmodx>
new bool:ReadyUsed[33];
public plugin_init() {
register_clcmd("ready", "ready");
}
So I'm using this and I wan't to toggle the boolean ReadyUsed on or off, by using it first time it's on and by second time it's off
Please give me some help, if you don't understand try reading it again :S
Thanks in advance! =D