Jump to content

Little calc error. Someone help me!


Recommended Posts

on *:SIGNAL:mta.kill: { 
  !writeini -n new-stats.ini kills $mta.nick($1,$2) $calc($readini(new-stats.ini,kills,$mta.nick($1,$2)) +1) 
  mta.pm $1 $2 You have now $readini(new-stats.ini,kills,$mta.nick($1,$2)) 
} 

or

on *:SIGNAL:mta.kill: { 
  !writeini -n " $+ $scriptdir $+ new-stats.ini" kills $mta.nick($1,$2) $calc($readini($scriptdir $+ new-stats.ini,kills,$mta.nick($1,$2)) +1) 
  mta.pm $1 $2 You have now $readini($scriptdir $+ new-stats.ini,kills,$mta.nick($1,$2)) 
} 

Link to comment
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...