PtokaX forum

Archive => Archived 4.0 boards => Help with Lua 4 scripts => Topic started by: nErBoS on 12 February, 2004, 02:29:21

Title:
Post by: nErBoS on 12 February, 2004, 02:29:21
Hi,

CanUseCommands = { -1 , 0 , 1 , 2 , 3 }
Change this line by this one...

CanUseCommands = { -1 , 0 , 1 , 2 , 3 , 5 }
Best regards, nErBoS
Title:
Post by: Fluk on 12 February, 2004, 09:10:36
QuoteOriginally posted by night_hawk
it works ty but i am getting double writting when i type in it but no one eles does what is cuasing it to do this


that's why you have a double subscription in the Chat ,  so there's a double entry in Chatters.tbl   :   e.g.   night_hawk   and   Night_Hawk .

Simply, remove one  and have fun .  :D
Title:
Post by: Fluk on 12 February, 2004, 16:22:52
You can fix it in two ways


1 )  type +showchatters to see all subscribed nicknames in chat , then use  +chat for removing a double subscription


2 )  open in notepad Chatters.tbl  ,  remove the second nickname ,  save and restart scripts in PtokaX