46
mIRC/pawn Scripting / Re: timer.refresh
« on: September 13, 2008, 02:29:00 am »
Your missing a few $'s
Any command which has brackets after is (in your case vcmp.rob.loc) should have a $ infront of it.
For example: vcmp.rob.loc($1) would become $vcmp.rob.loc($1)
It'll be the same for your timer. So it'll be
Any command which has brackets after is (in your case vcmp.rob.loc) should have a $ infront of it.
For example: vcmp.rob.loc($1) would become $vcmp.rob.loc($1)
It'll be the same for your timer. So it'll be
Code: [Select]
timer.refresh 0 2 $vcmp.chkloc(%name)