Author Topic: BUG OR WHAT ?!  (Read 1944 times)

0 Members and 1 Guest are viewing this topic.

Offline scripter_pawn

  • Street Thug
  • *
  • Posts: 30
    • View Profile
BUG OR WHAT ?!
« on: August 29, 2011, 09:49:35 am »
Code: [Select]
on *:JOIN:%chan:{
  vcmp.say $1 [IRC][ $+ $nick $+ ] joined %chan channel
}
on *:PART:%chan:{
  vcmp.say $1 [IRC][ $+ $nick $+ ] left %chan channel
}
it fails :(

Offline Kill3R

  • VC:MP Beta Tester
  • Street Thug
  • *
  • Posts: 28
  • uhm... iam n00b, what to type here???
    • View Profile
    • Hunting-Arena
Re: BUG OR WHAT ?!
« Reply #1 on: August 29, 2011, 01:12:31 pm »
have you defined %chan in the variables?  ::)

Regards,
Kill3R

Offline scripter_pawn

  • Street Thug
  • *
  • Posts: 30
    • View Profile
Re: BUG OR WHAT ?!
« Reply #2 on: August 29, 2011, 07:14:24 pm »
yup :(