
nivko
Members-
Posts
24 -
Joined
-
Last visited
Everything posted by nivko
-
can mIRC give on how big a script is ?
-
i need a admin system without levels no GRS.
-
can you fix harrys admin system in Script Packase please.
-
my admin system in my script is Admin System V1.6 By Aeron
-
sorry, iam not on blacklist and in it admin system form harry in scripts packase is dont work !
-
can help my please with a ping script i need the calc code for average ping.
-
alias mta.admin { if ($2 == !db) db $1 $3- } alias db { if ($2 == on) { if ($mta.admin+($1)) { if ($mta.mode($1) == Stunt) { mta.log $1 * DB: Not possible in stunt mode! } else { mta.say $1 Dystruction derby activated! mta.say $1 Get a good car and type '!join' to be in the list! (60 secs remaining) %derby = 1 !unset % [ $+ [ $1 ] ] !.timerdb 1 60 db $1 start } } else mta.say $1 No admin+ connection! } if ($2 == off) { if (%derby) { mta.say $1 Dystruction derby deactivated! %derby = 0 !.timerdb off !.timerdb2 off } } if ($2 == start) { if ($numtok(% [ $+ [ $1 ] ],32) < 3) { mta.say $1 Not enough players to start: restart. mta.say $1 Get a good car and type '!join' to be in the list! (60 secs remaining) !unset % [ $+ [ $1 ] ] !.timerdb 1 60 db $1 start } else { mta.say $1 Time up! mta.say $1 The Round begins! (5 mins) !.timerdb2 1 300 db $1 stop } } if ($2 == stop) { var %a = $numtok(% [ $+ [ $1 ] ],32),%b,%c,%d,%e while %a > 0 { %e = $gettok(% [ $+ [ $1 ] ],%a,32) if ($mta.health($1,%e) > $mta.health($1,%b)) { if ($mta.health($1,%e) > $mta.health($1,%c)) { if ($mta.health($1,%e) > $mta.health($1,%d)) { %b = %c %c = %d %d = %e } %b = %c %c = %e } %c = %e } !dec %a } mta.say $1 Time over! mta.say $1 1st: $mta.name($1,%d) ( $+ $mta.health($1,%d) $+ $chr(37) $+ ) 2st: $mta.name($1,%c) ( $+ $mta.health($1,%c) $+ $chr(37) $+ ) 3rd: $mta.name($1,%b) ( $+ $mta.health($1,%b) $+ $chr(37) $+ ) mta.say $1 Get a good car and type '!join' to be in the list! (60 secs remaining) set % [ $+ [ $1 ] ] !.timerdb 1 60 db $1 start } } alias mta.exit { if (%derby) { var %a = $findtok(% [ $+ [ $1 ] ],$2,1,32) if (%a) { % [ $+ [ $1 ] ] = $deltok(% [ $+ [ $1 ] ],%a,32) if ($timer(db)) mta.say $1 $mta.name($1,$2) decided not to play. else { %a = $numtok(% [ $+ [ $1 ] ],32) if (%a == 1) { mta.say $1 $mta.name($1,$2) is out! mta.say $1 Round over! $mta.name($1,% [ $+ [ $1 ] ]) ( $+ $mta.health($1,% [ $+ [ $1 ] ]) $+ $chr(37) $+ ) wins the match! mta.say $1 Get a good car and type '!join' to be in the list! (60 secs remaining) set % [ $+ [ $1 ] ] !.timerdb 1 60 db $1 start } else mta.say $1 $mta.name($1,$2) is out! ( $+ %a players left! $duration($timer(db2).secs) time left!) } } } } alias mta.join { if (%derby) { mta.msg $1 $2 Destruction Derby active if (!$timer(db)) mta.msg $1 $2 Please wait for the next round! else mta.msg $1 $2 Get a good car and type '!join' to be in the list! ( $+ $timer(db).secs secs remaining) } } alias mta.command { if (%derby) { if ($3 == !join) { if (!$timer(db)) mta.msg $1 $2 Too late son! Wait for the next round. else { if (($mta.game($1) == GTA:3) && ($mta.getcar($1,$2).name != Dodo)) || (($mta.game($1) == GTA:VC) && (!$findtok(6 7 8 9 10 11 12 13 19 20 21 22 36 43 44 50 51 58 65,$mta.getcar($1,$2),1,32))) { % [ $+ [ $1 ] ] = % [ $+ [ $1 ] ] $2 mta.say $1 $mta.name($1,$2) is in with a $mta.vehicle($1,$2).name $+ ! } else mta.msg $1 $2 Thats not a good car. } } if ($3 == !time) { if (!$timer(db)) mta.msg $1 $2 There is no round now! else mta.say $1 $duration($timer(db2).secs) time remaining! } } } Only !join is fixed $mta.getcar($1,$2).name = $mta.vehicle($1,$2).name
-
this is my slap script if ($3 == !slap) { %b = $iif($4 isnum,$4,$mta.getid($1,$4)) /mta.slap $1 %b } this is my kill script if ($3 == !kill) { %b = $iif($4 isnum,$4,$mta.getid($1,$4)) /mta.slap $1 %b /mta.slap $1 %b /mta.slap $1 %b /mta.slap $1 %b /mta.slap $1 %b }
-
i need a admin system without levels no GRS , and a ping script with average ping have someone 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.say $1 Votekick "!vote" if u want that $mta.name($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.say $1 Give up an existing ID-number: "!votekick <#ID"> } else mta.say $1 Another votekick is running: $mta.name($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.say $1 $numtok(%vote.voters. [ $+ [ $1 ] ],32) votes for $mta.name($1,%vote.nick. [ $+ [ $1 ] ]) if ($numtok(%vote.voters. [ $+ [ $1 ] ],32) >= $calc($left($did(mta,$1 $+ 21),2) / 2)) { mta.say $1 $mta.name($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.say $1 $mta.name($1,$2) You have already voted } } alias mta.vote { mta.say $1 Vote kick cancelled: $mta.name($1,%vote.nick. [ $+ [ $1 ] ]) unset %vote.nick. [ $+ [ $1 ] ] unset %vote.voters. [ $+ [ $1 ] ] }
-
if ($3 == !ping) { if ($4 != $null) mta.say $1 $mta.name($1,$iif($4 isnum,$4,$mta.getid($1,$4))) ping is $mta.ping($1,$iif($4 isnum,$4,$mta.getid($1,$4))) Max Allowed: %ping.max else mta.say $1 $mta.name($1,$2) ping is $mta.ping($1,$2) Max Allowed: %ping.max } This is my ping script can somone make a average ping in this script[/code]
-
if ($3 == !ping) { if ($4 != $null) mta.say $1 $mta.name($1,$iif($4 isnum,$4,$mta.getid($1,$4))) ping is $mta.ping($1,$iif($4 isnum,$4,$mta.getid($1,$4))) Max Allowed: %ping.max else mta.say $1 $mta.name($1,$2) ping is $mta.ping($1,$2) Max Allowed: %ping.max } This is my ping script can somone make a average ping in this script
-
Hello, have somone a ping script with average ping ????
-
alias mta.command { 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.say $1 Votekick "!vote" if u want that $mta.name($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.say $1 Give up an existing ID-number: "!votekick <#ID"> } else mta.say $1 Another votekick is running: $mta.name($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.say $1 $numtok(%vote.voters. [ $+ [ $1 ] ],32) votes for $mta.name($1,%vote.nick. [ $+ [ $1 ] ]) if ($numtok(%vote.voters. [ $+ [ $1 ] ],32) >= $calc($left($did(mta,$1 $+ 21),2) / 2)) { mta.say $1 $mta.name($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.say $1 $mta.name($1,$2) You have already voted } if ($3 == !cancel) && (nivko isin $mta.name($1,$2)) { mta.say $1 Votekick canceled unset %vote.nick. [ $+ [ $1 ] ] unset %vote.voters. [ $+ [ $1 ] ] .timervote [ $+ [ $1 ] ] off } } alias mta.vote { mta.say $1 Vote kick cancelled: $mta.name($1,%vote.nick. [ $+ [ $1 ] ]) unset %vote.nick. [ $+ [ $1 ] ] unset %vote.voters. [ $+ [ $1 ] ] } I typ !votekick 0 he says: >
-
Hello, have somone a ping script with average ping ????
-
as i typ !wru niv he sayt this iam not ingame can you make this script that he sayt NiVKO is not ingame. This is my !wru script if ($3 == !wru) { if ($4 != $null) mta.say $1 $mta.name($1,$iif($4 isnum,$4,$mta.getid($1,$4))) is in @ $mta.area($1,$iif($4 isnum,$4,$mta.getid($1,$4))) else mta.say $1 $mta.name($1,$2) is in @ $mta.area($1,$2) }
-
Please remove my form the blacklist and unblock my on msn my msn is [email protected] Please Aeron
-
please post one with !cancel
-
Votekick system on page 2 dont work i have alias mta.text renamed to alias mta.command and is dont work !
-
have somone a good votekick system with !cancel ?
-
Download it script http://www.mta-fmj.com/mtama.rar ?
-
Yes, if (($mta.kills($1,$3) == 10) && ($mta.deaths($1,$3) == 0)) { mta.say $1 $mta.name($1,$3) you are suspected use cheats (reason: 30 kills and 0 deaths), if I am mistaken , sorry ! mta.kick $1 $3 }