Jump to content

Aeron

Retired Staff
  • Posts

    968
  • Joined

  • Last visited

Everything posted by Aeron

  1. Aeron

    MTAMA Scripting

    Some scripts: -------PLACE UNDER mta.text:---------- Lag-calculator if ($3 == !lag) { if ($5 == $null) mta.say $1 Syntax: !lag else { mta.say $1 Lagtime $mta.name($1,$4) - $mta.name($1,$5) $+ : $calc($mta.ping($1,$4) / 2 + $mta.ping($1,$5) / 2) } } Idle responder if (!idle == $3) { if ($4 != $null) mta.say $1 $mta.name($1,$4) is idle for $duration($mta.idle($1,$4)) else mta.say $1 $mta.name($1,$2) Give up a ID number: !idle } Countdown script if (!count* iswm $3) { mta.say $1 Countdown! .timerc1 1 1 mta.say $1 5 .timerc2 1 2 mta.say $1 4 .timerc3 1 3 mta.say $1 3 .timerc4 1 4 mta.say $1 2 .timerc5 1 5 mta.say $1 1 .timerc6 1 6 mta.say $1 GO GO GO! } Stats if (!stats == $3) { 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,$2) == 1,Out Game,In Game) } ------------------- ----PLACE UNDER mta.text OR/AND mta.pm OR/AND mta.action ------- Caps kicker if (($calc($len($3-) - $len($removecs($3-,A,B,C,D,E,F,G,H,I,J,K,L,M,N,O,P,Q,R,S,T,U,V,W,X,Y,Z))) >= $calc($len($3-) * 0.5)) && ($len($3-) >= 5)) { mta.say $1 $mta.name($1,$2) Reason: Caps usage mta.kick $1 $2 } Crack site kicker if ((www isin $3-) && (ack isin $3-)) { mta.say $1 $mta.name($1,$2) Reason: Cracks sites mta.kick $1 $2 } --------------------- -----------PLACE UNDER mta.join----------- Color codes kicker if (($chr(1) isin $mta.name($1,$2)) || ($chr(255) isin $mta.name($1,$2)) || ($chr(7) isin $mta.name($1,$2))) { mta.say $1 $mta.name($1,$2) Reason: Color Codes mta.kick $1 $2 } Shitlist kicker if ($read(shitlist.txt,w,$mta.name($1,$2))) { mta.say $1 $mta.name($1,$2) Reason: Shit-listed mta.ban $1 $2 } NOTE: set all or ur forbidden/banned/whatever names in shitlist.txt in the same dir as mirc.exe --------------- --------PLACE UNDER mta.part--------- Kick counter (mine is now 851 ) if ($3 == kicked) { inc %kick .timer -m 1 1 mta.say $1 %kick $+ th idiot to get kicked } -------------------
  2. Aeron

    MTAMA Scripting

    Italian server eh? Q: The server was GTA Network.it ? No: shit. Yes: i'm the admin
  3. Aeron

    MTAMA Scripting

    eeeuuhhh, eeuuuhhh mIRC is the main engine and script part for MTAMA, without mIRC and custum scripts its a bit useless...
  4. maybe other scripts are closing the sockets? if not: i dont know the prob.
  5. 1. click on options 2. click on Ren. on T/O 1. Buy a good modem 1. Maybe or u got d/c for using to much bandwidth
  6. Aeron

    MTAMA Scripting

    When the player joind their ping comes later so you can't check it. That's why the timer: alias mta.join { timer 1 2 pingkick $1- } alias pingkick { if ($mta.ping($1-) > 200) mta.kick $1- }
  7. I have dialogs! HA j/k Good job MC
  8. 9 A knock command (if somebody joins and can't get in it sends a command that can't join because )
  9. Eeeuh not fixed?: 1. No filter for System chars on admin chat 2. You can still join with color codes >_< A tip to stablise the server: Add a $null after every Chat message Join Unban Addban Setpass Or just simple on user input. So it doesn't messup the chat log/display [You can delete this message if an netcode programmer read this post]
  10. /me slaps n00bs very very very hard.
  11. 1. wake up 2. Get my air-gun 3. Shoot my stupid alarm-clock 4. Brush teeth and washing face 5. Shit 6. Breakfast 7. skool 8. MTA + MTAMA + IRC 9. f00d 10. MTA + MTAMA + IRC 11. bed
  12. My shitlist: Marco DONmarco _alex ..... jamie jason Partyz mauro Griff smile vice city don kent robby genzo [DT]GENZO [DT]Ryo [THH]RonaVie Toke
  13. Aeron

    MTAMA Scripting

    idd the "score"-packet is coming after the "blah killed blah" command
  14. Aeron

    MTAMA Scripting

    in alias mta.kill stands $1 = server $2 = killed ID $3 = killer ID
  15. Aeron

    MTAMA Scripting

    alias mta.kill { if ($mta.kills($1,$3) == 10) mta.say $1 Woohoo $mta.name($1,$3) has 10 kills! if ($mta.kills($1,$3) == 20) mta.say $1 Woohoo $mta.name($1,$3) has 20 kills! if ($mta.kills($1,$3) == 30) mta.say $1 Woohoo $mta.name($1,$3) has 30 kills! } O yeah Team-play + Gang-war fixed! * EDIT typo's fixed
  16. For MTA:VC v0.4 1. Show with the killed-command which weapon was used. 2. And hopefully some Icons of weapons or other things..? 3. A command to set scores (handy for every game-mode script) 4. And some legal colors! (Handy for teams) 5. A kill-player command for admins ('s idea) 6. A command to the admin when the player spawned and what skin 7. Kick reason 8. and not "blah parts." if somone floods and get kicked but "blah kicked: flooding."
  17. don't PM urself STUPID! /me slaps n00bs
  18. gokee talk somewher els this is the OQW (Official Qoute wall) Not the Official MrBump-Please-Unban-me wall!
  19. omg! i can't enter a reply anymore KFC u blocked it! (j/k)
  20. Aeron

    MTAMA Scripting

    O cray,bump,ijs,blok ... MTA Team for the new server release: Fix the admin "get nick"-command KFC: I try to make a system for scripts
×
×
  • Create New...