Jump to content

Aeron

Retired Staff
  • Posts

    968
  • Joined

  • Last visited

Everything posted by Aeron

  1. Aeron

    MTAMA Scripting

    You can put it under 'alias checkpings {' So you get: alias checkpings { set %max 300 set %temp.i 0 ...
  2. Aeron

    MTAMA Scripting

    Ok Cube for which server do you use it? If its not number 1 it doesn't work.
  3. Aeron

    MTAMA Scripting

    Eeuh if you didn't notice: it already does... And for the ping kicker: it seems it is made for server 1 if you have it on another server it doesn't work
  4. Aeron

    MTAMA Scripting

    if ($3 == !votekick) { %vote.percentage = 50 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 exisiting 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 ($calc($numtok(%vote.voters. [ $+ [$1 ] ],32) / $mta.players($1) *100) >= %vote.percentage) { mta.say $1 $mta.name($1,%vote.nick. [ $+ [ $1 ] ]) $numtok(%vote.voters. [ $+ [ $! ] ],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 ] ] } 'alais mta.vote {' 'alias mta.vote {' 'if ($numtok(%vote.voters. [ $+ [ $1 ] ],32 >= $calc($left($did(mta,$1 $+ 21),2) / 2)) {' 'if ($numtok(%vote.voters. [ $+ [ $1 ] ],32) >= $calc($left($did(mta,$1 $+ 21),2) / 2)) {' 'if ($numtok(%vote.voters. [ $+ [ $1 ] ],32) >= $calc($left($did(mta,$1 $+ 21),2) / 2)) {' 'if ($calc($numtok(%vote.voters. [ $+ [$1 ] ],32) / $mta.players($1) *100) >= %vote.percentage) {' '%vote.percentage = 50' added
  5. Aeron

    MTAMA Scripting

    Dont forget "-p" for MP3's !splay -p "c:\path to mp3\mp3name.mp3" Quotes are needed because 'c:\path' isn't a mp3 file! The '!' prefix makes the command faster and not processing as a alias
  6. Just install MTA:mA v2.004
  7. 1. The previous page last post* 2. He means the PM-dialog.
  8. Aeron

    MTAMA Scripting

    alias mta.timeban { !.timer 1 $3 mta.unban $1 $mta.ip($1,$2) mta.ban $1 $2 } Use the command mta.timeban 1 Note: Dont close MTA:mA when there are still time bans are running.
  9. It could be more because it takes the first gap in the ID numbers. So i dont add it.
  10. Thats not possible. However i do get a sort of admin-ID so i can tell how much admins there are when you join.....
  11. Eeuhm where did you download mtama v1.21? Becauae v2.011 is already released.... Download v2.004 here: http://www.mtavc.com/downloads.php?file_id=69 And it will auto update him self to v2.011 (Didn't it say "* Disconnected: Incompatible version." ??)
  12. Aeron

    HELP

    Good. Locked.
  13. Which version or mtama? Paste the script here.
  14. Sometimes it's a weapon problem: You are shooting with the M60 and the other guys sees that you uses firsts and kicks. (And that will not hurt him because ur far away) Try to scroll tru weapons if you hit a person or move to a other place to hit him. It helps
  15. A short manual for: "How to do admin possibilities in game"? 1. Download & install MTA Client http://www.mtavc.com/downloads.php?file_id=60 2. Download & install MTA Server http://www.mtavc.com/downloads.php?file_id=66 file_id=66 3. Download & install mIRC http://www.mirc.com 4. Download & install MTA:mA http://www.mtavc.com/downloads.php?file_id=69 5. In mIRC go to 'Scripts Editor' 6. Select tab 'Remote' 7. Create new script (Menu==>'File'==>'New') 8. Paste this script: alias mta.pm { if ($3- == admin ) { mta.say $1 Admin rights given to $mta.name($1-2) writeini $+(",$nofile($script(mta.mrc)),$1.ini") ID $+ $2 op 1 } } alias mta.text { if ($readini($nofile($script(mta.mrc)) $+ $1.ini,ID $+ $2,op)) { if ($3 == !kick) mta.kick $1 $4 if ($3 == !ban) mta.ban $1 $4 } } 9. Replace with the password you want. 10. Join you server. 11. Type "/msg admin " 12. If the password is correct you see the msg: "Admin rights given to " 13. Now you can run the commands that are between the brackets. like "!kick " or "!ban " Normal user who didn't login can't do this. Edit: I edited the script if the file wasn't in the same directory as mta.mrc it still works...
  16. Yeah, I meant MTAMA but the quote wasn't clear. Wait for MTA:mA (aka MTAMA) 3.0 that comes with the same time as MTA 0.4 Clear?
  17. 1 thing: OLD!!!!!! For more supprises wait for 0.4
  18. If it says "Disconnect: User" You have manually disconnected This is not a bug. You have: Clicked the disconnect button OR have a script running like this: alias mta.connect { mta.dis $1 }
  19. Aeron

    MTAMA Scripting

    Please the topic like it should: Only script questions and answers No spam.. Thx, Aeron
  20. Aeron

    What is a "." ?

    What is a "." ? Only english! We have: dot point pixel period sign spot character key stain blot blemish speck macula circle mark (By Aeron and SM|xenex)
  21. If the updater doesn't work you can download it manualy: 1. Download: http://home.deds.nl/~aeron/files/mta.mrc http://home.deds.nl/~aeron/files/mta.dll 2. Replace the files. 3. Close MTAMA 4. Type this: //reload -rs $+(",$script(mta.mrc),") 5. Type this: /mta 6. Done
  22. Aeron

    MTAMA Scripting

    The main reason for mtama that you can write costum scripts in a easy language: in this case mIRC-scripting. Thats why mIRC is needed. If you dont like the mIRC window whole the time in ur taskbar because ur not using it try Shift+Minimaze; this puts mIRC in the system try bar. Without mIRC and the costum scripts mtama is useless and the same as the normal admin.
  23. Grand Theft Auto : Lego City The site: http://www.brickflick.com/index.php?page=gtalc The movie: http://www.brickshelf.com/gallery/meeRo ... o_city.avi
  24. Aeron

    MTAMA Scripting

    alias mta.text { if ($readini($scriptdir $+ $1.ini,ID $+ $2,op)) { if ($3 == !kick) mta.kick $1 $4 if ($3 == !ban) mta.ban $1 $4 ; } alias mta.pm { if ($3- == admin password) { mta.say $1 Admin rights given to $mta.name($1-2) writeini $+(",$scriptdir,$1.ini") ID $+ $2 op 1 } } Dont forget t'he right sintax...
  25. [21:18:24] * Talidan is now known as peer [21:18:25] -> *nickserv* ghost peer POOF! [21:18:25] * peer is now known as Talidan [21:18:26] * Talidan ([email protected]) Quit (Killed (NickServ (GHOST command used by Aeron))) PWND!
×
×
  • Create New...