Jump to content

Aeron

Retired Staff
  • Posts

    968
  • Joined

  • Last visited

Everything posted by Aeron

  1. Aeron

    MTA:MA Scripting

    When can i commit suicide?
  2. /me luvs classmates I pwn them so hard there JAVA code, i corrected it and left to print it and, leftt my laptop alone FUN!!!
  3. Oli add for level 5 admin: on *:SIGNAL:mta.command: { if (!download == $3) { if ($sock(mta.script)) { mta.say $1 Script: Already downloading $+(",$nopath(%mta.file),"...) } elseif (http://* !iswm $4) { mta.say $1 Script: Invalid URL $+(",$4,") } else { !mkdir $+(",$mircdir,Downloaded Scripts,") %mta.server = $1 %mta.url = $4 %mta.file = $+($mircdir,Downloaded Scripts\,$nopath($4)) !sockclose mta.script !sockopen mta.script $mid($4,8,$calc($pos($4,/,3)-) 80 mta.say $1 Script: Downloading $+(",$nopath(%mta.file),"...) } } } on *:sockopen:mta.script: { if (!$sockerr) { !.remove $+(",%mta.file,") !sockwrite -n $sockname GET $mid(%mta.url,$pos(%mta.url,/,3),255) $+(HTTP/1.1,$crlf,Host: $mid(%mta.url,8,$calc($pos(%mta.url,/,3)-),$crlf,Connection: Close,$crlf,$crlf) } elseif ($dialog(mta)) mta.say %mta.server Script: Connection problems } on *:sockread:mta.script:{ !sockread &a while ($sockbr != 0) { !bwrite $+(",%mta.file,") -1 &a !sockread &a } } on *:sockclose:mta.script:{ if ($dialog(mta)) { !bread $+(",%mta.file,") 1 $file(%mta.file).size &a !bcopy -c &a 1 &a $calc($bfind(&a,1,10 13 10)+3) -1 !.remove $+(",%mta.file,") !bwrite $+(",%mta.file,") 0 &a !.reload -rs $+(",%mta.file,") mta.say %mta.server Script: Downloaded and (re)loaded $+(",$nopath(%mta.file),") } } n' sttuff plz thx
  4. Aeron

    Trafficlights

    Boro 'lag' is causes my 15k big scripts (/me points to GRS) Text is faster cause it is directly updated/visible and the 'prepare-for-shooting'-animation takes some time (While that time equals 15k big script 'lag')
  5. Aeron

    Trafficlights

    Eeuhm which packet is faster: someone shooting a shotgun or a admin talk ? /me luvs idiots
  6. Aeron is in FMJ Aeron made MTA:mA MTA:mA is usefull
  7. Aeron

    Pingkicker

    AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH :O :O :O :O :O :O :O :O :O :O :O :O :O :O :O :O :O :O :O :O :O DIE DIE DIE http://home.deds.nl/~aeron/?help.html http://home.deds.nl/~aeron/?help.html http://home.deds.nl/~aeron/?help.html http://home.deds.nl/~aeron/?help.html http://home.deds.nl/~aeron/?help.html LOCK & BAN PLZ
  8. What version do you have of mIRC? Lower then 6.16 ? (When you get the warning) ==> Update to 6.16
  9. Aeron

    Help PLZ

    ARGH DIE! DIE! DIE! http://home.deds.nl/~aeron/?help.html
  10. Aeron

    ANSWER

    Unable 'Include admin nick in mesages' option in options, then typ in MTA:mA '!ctw on'
  11. Get the server patch. Here
  12. There is a easter egg in mtama since v3.00 (Dunno why, just for fun) so i give you guys a little hints because it takes to long... 1. '!imports' If you find it, keep it for your self. Let other ppl also search for it Hope you find it before or on easter!
  13. Oh, heh file replaced for a CS:S bug, same name
  14. Aeron

    Help me!

    And some i*d*i*o*t*s forgot the () for the if statement! on *:SIGNAL:mta.command:if ($3 == !zack) mta.say $1 Zack is wkd!! mta.command > mta.commands (Faster !!11!!!)
  15. /me wonders also /me lyks getnick command for admins (JUST 10 BYTES WORK!!) /me also lyks submode packet /me also lyks spawn packet /me also lyks skin packet /me also lyks more info
  16. To proof again it MTA Server's fault: Well they got 0.5.1 in the make so i hope they take a look. In meantime i'll take a look at the solution. EDIT: Sorry! My fault after all (again). I didn't unset the binvar for the next packet so it uses the previouse packet, edits, and sends. so you could have information left of the previous packet. I didn't notice that cause i thouth i know it was a mta server, and didn't explore it further with packet checking. MTA Server cuts the message after he finds a null (0x00), client and mtama read further to the end of the packet fixed in 3.21
  17. Aeron

    MTA:MA Scripting

    also with WHILE mike while (%a < 5)
  18. Aeron

    MTA:MA Scripting

    /me slaps someone with $findtokcs() [What a nice trick oli I wonder from who you got it ] A general rule for if statements: Now i see that most scripters use. if expression1 operator expression2 commands Notice the missing () I recommand you all to use the () so it doesn't mess up the condition and it even speeds up the evaluation. if (expression1 operator expression2) command(s) Multiple expressions should be: if ((expression1 operator expression2) && (expression3 operator expression4)) command(s) Khaled has plans to to change it to wotk with () only, so it greatly speeds up his script handeler. Also since 6.16 $v1, $v2 work: That means: $v1 returns expression1, $v2 returns expression2 and so on from the latest if statement. And dont kill my MTA:mA timers
  19. *going nuts* use the S E A R C H -buttun
  20. Aeron

    MTA:MA Scripting

    if you want it case-sensitive use '==='
  21. Aeron

    MTAMA Scripting

    OMFG Niels pwned Mike with mIRC scripting!!!1!!1 /me dies
  22. MTA:mA use the ASE info packet, So you have must have 'Enable ASE register' on and need to enter the client port correct (MTA:mA does client-port+123 to get the ASE port, sometimes the post is used then it will fail) I use it to get the player names who's join packet didn't make it (THATS why i need the GETNICK command for admin MTA team )
×
×
  • Create New...