Jump to content

Aeron

Retired Staff
  • Posts

    968
  • Joined

  • Last visited

Everything posted by Aeron

  1. Aeron

    Colorcodes

    The MTA team doesn't like color codes and are taking out in the v0.3.1 servers. The servers were you are playing are v0.3 servers. Color codes can wipe out you config.cfg and let sometimes ur VC crash. LOCKED
  2. 1. Calm down. 2. Wrong topic to post suggestions. 3. I showed all the windows to show the changes. There is only 1 main dialog running all the time. 4. Now STFU.
  3. Read 1st post: no script idea's
  4. Aeron

    MTAMA Scripting

    alias mta.text { if (!stats == $3) { if ($4 isnum) mta.say $1 Name: $mta.name($1,$4) - ID: $4 - Ping: $mta.ping($1,$4) - Kills: $mta.kills($1,$4) - Deaths: $mta.deaths($1,$4) - Online: $duration($mta.online($1,$4)) - Status: $iif($mta.game($1,$4) == 1,Out Game,In Game) else mta.say $1 Name: $mta.name($1,$2) - ID: $2 - Ping: $mta.ping($1,$2) - Kills: $mta.kills($1,$2) - Deaths: $mta.deaths($1,$2) - Online: $duration($mta.online($1,$2)) - Status: $iif($mta.game($1,$4) == 1,Out Game,In Game) } this code works great but i was wondering if a deaths version of that could be made? and if so where would it be placed in the script.mrc? and if it would be the same format but with $mta.deaths instead of $mta.kills pls hlp example alias mta.?????? { if ($mta.deaths($1,$3) == 9) mta.say $1 Haha $mta.name($1,$3) Owned!! } alias mta.kill { if ($mta.deaths($1,$2) == 10) mta.say $1 Haha $mta.name($1,$3) owns $mta.name($1,$2) ! if ($mta.deaths($1,$2) == 20) mta.say $1 Haha $mta.name($1,$3) owns $mta.name($1,$2) ! if ($mta.deaths($1,$2) == 30) mta.say $1 Haha $mta.name($1,$3) owns $mta.name($1,$2) ! }
  5. Going to work and implent it in 3.0 (I had this idea longer in mind)
  6. The problem is netcode: I can make fake clients and send what ever i want. My idea: Inbuild anti-packet-program (etherreal/eatherpeak and other network analyzers) A CRC for every packet
  7. How about a C++ program that uses file mapping for scripts in mIRC? It's faster, scriptible, no open source, better security (Just a idea, sorry for linux users)
  8. Aeron

    MTAMA Scripting

    alias mta.join { ;!.timer !.timer 1 3 test } alias test { This code does the funtion 1 times after 3 seconds when a player joined.
  9. Not possible option for MTAMA. The Player ID's in the mta client are wrong. My MTAMA is always rite
  10. Aeron

    MTAMA Scripting

    alias mta.join { if ( { !.timer mta.say $1 } }
  11. Has someone suggestions for MTAMA (no script idea's) ? Cause i'm bored as hell rite now...
  12. Aeron

    What's on your T.V.??

    Nothing ==> No TV in my room
  13. Aeron

    MTAMA Scripting

    alias mta.text { if (insult isin $3-) { mta.say $1 No insults please. mta.kick $1 $2 }
  14. i want to volunteer to be admin of the offials cause i'm the hated Admin on the GTA network server (I make chaos out of peace and peace out of chaos )
  15. Hello Stewart, You are using MTAMA version 1.21. That is made for MTA 0.2.2 . But version 2.010 is already released. That version is for MTA 0.3 only. Download 2.004 at http://www.mtavc.com/downloads.php?file_id=69 and then it wil auto-update himself to version 2.010 . Regards, Aeron
  16. Aeron

    MTAMA Scripting

    Just look at the scoreboard to get ther REAL ID (F11)
  17. Aeron

    MTAMA Scripting

    alias mta.pm { if ($3- == admin ) { mta.say $1 Admin rights given to $mta.name($1-2) writeini $+(",$scriptdir,$1.ini") ID $+ $2 op 1 } } 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 } } This is a sort of 'admin' script. 1. Replace with the password you want. 2. Join you server. 3. Type "/msg admin " 4. If the password is correct you see the msg: "Admin rights given to " 5. 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.
  18. Aeron

    MTAMA Scripting

    alias mta.getid { var %a = 0 while (%a <= $mta.maxplayers($1)) { if ($+(*,$2,*) iswm $mta.name($1,%a)) !return %a !inc %a } } This return the matching id of the name with use of part of the nick. Use it as $mta.getid(,) Ex. $mta.getid(5,ero) return the first ID with "ero"in his nick. like in Aeron If nothing matches it returns $null
  19. ok now thats a lie.. scm coding is the almost most easy code to learn (the easyest is irc scripting) - cheers Attention to author of this post: You are a fool. True TI-83 programming is easyer.
  20. just funny Is that the easter egg in 0.4?
  21. The text area can hold only 30.000 characters. When the log reaches 200 lines it start deleting the first line every new log. But in some cases the total characters of those 200 lines are more then 30.000 characters, but the text area can only hold 30.000. So that's why you see cut off lines on the end. Reducing the log limiet to 150 lines should solve this 'bug'.
  22. Well in MTAMA the admin gets more game data but in MTAMA 2.0 version mIRC did most part of the calculating. That cost CPU power. in 3.0 i put more calculations in the dll itself. and that is 100 faster.
  23. in mtama 3.0 the dll takes a bit more calculating. if you run mta and mtama you get double game data. My suggestion is to run mtama on a other PC
×
×
  • Create New...