View Single Post
  #7  
Old 05-01-2009, 07:01 AM
covou
Sarnak
 
Join Date: Jan 2006
Posts: 31
Default

Just thought i would point out for those using this coode that it is missing a paranthesis (sp?)...

Code:
sub EVENT_TIMER

#####################################
##########AE RAMPAGE##################
#####################################
  if ($timer eq "getclientsRAMPAGE") {
should be

Code:
sub EVENT_TIMER {

#####################################
##########AE RAMPAGE##################
#####################################
  if ($timer eq "getclientsRAMPAGE") {
Reply With Quote