Jump to content

Mike

Members
  • Posts

    805
  • Joined

  • Last visited

Everything posted by Mike

  1. Mike

    MTAMA Scripting

    Where's your better way?
  2. Mike

    MTAMA Scripting

    meh on *:SIGNAL:mta.command:{ var %a = $readini($1.ini,ID $+ $2,level) if (%a >= 5) { if ($3 == !mode) { if (*mh iswm $4) mh $5- elseif (*ctc iswm $4) ctc $5- elseif (*team iswm $4) team $5- } } }
  3. Here's my nameban script that I use: on *:signal:mta.join:{ if ($read(nameban.txt, w, $mta.name($1,$2)) == $mta.name($1,$2)) { mta.say $1 $mta.name($1,$2) auto-banned (Name-ban system) mta.ban $1 $2 Name-ban } } on *:signal:mta.command:{ var %a = $readini(%dir $+ $1.ini,ID $+ $2,level),%b = $iif($4 == $null,$2,$mta.findid($1,$4))) if (%a > -1) { if (%a >= 5) { if ($3 == !nameban) { var %n = $iif($5 isnum,$5,$mta.getid($1,$5)) if ($4 == in) { if ($mta.name($1,%n) != Unknown) { !write nameban.txt $mta.name($1,%n) mta.say $1 Nameban successful on: " $+ $mta.name($1,%n) $+ " mta.ban $1 %n Name-ban } else mta.say $1 Failed ID/Name } elseif ($4 == out) { if ($5 !isnum) { !write nameban.txt $5 mta.say $1 Nameban successful on: " $+ $5 $+ " } else mta.msg $1 $2 Incorrect syntax; !nameban out } else mta.msg $1 $2 Incorrect syntax; !nameban in/out } if (($3 == !unnameban) && ($4 != $null)) { !write -dw $+ $4 nameban.txt mta.say $1 Un-name-ban successful on " $+ $4 $+ " } } } } on *:signal:mta.admin:{ if (($2 == !unnameban) && ($3 != $null)) { !write -dw $+ $3 nameban.txt mta.say $1 Un-name-ban successful on " $+ $3 $+ " } } Commands: !nameban !unnameban in/out is whether they are in the server or not - if they are it will ban them.
  4. lol, we heard over here that they weren't going to be around in the UK for a while as they were going to "break America"
  5. Mike

    !Sell

    Got admin+?
  6. We haven't had a duel for a while... So let's have one Server: 217.170.21.65:2004 Pass: dodo-duel Date: 16/1/05 (Tomorrow) Time: 8pm GMT
  7. Mike

    ManHunt

    Have you downloaded the latest version from http://www.aeron.tk - get that If it still won't work, make sure "include admin nick in messages" is not selected and try !mh on again..
  8. But when you're on a good server, and you have a good ping - there is no lag on the chat and packet loss is very rare.
  9. For finding servers - your best bet is The All Seeing Eye, which can be found Here And the official servers seem to be down at the moment, but you should be able to find some other good servers on ASE
  10. Mike

    Help - MTA MA

    Do you have the latest version of the script from http://www.aeron.tk ? It sounds like you don't - get it here: http://home.deds.nl/~aeron/scripts/manhunt.mrc
  11. Mike

    Help - MTA MA

    The current version is 3.18, which can be downloaded at http://www.aeron.tk - If the latest version isn't posted there, download the latest one you can find and use the updater. (the site is down at the moment, so you'll have to wait until it's back up)
  12. Mike

    MTAMA Scripting

    Yup, (and that's the reason you'll get the message "Invalid update file" if you try to update)
  13. Mike

    MTAMA Scripting

    it would also need an extra "}" at the end of that part of the script deleting
  14. erm.. you forgot this bit before it:
  15. Erm... http://forum.mtavc.com/viewtopic.php?p= ... mod#136359 Two really nice vids, good work p.s: i can do airgrabs now
  16. That was some serious ownage Here's a nice quote - completely true
  17. Well, I don't have that much money anyway, but why pay for it when you can get a really good host for free if you just search around a bit
×
×
  • Create New...