
SanZoR.Sr
Members-
Content Count
115 -
Joined
-
Last visited
Community Reputation
0 NeutralAbout SanZoR.Sr
-
Rank
Sucka
Details
-
Gang
[NB]
-
Location
Finland / Helsinki
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
SanZoR.Sr started following READ THIS BEFORE YOU POST YOUR SUGGESTIONS, if you have own MTA clan or some MTA pages read this!, Create a Multiplayer button in SP and and 7 others
-
FuuX nEwB! Who make that fcking DD maps script? And what is u best script u fuking n00p
-
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.
-
That video is in there too: http://kheelo.pixelitaivas.com/RevCpuuksHydraVideoII.AVI Better quality etc...
-
Look yourself: There ARE some same stuff: Tommis's script: Your script: There ARE same stuff, as you can clearly see!
-
Well, there are some same stuff...
-
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...
-
Sure i can help you whit your probs! =D
-
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
-
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.
-
No problem Thats good if you get it working. Btw, do you add this script into your server? If you do, what server
-
Tell me if you get this working. I help you more if not.
-
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]