Jump to content

SanZoR.Sr

Members
  • Posts

    115
  • Joined

  • Last visited

Everything posted by SanZoR.Sr

  1. FuuX nEwB! Who make that fcking DD maps script? And what is u best script u fuking n00p
  2. SanZoR.Sr

    hello =)

    I know he have GUS, and, lol, you can see your wins for typing !stats. There wins comes, ehrm?
  3. Ah, thats nice so i dont have to type in all commands again. Does this work in mtavc version to? There is no mta.mute in VC so it wont work, however, u could change it slightly to make it kick the player. by changing: mta.pm $1 $2 WARNING - DO NO SPAM!!! (30 sec mute) mta.mute $1 $2 .timerunmute $+ $2 1 30 mta.unmute $1 $2 to: mta.msg $1 $2 Warning - Do Not Spam In This Server! mta.kick $1 $2 this should work. Really? I think mute is in every MTA version... Well, im not playing VC, so thats clearly i dont know anything about it. lol.
  4. That video is in there too: http://kheelo.pixelitaivas.com/RevCpuuksHydraVideoII.AVI Better quality etc...
  5. Look yourself: There ARE some same stuff: Tommis's script: Your script: There ARE same stuff, as you can clearly see!
  6. SanZoR.Sr

    hello =)

    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...
  7. SanZoR.Sr

    hello =)

    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
  8. Im sorry, but i cant just now =S Im not at home, and there were i am, doesnt have MTA... Note: If you have in your server DD & Race maps, this script will be really buggy. It freezes in Racing map random player, so you need unfreeze him. This is recommended for ONLY DD servers. Thats good thing you askef me to remove that freezing part. That will be really laggy in race maps. But still if you have racing maps this script will give ppl reasonless wins.
  9. SanZoR.Sr

    hello =)

    Im sorry Sky, but i cannot read your post =S
  10. No problem Thats good if you get it working. Btw, do you add this script into your server? If you do, what server
  11. Tell me if you get this working. I help you more if not.
  12. This one doesnt freezes: 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 } Btw, it seems you are not good scripter? ;P That is really easy to edit stuff; Normal DD script: 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 } Remove this text: mta.freeze $1 %a Okay, first doesnt freezes.[/url]
  13. Easy way to add this script in GUS is: 1. Create a new text file into GUS folder. 2. Copy this code into that text file: 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 } 3. open MTA mIRC and add that text file into mIRC. Then it should works. And if you dont have GUS in dont know how get this script working, cause it uses GUS's WINS as you can clearly see. i hope this helps you to gettinng started, if not, sry my bad english. Thats why i cant explain maybe enought good how put this script into your server.
  14. It freezes player coz if not, that player gets one more dies. So freezing is good.
  15. SanZoR.Sr

    Still waiting

    Ok, Broph, as i send you private msg. Thats ok.
×
×
  • Create New...