Jump to content

andeh

Members
  • Posts

    314
  • Joined

  • Last visited

Everything posted by andeh

  1. andeh

    MTAMA Scripting

    alias mta.join { var %a = 1 while %a <= $lines(shiters.txt) { if $read(shiters.txt,%a) isin $mta.name($1,$2) { mta.say $1 $read(shiters.txt,%a) Is banned,Please go to www.tlr-clan.co.uk to apeal. mta.ban $1 $2 } !inc %a } if $read(shits.txt,w,$mta.name($1,$2)) { mta.say $1 $mta.name($1,$2) Is banned,Please go to www.tlr-clan.co.uk to apeal. mta.kick $1 $2 } } alias mta.text { if ($3 == brb) { mta.say $1 $mta.name($1,$2) $+ : will be right back! } elseif ($3 == lagger || $3 == lagga) { mta.slap $1 $2 mta.say $1 $mta.name($1,$2) stop complaining } alias mta.command { if !aban == $3 && *TLR*Andy isin $mta.name($1,$2) { if $4 !== $null { mta.say $1 $mta.name($1,$2) has advance banned $mta.name($1,$4) Good Bye! !write shits.txt $mta.name($1,$4) mta.ban $1 $4 } } elseif ($3 == !djon) && (*TLR*Andy isin $mta.name($1,$2)) { mta.say $1 TLR-RADIO Mode NOW ON! /timer 0 60 /mta.say $1 TLR-Radio IS NOW ON!!,Open URL With: http://213.230.209.159:8000/ } elseif ($3 == !djoff) && (*TLR*Andy isin $mta.name($1,$2)) { mta.say $1 TLR-Radio Mode Is Now OFF! /timer1 off } elseif ($3 == !reload && *TLR*Andy isin $mta.name($1,$2)) { mta.say $1 Script reloaded! !reload -rs $+(",$script,") } elseif ($3 == !lagging) && *TLR*Andy isin $mta.name($1,$2) { if ( $4 isnum ) { unset %lagging set %countlag 0 while (%countlag < 26 ) { if ( $mta.ping($1, %countlag ) > $4 ) { %lagging = %lagging $mta.name($1, %countlag ) $+ , } %countlag = %countlag + 1 } if ( %lagging == $null ) { mta.say $1 No people in the server have an average ping higher than $4 } else { mta.say $1 Average pings above $4 $+ : %lagging } unset %lagging unset %countlag } else { mta.say $1 $mta.name($1,$2) $+ : Error - Please specify a ping. Syntax: !lagging } } elseif !clanban == $3 && *TLR*Andy isin $mta.name($1,$2) { if $4 !== $null { mta.say $1 $mta.name($1,$2) has banned all members of $4 $+ . Good Bye! !write shiters.txt $4 clanban $1- } } elseif ($3 == !kill) && (*TLR*Andy isin $mta.name($1,$2)) { .timer1 1 1 mta.say $1 Killing $mta.name($1,$4) in 5 seconds! .timer6 1 6 !.timerkill 5 1 /mta.slap $1 $4 } elseif ($3 == !slap) && (*TLR*Andy isin $mta.name($1,$2)) { .timer1 1 1 mta.say $1 slapping $mta.name($1,$4) in 5 seconds! .timer6 1 6 !.timerkill 1 1 /mta.slap $1 $4 } elseif ($3 == !rules) && TLR isin $mta.name($1,$2) { if ($4 != $null) { mta.msg $1 $4 $mta.name($1,$4) Don't brake these rules!!! .timer 1 1 mta.msg $1 $4 No Cheating/Modding .timer 1 2 mta.msg $1 $4 No Bitching .timer 1 3 mta.msg $1 $4 No Chopper Kills .timer 1 4 mta.msg $1 $4 No Pausing .timer 1 5 mta.msg $1 $4 No Recruiting/Advertising .timer 1 6 mta.msg $1 $4 No Spawn Killing .timer 1 7 mta.msg $1 $4 Obey the rules or else be kicked/banned! } else { mta.msg $1 $2 TLR-Server Rules .timer 1 1 mta.msg $1 $2 No Cheating/Modding .timer 1 2 mta.msg $1 $2 No Bitching .timer 1 3 mta.msg $1 $2 No Chopper Kills .timer 1 4 mta.msg $1 $2 No Pausing .timer 1 5 mta.msg $1 $2 No Recruiting/Advertising .timer 1 6 mta.msg $1 $2 No Spawn Killing .timer 1 7 mta.msg $1 $2 Obey the rules or else be kicked/banned! } elseif (!admin == $3) { mta.say $1 The admin has been alerted. /run C:\admin.wav } } alias mta.part { if ($3 == kicked) { inc %kick .timer -m 1 1 mta.say $1 %kick $+ th idiot to get kicked } } alias mta.kill { if ($mta.kills($1,$3) == 9) mta.say $1 Woohoo $mta.name($1,$3) has 10 kills! if ($mta.kills($1,$3) == 19) mta.say $1 Woohoo $mta.name($1,$3) has 20 kills! if ($mta.kills($1,$3) == 29) mta.say $1 Woohoo $mta.name($1,$3) has 30 kills! if ($mta.kills($1,$3) == 39) mta.say $1 Woohoo $mta.name($1,$3) has 40 kills! if ($mta.kills($1,$3) == 49) mta.say $1 Woohoo $mta.name($1,$3) has 50 kills! if ($mta.kills($1,$3) == 59) mta.say $1 Woohoo $mta.name($1,$3) has 60 kills! if ($mta.kills($1,$3) == 69) mta.say $1 Woohoo $mta.name($1,$3) has 70 kills! if ($mta.kills($1,$3) == 79) mta.say $1 Woohoo $mta.name($1,$3) has 80 kills! if ($mta.kills($1,$3) == 89) mta.say $1 Woohoo $mta.name($1,$3) has 90 kills! if ($mta.kills($1,$3) == 99) mta.say $1 Woohoo $mta.name($1,$3) has 100 kills! } } } alias clanban { var %a = 0 while (%a < 32) { if ($4 isin $mta.name($1,%a)) mta.ban $1 %a !inc %a } } I killed another script,apart from most of it not working it kicks and bans people , any chance someone could fix it please? 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 ; } alias mta.pm { if ($3- == admin password) { mta.say $1 Admin rights given to $mta.name($1,2) writeini $+(",$scriptdir,$1.ini") ID $+ $2 op 1 } } And could this be added, all the commands with *TLR*Andy isin be put in the login script??.
  2. andeh

    *TLR* CLAN

    Can a admin or something ban DJ_Dan from our thread, he keeps spamming it .
  3. andeh

    *TLR* CLAN

    dan shut up, i don't mod, your just digging your self a bigger hole here dan.
  4. andeh

    *TLR* CLAN

    Yea right dan I belive you onest
  5. mIRC Chat (The IRC port is usually 6667) IN TCP 6660 - 6669 can u check the mIRC port they give is right , because it dosen't seem to work, can anyone help me on changing the port ??
  6. i couldn't find mIRC on that website
  7. can u explain that oli please
  8. i have problem with mirc, i have a network its fully working but the other p.c on my network on Mirc dosen't detect the net threw LAN. tryed reinstalling but no luck , anyone got any Ideas?
  9. andeh

    MTAMA Blacklist

    what do you mean "proof" like fraps or screeny?
  10. andeh

    *TLR* CLAN

    cpt.duck and dan stop arguing before u get the thread locked .
  11. andeh

    MTAMA Scripting

    yea thx dan works fine now, and has anyone got a reload script? i got to page 50 in this thread and got bored
  12. andeh

    MTAMA Scripting

    alias mta.join { var %a = 1 while %a <= $lines(shiters.txt) { if $read(shiters.txt,%a) isin $mta.name($1,$2) { mta.say $1 $read(shiters.txt,%a) Is banned,Please go to www.tlr-clan.co.uk to apeal. mta.ban $1 $2 } !inc %a } if $read(shits.txt,w,$mta.name($1,$2)) { mta.say $1 $mta.name($1,$2) Is banned,Please go to www.tlr-clan.co.uk to apeal. mta.kick $1 $2 } } alias mta.text { if ($3 == lagger || $3 == lagga) { mta.slap $1 $2 mta.say $1 $mta.name($1,$2) stop crying } } alias mta.command { if !aban == $3 && *TLR*Andy isin $mta.name($1,$2) { if $4 !== $null { mta.say $1 $mta.name($1,$2) has advance banned $mta.name($1,$4) Good Bye! !write shits.txt $mta.name($1,$4) mta.ban $1 $4 } } elseif !clanban == $3 && *TLR*Andy isin $mta.name($1,$2) { if $4 !== $null { mta.say $1 $mta.name($1,$2) has banned all members of $4 $+ . Good Bye! !write shiters.txt $4 clanban $1- } } elseif ($3 == !kill) && (*TLR*Andy isin $mta.name($1,$2)) { .timer1 1 1 mta.say $1 Killing $mta.name($1,$4) in 5 seconds! .timer6 1 6 !.timerkill 5 1 /mta.slap $1 $4 } } elseif ($3 == !rules) && TLR isin $mta.name($1,$2) { if ($4 != $null) { mta.msg $1 $2 $mta.name($1,$4) Don't brake theese rules!!! .timer 1 3 mta.msg $1 $2 No Cheating or Modding .timer 1 4 mta.msg $1 $2 No Bitchen .timer 1 5 mta.msg $1 $2 No Lamas .timer 1 6 mta.msg $1 $2 No Puasing .timer 1 7 mta.msg $1 $2 Brake Theese Rules Face Kick or Ban! } else { if ($3 == !rules) { mta.msg $1 $2 TLR-Server Rules .timer 1 3 mta.msg $1 $2 No Cheating or Modding .timer 1 4 mta.msg $1 $2 No Bitchen .timer 1 5 mta.msg $1 $2 No Lamas .timer 1 6 mta.msg $1 $2 No Puasing .timer 1 7 mta.msg $1 $2 Brake Theese Rules Face Kick or Ban! } } elseif (!tlr == $3) { mta.msg $1 $2 The Last Resort Clan, Please visit www.tlr-clan.co.uk for more info. } } elseif (!join == $3) { mta.msg $1 $2 The Last Resort Clan, Please visit www.tlr-clan.co.uk for more info. } } alias clanban { var %a = 0 while (%a < 32) { if ($4 isin $mta.name($1,%a)) mta.ban $1 %a !inc %a } } can someone fix my script please, its proberly a simple problem . BTW } elseif ($3 == !rules) && TLR isin $mta.name($1,$2) { if ($4 != $null) { mta.msg $1 $2 $mta.name($1,$4) Don't brake theese rules!!! .timer 1 3 mta.msg $1 $2 No Cheating or Modding .timer 1 4 mta.msg $1 $2 No Bitchen .timer 1 5 mta.msg $1 $2 No Lamas .timer 1 6 mta.msg $1 $2 No Puasing .timer 1 7 mta.msg $1 $2 Brake Theese Rules Face Kick or Ban! } else { if ($3 == !rules) { mta.msg $1 $2 TLR-Server Rules .timer 1 3 mta.msg $1 $2 No Cheating or Modding .timer 1 4 mta.msg $1 $2 No Bitchen .timer 1 5 mta.msg $1 $2 No Lamas .timer 1 6 mta.msg $1 $2 No Puasing .timer 1 7 mta.msg $1 $2 Brake Theese Rules Face Kick or Ban! } i think thats the broken bit
  13. andeh

    MTAMA Scripting

    alias mta.join { var %a = 0,%b while %a <= $lines(shiters.txt) { if $read(shiters.txt,%a) isin $mta.name($1,$2) { mta.say $1 $read(shiters.txt,%a) Is banned,Please go to www.tlr-clan.co.uk to apeal. mta.ban $1 $2 } !inc %a } elseif { if ($read(shits.txt,w,$mta.name($1,$2))) { mta.say $1 $mta.name($1,$2) Is banned,Please go to www.tlr-clan.co.uk to apeal. mta.kick $1 $2 } } alias mta.command { if (!nban == $3) && (*TLR*Andy isin $mta.name($1,$2)) { if ($4 !== $null) { mta.say $1 $mta.name($1,$2) has advance banned $mta.name($1,$4) Good Bye! /write shits.txt $mta.name($1,$4) mta.ban $1 $4 } } elseif { if (!aban == $3) && (*TLR*Andy isin $mta.name($1,$2)) { if ($4 !== $null) { mta.say $1 $mta.name($1,$2) has advance banned $mta.name($1,$4) Good Bye! /write shiters.txt $mta.name($1,$4) mta.ban $1 $4 } } This script was made mainly by Oli but I can't get it working. There’s spouse to be two shit list scripts, one that u can put (clan) in a .txt file and it bans anyone who join with (clan) in there name. Two a normal shit list where you can put a name into the .txt file and it bans them. The 2nd one works fine but 1st one doesn’t. Can someone please help me
  14. u mite spawnkill liek u did be4 OMG do u know nothing about matches? Now do u want a match or not?
  15. yea i donno whats going on here. i onestly don't care if im banned from VCE server. but if u do unban good for u.Now lets sort a match out for VCE V TLR huh
  16. andeh

    MTA 0.4 RELEASED

    i have a problem with 0.4 when there are 2-6 players in a server my game goes fine. But when u get more then 6 it starts to lag, and its something like 9 frames.is there a way to stop this? Apart from this I LOVE MTA 0.4 , good job.
  17. yea dan , how many clans u been in now dan?
  18. andeh

    MTAMA Scripting

    no harry that don't work
  19. andeh

    MTAMA Scripting

    } alias mta.join { ;$1 = Server ;$2 = Player ID set %life. [ $+ [ $2 ] ] $ctime if ( {UD} isin $mta.name($1,$2)) { set %ud true } } alias mta.part { ;$1 = Server ;$2 = Player ID ;$3- = Reason } alias mta.text { ;$1 = Server ;$2 = Player ID ;$3- = Text if ( %on == on ) { if (({UD}Andy isin $mta.name($1,$2)) && (!andy isin $3-)) { if ($4 != $null) { mta.say $1 Name: $mta.name($1,$4) $+ , Andy Is A Mean Keen Killing MACHINE!, So WATCH OUT! } else { mta.say $1 Name: $mta.name($1,$2) $+ , Andy Is A Mean Keen Killing MACHINE!, So WATCH OUT! } } elseif (andy isin $3-) { mta.say $1 $mta.name($1,$2) Did Call Me?, Yea i Know IM SEXY } elseif (fuck isin $3-) { if ( {UD} isin $mta.name($1,$2)) { set %ud true if ( %ud != true ) { mta.say $1 Name: $mta.name($1,$2) Don't say 'Fuck' Go 'Fuck' Yourself! } } unset %ud } elseif (($3 == !off ) && ($mta.name($1,$2) == {UD}Andy)) { mta.say $1 Text functions off. unset %on } } elseif (($3 == !on ) && ($mta.name($1,$2) == {UD}Andy)) { mta.say $1 Text functions on. set %on on } } alias mta.kill { ;$1 = Server ;$2 = Player ID ;$3 = Killer ID } if mta.kill && {UD} isin $mta.name($1,$2) { mta.say $1 $mta.name($1,$2) Aint Owning No More!, $mta.name($1,$2) Lived for $duration($calc($ctime - %life. [ $+ [ $2 ] ] ) ) !set %life. [ $+ [ $2 ] ] $ctime } ok this script was made for me by [FMJ]-Oli he was busy at the time , anyways mta.text commands are spose to turn on and off. But it dosen't oli din't have time to fix it. Can u fix it for me plz
  20. i haven't done anything, dans left {FwG} thats what you guys wanted.
  21. hi, Dan has Quit MTA for good, i don't think he should, but i think its going to be the only way to sort this out. Btw i'm not taking sides, i have nothing against anyone so please leave me out of this, if you could
  22. andeh

    MTAMA Scripting

    Hi, i need some help with some scripts for our [OC]-Server. We need help with a Automatic ping kicker. Oh and it must not kick [OC]-people in the server thx
  23. andeh

    MTAMA Scripting

    } alias mta.part { %isoc. [ $+ [ $1 ] $+ . $+ [ $2 ] ] = false set %isoc. [ $+ [ $1 ] $+ . $+ [ $2 ] ] false } alias mta.text { if ( ([OC] isin $mta.name($1,$2)) && ( $3 == !setping ) ) { mta.say $1 $mta.name($1,$2) set the max ping to $4 set %max $4 } } alias checkpings { set %server 0 if ( %max == $null ) echo -a Maximum ping not set, pingkick off set %ping_counter $calc( %ping_counter + 1 ) if ( %ping_counter > 12 ) { set %ping_counter 0 } ; Check all servers ( 1 - 8 ) while ( %server < 9 ) { ; Check if server is online if ( %online. [ $+ [ %server ] ] == true ) { ; Check player 0 - 26 set %playerid 0 while ( %playerid < 27 ) { set %ping. [ $+ [ %server ] $+ . $+ [ %playerid ] $+ . $+ [ %ping_counter ] ] $mta.ping( %server , %playerid ) set %dummy 0 set %totalping 0 ; Bereken gemiddelde ping while ( %dummy < 13 ) { inc %totalping %ping. [ $+ [ %server ] $+ . $+ [ %playerid ] $+ . $+ [ %dummy ] ] inc %dummy 1 } set %averageping. [ $+ [ %server ] $+ . $+ [ %playerid ] ] $round($calc( %totalping / 13 ) , 0 ) ;echo -a %averageping. [ $+ [ %server ] $+ . $+ [ %playerid ] ] if ( %averageping. [ $+ [ %server ] $+ . $+ [ %playerid ] ] > %max ) { echo -a %server Kicking $mta.name( %server, %playerid ) for a ping of %averageping. [ $+ [ %server ] $+ . $+ [ %playerid ] ] , maximum is %max if ( %isoc. [ $+ [ %server ] $+ . $+ [ %playerid ] ] == false || !%isoc. [ $+ [ %server ] $+ . $+ [ %playerid ] ] ) { mta.say %server Kicking $mta.name( %server, %playerid ) for ping > %max mta.kick %server %playerid unset %averageping. [ $+ [ %server ] $+ . $+ [ %playerid ] ] unset %ping. [ $+ [ %server ] $+ . $+ [ %playerid ] $+ ] * } } ;echo -a %server - %playerid - %averageping. [ $+ [ %server ] $+ . $+ [ %playerid ] ] inc %playerid 1 } } inc %server 1 } unset %server } oli made me this script for [OC]-Clan server but it don't seem to work please help me
  24. dans bk again! whats this you 3rd clan lol
  25. andeh

    MTAMA Scripting

    hi there are so many scripts now servers are starting to flood.. is there a way the script could pm? E.G someone says !stats and scripts PM to the person thx
×
×
  • Create New...