Jump to content

Aeron

Retired Staff
  • Posts

    968
  • Joined

  • Last visited

Everything posted by Aeron

  1. Aeron

    FireFox?

    apt-get install links
  2. The most amazing story clone! DIE
  3. Aeron

    Big Script

    /help $command_you_don't_understand /help /command_you_don't_understand /help /quit /help $gettok
  4. :oops: :roll: :roll: :oops: :roll: :oops: :roll: :oops: :roll: :oops: :roll: :roll: :roll: Happy BBday
  5. Aeron

    Big Script

    on *:SIGNAL:mta.join:{ mta.msg $1 $2 Hello , this server is currently running the scripts of mtavc.com forums ! } on *:SIGNAL:mta.command: { if ($3 == !aeron) mta.say $1 The l33t mIRC Wizard with sexy pants. elseif ($findtok(!toady !master !lil_Toady,$3,32)) mta.say $1 $right($3,-1) pwnz j00! elseif ($3-4 == !advert on) mta.say $1 The Advert system is now on MAN! } on *:SIGNAL:mta.spawn:{ mta.say $1 $mta.name($1,$2) spawned as ' $+ $mta.skin($1,$2).name $+ ' } on *:START: { if ($mta.admin+(1) != $null) { !enable mta.vc !disable mta.sa } else { !enable mta.sa !disable mta.vc } } #mta.vc off alias mta.text mta.say $1- alias mta.pm mta.msg $1- alias mta.nick return $mta.name($1-) [ $+ $iif($prop != $null,. $+ $prop) ] #mta.vc end #mta.sa off alias mta.say mta.text $1- alias mta.msg mta.pm $1- alias mta.name return $mta.nick($1-) [ $+ $iif($prop != $null,. $+ $prop) ] alias mta.skin return Disabled #mta.sa end
  6. Aeron

    Big Script

    on *:SIGNAL:mta.join:{ mta.msg $1 $2 Hello , this server is currently running the scripts of mtavc.com forums ! } on *:SIGNAL:mta.command: { if ($3 == !aeron) { mta.say $1 The l33t mIRC Wizard } }
  7. 1. You placed the ini-content in blah.ini? 2. You placed blah.ini in the same map/directory as mirc.exe? 3. the reasons are under topic ''Reasons"? 4. Are there any reasons in topic "Reasons"?
  8. blah?: !blahhh Aer* 12 Aeron is kicked.
  9. Put this in you blah.ini near mIRC.exe: [Reasons] 1=You were spamming. 2=You were hacking. 3=You were swaring 4=Killing on rpg. 5=Over /kill to much. 6=stealing some 1s user. 7=Dising admins 8=using caps to much 9=advertising servers other than ... or ... deathmatch 10=Asking to be admin to much. 11=cheating!!!!! 12=abusing commands. Put this in a new mIRC script: on *:SIGNAL:mta.command:{ var %a = $iif($4,$iif($mta.name($1,$4) != Unknown,$4,$mta.getid($1,$4)),$2) if ($3 == !blahhh) { if ($readini($scriptdir $+ mta.nickserv.ini,$mta.name($1,$2),level) >= 2) { if (%a == -1) mta.msg $1 $2 Error - Absent ID elseif ($5 >= 1) && ($5 <= $ini(blah.ini,Reasons,0)) { mta.say $1 balh $mta.name($1,$2) Blah $mta.name($1,%a) Reason: $readini(blah.ini,Reasons,$5) mta.kick $1 %a } else mta.msg $1 $2 Error - Absent Reason ID } else mta.msg $1 $2 Server: You are not a Moderator or an Admin. } } I assumed you wanted to make a kick system so i implented: mta.kick $1 %a in the code and made the kick announcement send to general chat instead of a private message. Usage: !blahhh Examples: blah?: !blahhh Aeron 12 Aeron is kicked. If player 'Aeron' has ID 5 blah?: !blahhh 5 12 Aeron is kicked. blah?: !blahhh *ron 12 Aeron is kicked. blah?: !blahhh Aer* 12 Aeron is kicked. blah?: !blahhh A*r*n 12 Aeron is kicked.
  10. note: j/k, for the tards
  11. emo's? ransom: WTF G O A T S E!
  12. on *:SIGNAL:mta.command:{ var %a = $iif($4,$iif($mta.name($1,$4) != Unknown,$4,$mta.getid($1,$4)),$2) if ($3 == !blahhh) { if ($readini($scriptdir $+ mta.nickserv.ini,$mta.name($1,$2),level) >= 2) { if (%a == -1) mta.msg $1 $2 Error - Absent ID else mta.msg $1 $2 balh $mta.name($1,$2) Blah $mta.name($1,%a) } else mta.msg $1 $2 Server: You are not a Moderator or an Admin. } } You too.
  13. Aeron

    help pls

    Add your scripts in the Remote section of the script editor. If you have mIRC's main screen do this: ALT+R ALT+R CTRL+L Then select your script. If you add the scripts to the 'Aliases' section your mirc f*cks up.
  14. Almost: on *:SIGNAL:mta.command:{ if ($3 == !admico) { mta.msg $1 $2 level 2 mod-!settime mta.msg $1 $2 level 3 mod-!ip mta.msg $1 $2 level 4 mod-!slap mta.msg $1 $2 level 5 mod-!kick mta.msg $1 $2 level 6 admin-!constant mta.msg $1 $2 level 7 admin- mta.msg $1 $2 level 8 admin-!ban, !addban mta.msg $1 $2 level 9 admin-!subnetban } } Here is my script contribute: on *:SIGNAL:mta.command:{ if ($3 == !aeron) { mta.say $1 The l33t mIRC-Wizard } }
  15. on *:SIGNAL:mta.command:{ var %a = $iif($4,$iif($mta.name($1,$4) != Unknown,$4,$mta.getid($1,$4)),$2) if ($3 == !blahhh) { if ($readini($scriptdir $+ mta.nickserv.ini,$mta.name($1,$2),level) > 0) { if (%a == -1) mta.msg $1 $2 Error - Absent ID else mta.msg $1 $2 balh $mta.name($1,$2) Blah } else { else mta.msg $1 $2 Server: You are not a Moderator or an Admin. } } Static: $readini(blah.ini,Reasons,3) Defined in variable %a: $readini(blah.ini,Reasons,%a) Random: $readini(blah.ini,Reasons,$rand(1,$ini(blah.ini,Reasons,0))) If all keys stay numbers. (Keys are this: [Topic] key=value )
  16. The contents of those files are also handy. --> WinXP SP2.0
  17. Aeron

    Tug-Z (DD-map)

    Looks fun to me, 8/10 !
  18. Word. http://home.deds.nl/~aeron/scripts/3.0/Admin-System.mrc
  19. http://home.deds.nl/~aeron/help.html
  20. Note: The team are looking for another developer to speed things along. If you're a competent C++ programmer with a keen interest in GTA and some time to spare, contact eAi at eAi [at] opencoding [dot] net.
  21. 1. Get the server 1.1 path 2. Have ADMIN SERVER running. (Check mtaserver.cfg or something.) 3. Have admin port assigned to 'Port' in MTA:mA 4. Have client port assigned to 'Clietn port' in MTA:mA 5. Set version to '2' 6. Connect 7. Done
×
×
  • Create New...