kheelo
Members-
Posts
62 -
Joined
-
Last visited
Everything posted by kheelo
-
Still same. You mean 1.ini? [7] Level=3 Nicks=1 IP=xxx.xxx.xxx.xxx Nick1=[RevC]W33Man Ping=21 Time=17757984 Deaths=31 Rank=14 Idle=18162484 Finish=1 [5] Level=0 Nicks=1 IP=xxx.xxx.xxx.xxx Nick1={UnEsT}M2FFi2 Ping=28 Time=18157734 Deaths=11 Rank=1 Finish=1 Idle=17675062
-
Hmm did u change anythin in it cause i get same result.
-
I tried that: alias mta.command { ;Parameters: $1 = Server, $2 = ID, $3- = Text if ($3 == !votekick) { if (%vote.nick. [ $+ [ $1 ] ] == $null) { if ($ini($+(",$scriptdir,$1,.ini,"),ID $+ $4)) { set %vote.nick. [ $+ [ $1 ] ] $4 set %vote.voters. [ $+ [ $1 ] ] $null mta.text $1 Votekick "!vote" if u want that $mta.nick($1,$4) shall be kicked. [ $calc($left($did(mta,$1 $+ 21),2) / 2) votes needed][30 sec] .timervote [ $+ [ $1 ] ] 1 30 mta.vote $1 } else mta.text $1 Give up an existing ID-number: "!votekick <#ID"> } else mta.text $1 Another votekick is running: $mta.nick($1,%vote.nick. [ $+ [ $1 ] ]) } if (($3 == !vote) && (%vote.nick. [ $+ [ $1 ] ] != $null)) { if ($2 !isin %vote.voters. [ $+ [ $1 ] ]) { %vote.voters. [ $+ [ $1 ] ] = %vote.voters. [ $+ [ $1 ] ] $2 mta.text $1 $numtok(%vote.voters. [ $+ [ $1 ] ],32) votes for $mta.nick($1,%vote.nick. [ $+ [ $1 ] ]) if ($numtok(%vote.voters. [ $+ [ $1 ] ],32) >= $calc($left($did(mta,$1 $+ 21),2) / 2)) { mta.text $1 $mta.nick($1,%vote.nick. [ $+ [ $1 ] ]) $numtok(%vote.voters. [ $+ [ $1 ] ],32) votes ur out! mta.kick $1 %vote.nick. [ $+ [ $1 ] ] unset %vote.nick. [ $+ [ $1 ] ] unset %vote.voters. [ $+ [ $1 ] ] .timervote [ $+ [ $1 ] ] off } } else mta.text $1 $mta.nick($1,$2) You have already voted } } alias mta.vote { mta.text $1 Vote kick cancelled: $mta.nick($1,%vote.nick. [ $+ [ $1 ] ]) unset %vote.nick. [ $+ [ $1 ] ] unset %vote.voters. [ $+ [ $1 ] ] } It does absolutelly nothing, whats wrong with it? Edit: when i changed alias mta.command { to on *:SIGNAL:mta.command:{ i get this: [17:21] [RevC]TB: !votekick ice [17:21] Give up an existing ID-number: "!votekick <#ID"> Need help ^^
-
Top points, top 1st and top dmwins are most important. I dont think il use others.
-
1. bug?: If i type !points (some other persons name) then it says hes name and my points. 2. Can you make all !top things count in every player in database not only those who are in server. Thx.
-
If anyone knows any good singel trick or combo places then make a screen of it or tell me where it is
-
Its easy cause its only one trick: http://kheelo.pixelitaivas.com/LV.AVI Try these: http://kheelo.pixelitaivas.com/3X.AVI http://kheelo.pixelitaivas.com/far.AVI
-
Thx everything works fine and fast ^^
-
Im learning it (tallinna polütehnikum) and i really need host with php and mysql support to test my work. Also im in mta [RevC] clan which needs place for some videos etc. Or maybe even host our web on it if its fast enough. Thx.
-
Yes i have racelist updater on but when i have 10+ ppl in server i get 150 unknowns and when im alone i manage to get like 20 unknowns. So when thers lots of ppl online the !updateraces command is useless
-
oh i does i didnt check out the script that long to notice that anyway theres 426 maps in my server and about half of them are unknown.
-
very good script. would be nice if it shows split time from toptime if you dont manage to make new one, or if u make new toptime then shows split with old one. also can u tell me what i need to edit to make it not restart script when it finds unknown map
-
Heres my second hydra stunt video: Google: http://video.google.com/videoplay?docid ... 4772665963 YouTube: Have fun
-
Ok i need a script which auto kicks everyone who say shj1t for example and the bad words should be easily added to script or list. thx. here s something i tried, but it kicks player whatever he sais on *:SIGNAL:mta.text:{ ($removecs($3-,shj1t,bad word 2,bad word 3)) { mta.kick $1 $2 } }
-
1. You can start votes on names that arent in server. 2. When vote started command !vote does nothing
-
alias mta.command { ;Parameters: $1 = Server, $2 = ID, $3- = Text if ($3 == !kickvote) { if (%vote.nick. [ $+ [ $1 ] ] == $null) { if ($ini($+(",$scriptdir,$1,.ini,"),ID $+ $4)) { set %vote.nick. [ $+ [ $1 ] ] $4 set %vote.voters. [ $+ [ $1 ] ] $null mta.text $1 kickvote "!vote" if u want that $mta.nick($1,$4) shall be kicked. [ $calc($left($did(mta,$1 $+ 21),2) / 2) votes needed][30 sec] .timervote [ $+ [ $1 ] ] 1 30 mta.vote $1 } else mta.pm $1 Give up an existing ID-number: "!kickvote <#ID"> } else mta.pm $1 Another kickvote is running: $mta.nick($1,%vote.nick. [ $+ [ $1 ] ]) } if (($3 == !vote) && (%vote.nick. [ $+ [ $1 ] ] != $null)) { if ($2 !isin %vote.voters. [ $+ [ $1 ] ]) { %vote.voters. [ $+ [ $1 ] ] = %vote.voters. [ $+ [ $1 ] ] $2 mta.pm $1 $numtok(%vote.voters. [ $+ [ $1 ] ],32) votes for $mta.nick($1,%vote.nick. [ $+ [ $1 ] ]) if ($numtok(%vote.voters. [ $+ [ $1 ] ],32) >= $calc($left($did(mta,$1 $+ 21),2) / 2)) { mta.pm $1 $mta.nick($1,%vote.nick. [ $+ [ $1 ] ]) $numtok(%vote.voters. [ $+ [ $1 ] ],32) votes ur out! mta.kick $1 %vote.nick. [ $+ [ $1 ] ] unset %vote.nick. [ $+ [ $1 ] ] unset %vote.voters. [ $+ [ $1 ] ] .timervote [ $+ [ $1 ] ] off } } else mta.pm $1 $mta.nick($1,$2) You have already voted } } alias mta.vote { mta.pm $1 Vote kick cancelled: $mta.nick($1,%vote.nick. [ $+ [ $1 ] ]) unset %vote.nick. [ $+ [ $1 ] ] unset %vote.voters. [ $+ [ $1 ] ] } I tried something but it aint working. Would be nice if some pro fixed it.
-
on *:SIGNAL:mta.text:{ if ($len($3-) > 10) && ($calc($len($3-) - $len($removecs($3-,A,B,C,D,E,F,G,H,I,J,K,L,M,N,O,P,Q,R,S,T,U,V,W,X,Y,Z))) >= $calc($len($3-) * 0.7)) { !writeini -n " $+ $scriptdir $+ 2.ini" ID $mta.nick($1,$2) $calc($readini($scriptdir $+ 2.ini,ID $mta.nick($1,$2),warnings) + 1) var %a = $readini($scriptdir $+ 2.ini,ID $mta.nick($1,$2),warnings) if (%a >= 3) { mta.pm $1 $mta.nick($1,$2) reached the warnings limit and will be kicked! (Too much caps used) mta.kick $mta.nick($1,$2) } else mta.pm $1 $mta.nick($1,$2) has been warned! $calc(3 - %a) more $iif($calc(3 - %a) == 1,warning,warnings) and he will be kicked! (Too much caps used) } } Can u fix this plz. thx.
-
Can someone make it work for SA too. Thx.
-
Any hints to get it runnning? I also got vista (version 6000) and mta run on some previous versions.
-
i have 6.16 both scripts skip and mix up names. [RevC]ZaMuT: !top3 <1: ~RevC~HUNJA with 6410.3 points> <2: ~RevC~PaX with 4022.6 points> <3: ~RevC~Rix with 1680.7 points> i have 2600 points it never shows me
-
Theres 450 players in my points.ini.... both top3 and top5 scripts are totally screwed
-
alias mta.command { ;Parameters: $1 = Server, $2 = ID, $3- = Text if ($3 == !kickvote) { if (%vote.nick. [ $+ [ $1 ] ] == $null) { if ($ini($+(",$scriptdir,$1,.ini,"),ID $+ $4)) { set %vote.nick. [ $+ [ $1 ] ] $4 set %vote.voters. [ $+ [ $1 ] ] $null mta.text $1 kickvote "!vote" if u want that $mta.nick($1,$4) shall be kicked. [ $calc($left($did(mta,$1 $+ 21),2) / 2) votes needed][30 sec] .timervote [ $+ [ $1 ] ] 1 30 mta.vote $1 } else mta.pm $1 Give up an existing ID-number: "!kickvote <#ID"> } else mta.pm $1 Another kickvote is running: $mta.nick($1,%vote.nick. [ $+ [ $1 ] ]) } if (($3 == !vote) && (%vote.nick. [ $+ [ $1 ] ] != $null)) { if ($2 !isin %vote.voters. [ $+ [ $1 ] ]) { %vote.voters. [ $+ [ $1 ] ] = %vote.voters. [ $+ [ $1 ] ] $2 mta.pm $1 $numtok(%vote.voters. [ $+ [ $1 ] ],32) votes for $mta.nick($1,%vote.nick. [ $+ [ $1 ] ]) if ($numtok(%vote.voters. [ $+ [ $1 ] ],32) >= $calc($left($did(mta,$1 $+ 21),2) / 2)) { mta.pm $1 $mta.nick($1,%vote.nick. [ $+ [ $1 ] ]) $numtok(%vote.voters. [ $+ [ $1 ] ],32) votes ur out! mta.kick $1 %vote.nick. [ $+ [ $1 ] ] unset %vote.nick. [ $+ [ $1 ] ] unset %vote.voters. [ $+ [ $1 ] ] .timervote [ $+ [ $1 ] ] off } } else mta.pm $1 $mta.nick($1,$2) You have already voted } } alias mta.vote { mta.pm $1 Vote kick cancelled: $mta.nick($1,%vote.nick. [ $+ [ $1 ] ]) unset %vote.nick. [ $+ [ $1 ] ] unset %vote.voters. [ $+ [ $1 ] ] } i added some SA stuff there but can someone make it really work..
-
hydra: http://video.google.co.uk/videoplay?doc ... a&hl=en-GB suntvideo: http://video.google.com/videoplay?docid ... 542&q=revc 2nd one not so good as hydra imo
