Sky Posted February 17, 2007 Posted February 17, 2007 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.
SanZoR.Sr Posted February 19, 2007 Posted February 19, 2007 Im sorry Sky, but i cannot read your post =S
Moustaph Posted February 19, 2007 Posted February 19, 2007 Yes he is french, and me too ! He use the google's translator !
SanZoR.Sr Posted February 19, 2007 Posted February 19, 2007 Is he using google translator to chamge french message to eng? OMG i understand if he just cannot type eng, but just so Im not good whit eng too, but i still can type something. Maybe in france are no english lessons into school? Thats wierd
SanZoR.Sr Posted February 19, 2007 Posted February 19, 2007 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...
Scooby Posted February 19, 2007 Posted February 19, 2007 U should tell tham that this script is for use with GUS, also, shouldnt u have a command for seeing the wins? or is this already added to the GUS?
SanZoR.Sr Posted February 19, 2007 Posted February 19, 2007 I know he have GUS, and, lol, you can see your wins for typing !stats. There wins comes, ehrm?
Recommended Posts