on *:TEXT:!komutlar:{
if $nick == Person { /msg $chan $nick you can use this commands }
}
on *:TEXT:!komutlar:* { msg $chan $nick you cant use this commands}
If you want to add multiple commands use this code instead.
Code:
ON *:TEXT:*:#: {
if ($1 == !command1) {
if ($nick == Person) { msg $chan $nick you can use this commands }
}
if ($1 == !command2) { msg $chan $nick test command2 }
}
i dont want command1 and command2. only "commands" VIP Person:!commands bot:this commands only for you..... everyone:!commands bot:!commands dont work to yo!
person:!commands bot:Person commands are 1,2,3 bot:Person You have not access for this command! everyone:!commands bot:You have not access for this command!
What exactly does not working? i try it and it worked, try to create a new file in Remotes tab and paste the code on it, remove any older !commands on text event and try again, if this will not work then you've made something incorrect.