Jump to content

hello =)


Sky

Recommended Posts

Hello everyone, being French and noob for creé of scripts thus, I would like to know if of spersonnes could creé me following scripts: 1 for the point in DD, Ca ril does not count in the point of!stats 1 others for the warnings of when one SHOUTS (2 warning before the kick) and right of knowknowing why when I makes!commands, I does not see my commands as!lol (which are put and which steps) Thank you.

Link to comment

i understand something. You need script for DD maps, and it give one more wins? If you are searching for it, please, use first search button. i can post them here:

DD script WHIT freeze:

alias mta.end {
 if (%cplayers == 1) {
   var %a = 0
   while (%a < $mta.server($1).cmax) {
     if (!$mta.dead($1,%a)) {
       mta.text $1 $mta.nick($1,%a) is winner!
       mta.freeze $1 %a
!writeini -n " $+ $scriptdir $+ stats.ini" WINS $mta.nick($1,%a) $gus.add($gus.wins($1,%a),1)
       !halt
     }
     !inc %a
   }
 }
}
on *:SIGNAL:mta.startrace: {
 set %cplayers $mta.server($1).players
}
on *:SIGNAL:mta.part: {
 if (!$mta.dead($1,$2) set %cplayers $calc(%cplayers - 1)
 mta.end $1 $2
}
on *:SIGNAL:mta.death: {
 set %cplayers $calc(%cplayers - 1)
 mta.end $1 $2
}
on *:SIGNAL:mta.connect: {
 set %cplayers 0
}

DD script WHITOUT freeze:

alias mta.end {
 if (%cplayers == 1) {
   var %a = 0
   while (%a < $mta.server($1).cmax) {
     if (!$mta.dead($1,%a)) {
       mta.text $1 $mta.nick($1,%a) is winner!
!writeini -n " $+ $scriptdir $+ stats.ini" WINS $mta.nick($1,%a) $gus.add($gus.wins($1,%a),1)
       !halt
     }
     !inc %a
   }
 }
}
on *:SIGNAL:mta.startrace: {
 set %cplayers $mta.server($1).players
}
on *:SIGNAL:mta.part: {
 if (!$mta.dead($1,$2) set %cplayers $calc(%cplayers - 1)
 mta.end $1 $2
}
on *:SIGNAL:mta.death: {
 set %cplayers $calc(%cplayers - 1)
 mta.end $1 $2
}
on *:SIGNAL:mta.connect: {
 set %cplayers 0
}

i hope this is what you are searching for...

Link to comment
  • Recently Browsing   0 members

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