Everything works, all commands works without lag, Thanks a lot. But I have last question, is there they to delete all people who is inactive, for example people who have 1 point some period of time.

And I think I need to redo this script to spend points cause Points.ini file was changed.

Code:
on *:text:!permit:#:{
  if ((%floodpermitas) || ($($+(%,floodpermitas.,$nick),2))) { return }
  set -u1 %floodpermitas On
  set -u3 %floodpermitas. $+ $nick On
  var %topic = $+(#,.,$nick)
  if ($readini(Points.ini,%topic,Points) >= 20) {
    var %a = $v1 - 20
    writeini Points.ini %topic Points %a
    hadd -m $+(taskai.,#) $nick 1
    msg $chan !permit $nick
  }

  else msg #  Sry $nick , tu neturi pakankamai tasku. Tau reikia 20 tasku.
}

Last edited by Deerayn; 28/12/15 08:01 PM.