Jump to content

Shib

Members
  • Posts

    769
  • Joined

  • Last visited

Everything posted by Shib

  1. Shib

    MTAMA Scripting

    Oh yeah, i BETA tested it the other day with Oli, it's really cool. Nice work Oli
  2. Yeah, Xenex i agree, it really pisses me off. Like people in the Addon forum people making new threads about problems with MTAMA. Also in MTA 0.4 news forum. Lots of people keep making new thread asking when is MTA 0.4 coming out. This rally gets me agitated. Argh i feel like killing
  3. Shib

    MTAMA Scripting

    Yeah just jumped to conclusions and thinking he had it
  4. Shib

    MTAMA Scripting

    LOL, ok m8, here.. Time if ($3 == !time) { mta.say $1 The current time $time (GMT) } Ping if ($3 == !ping && %isadmin. [ $+ [ $1 ] $+ . $+ [ $2 ] ] == true) { if ($4 == $null) { mta.say $1 $mta.name( $1 , $2 ), your ping is $mta.ping( $1 , $2 ) . Average $round(%averageping. [ $+ [ $1 ] $+ . $+ [ $2 ] ],0) } EDIT :: By the way these both go under mta.text.
  5. Shib

    HELP NEEDED PLZ

    Yeah i have like 30 commands just post this in help and stuff not as a new thread
  6. mike where about u live then m8 btw ill add u to msn . Oli please dont kill me. I have about 70 years leftin my life!!
  7. Cool, nice to see your movin about 45 miles away from me then lol
  8. Shib

    {UGC} Clan is Reqruiting!

    Do you guys have a server/site etc?
  9. Shib

    {UGC} Clan is Reqruiting!

    Ok, first of all you spelt Recruit wrong 'reqcruit' j/k. Anyways good luck with the clan
  10. Ok, i just rented a cheap server for a couple of days and i try to connect by mirc admin tool and it says incaompatible version. HELP!!!
  11. Shib

    [un]official minileague

    I agree with kungfugrip HaHaHaHa
  12. Shib

    [un]official minileague

    lol yeah, anyway, i asked and deathb said no i just wanted to help out and he said you haven't got enough members WHEN I WASN'T ENTERING MY CLAN.
  13. Shib

    [un]official minileague

    Is it possible if i can be a leader of the ladder?
  14. Mine is VCPR always has been even on PS2, i never get bored of it for some reason. It's just classic and hilarious
  15. Shib

    MTAMA Scripting

    EDIT :: I sorted my script. Is it possible to have all the games modes in one script coz i tryed it and makin seperations and everything but i can't do it. Any help?
  16. Shib

    MTAMA Scripting

    you have elseif seperated (else if) that should work
  17. Shib

    MTAMA Scripting

    If possible, and it's a big IF coz i don't know if there is any.., but could someone post a fully compiled Stunt script which has the obvious commands like countdown and race and stuff. Thanks.
  18. Shib

    MTAMA Scripting

    Ok this should work.. alias mta.join { elseif ( $readini( "MTAwarn.ini", main, $mta.name($1,$2) ) == 3 ) { mta.say $1 $mta.name($1,$2) $+ : Access denied - exceeded warn quota writeini "MTAwarn.ini" joinkick $mta.name($1,$2) $mta.ip($1,$2) mta.kick $1 $2 } } alias mta.text { elseif (($3 == !warn) && %isadmin. [ $+ [ $1 ] $+ . $+ [ $2 ] ] == true ) { mta.warn $1- } elseif ($3 == !warnings) { if ($4 != $null) { if ( $readini( "MTAwarn.ini", main, $mta.name($1,$4) ) == 1 ) { mta.say $1 $mta.name($1,$4) has been warned 1 time. } elseif ( $readini( "MTAwarn.ini", main, $mta.name($1,$4) ) == 2 ) { mta.say $1 $mta.name($1,$4) has been warned 2 times. } else { mta.say $1 $mta.name($1,$4) has been warned 0 times. } else { if ( $readini( "MTAwarn.ini", main, $mta.name($1,$2) ) == 1 ) { mta.say $1 $mta.name($1,$2) $+ : you have been warned 1 time. } elseif ( $readini( "MTAwarn.ini", main, $mta.name($1,$2) ) == 2 ) { mta.say $1 $mta.name($1,$2) $+ : you have been warned 2 times. } else { mta.say $1 $mta.name($1,$2) $+ : you have been warned 0 times. } } } elseif (($3 == !erasewarn) && %isadmin. [ $+ [ $1 ] $+ . $+ [ $2 ] ] == true ) { if ($4 != $null) { mta.say $1 $mta.name($1,$2) $+ : Removed warnings on $4 remini "MTAwarn.ini" main $4 remini "MTAwarn.ini" joinkick $4 remini "MTAwarn.ini" reasons $4 } else { mta.say $1 Syntax: !erasewarn } alias mta.warn { if ($4 != $null) { if ( $readini( "MTAwarn.ini", main, $mta.name($1,$4) ) == 1 ) { if ($5 != $null) { mta.say $1 $mta.name($1,$4) $+ : 2nd warning. 1 more warning and you will be kicked. Reason: $5- writeini "MTAwarn.ini" main $mta.name($1,$4) 2 writeini "MTAwarn.ini" reasons $mta.name($1,$4) $5- } else { mta.say $1 $mta.name($1,$4) $+ : 2nd warning. 1 more warning and you will be kicked. writeini "MTAwarn.ini" main $mta.name($1,$4) 2 } } elseif ( $readini( "MTAwarn.ini", main, $mta.name($1,$4) ) == 2 ) { if ($5 != $null) { mta.say $1 $mta.name($1,$4) $+ : 3rd and final warning. Reason: $5- $+ . Goodbye! mta.kick $1 $4 writeini "MTAwarn.ini" main $mta.name($1,$4) 3 writeini "MTAwarn.ini" reasons $mta.name($1,$4) $5- } else { mta.say $1 $mta.name($1,$4) $+ : 3rd and final warning. Goodbye! mta.kick $1 $4 writeini "MTAwarn.ini" main $mta.name($1,$4) 3 } else { if ($5 != $null) { mta.say $1 $mta.name($1,$4) $+ : 1st warning. 2 more warnings and you will be kicked. Reason: $5- writeini "MTAwarn.ini" main $mta.name($1,$4) 1 writeini "MTAwarn.ini" reasons $mta.name($1,$4) $5- } else { mta.say $1 $mta.name($1,$4) $+ : 1st warning. 2 more warnings and you will be kicked. writeini "MTAwarn.ini" main $mta.name($1,$4) 1 } } } else { mta.say $1 $mta.name($1,$2) $+ : Syntax - !warn } } }
  19. Yeah guys you heard what Bump said, just stop this bitchin', it ain't gonna get you anywhere so do it somewhere like on a private server or something. Im only sticking up for Oli, he probly hates me but still he is an old friend and i'll stand by him and by what i have learnt by him. Im out
  20. Guys, i don't really see the point in arguing over this situation anymore. I think Oli has made his mind up and it's both of your faults. Sayin 'We didnt do this, we didn't do that' isn't going to help.
  21. Shib

    MTAMA Scripting

    Ok, here ya go.. alias mta.text { if (!admin isin $3-) { mta.say $1 The admin has been alerted. Please be patient /run c:\mp3/mp3.mp3 } if ($3 == !info) { mta.say $1 Your message } 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) } if ($3 == !ping) { mta.say $1 $mta.name($1,$2) your ping is: $mta.ping($1,$2) } if ($3 == !votekick) { if (%vote.nick. [ $+ [ $1 ] ] == $null) { if ($ini($+(",$scriptdir,$1,.ini"),ID $+ $4)) { set %vote.nick. [ $+ [ $1 ] ] $4 set %vote.voters. [ $+ [ $1 ] ] $null mta.say $1 Votekick "!vote" if u want that $mta.name($1,$4) shall be kicked. [ $calc($left($did(mta,$1 $+ 21),2) / 2) votes needed][30 sec] .timervote [ $+ [ $1 ] ] 1 30 mta.vote $1 } else mta.say $1 Give up an existing ID-number: "!votekick " } else mta.say $1 Another votekick is running: $mta.name($1,%vote.nick. [ $+ [ $1 ] ]) } if (($3 == !vote) && (%vote.nick. [ $+ [ $1 ] ] != $null)) { if ($2 !isin %vote.voters. [ $+ [ $1 ] ]) { %vote.voters. [ $+ [ $1 ] ] = %vote.voters. [ $+ [ $1 ] ] $2 mta.say $1 $numtok(%vote.voters. [ $+ [ $1 ] ],32) votes for $mta.name($1,%vote.nick. [ $+ [ $1 ] ]) if ($numtok(%vote.voters. [ $+ [ $1 ] ],32) >= $calc($left($did(mta,$1 $+ 21),2) / 2)) { mta.say $1 $mta.name($1,%vote.nick. [ $+ [ $1 ] ]) $numtok(%vote.voters. [ $+ [ $1 ] ],32) votes ur out! mta.kick $1 %vote.nick. [ $+ [ $1 ] ] unset %vote.nick. [ $+ [ $1 ] ] unset %vote.voters. [ $+ [ $1 ] ] .timervote [ $+ [ $1 ] ] off } } else mta.say $1 $mta.name($1,$2) You have already voted } if (!votestop == $3) { mta.say $1 Vote kick cancelled: $mta.name($1,%vote.nick. [ $+ [ $1 ] ]) unset %vote.nick. [ $+ [ $1 ] ] unset %vote.voters. [ $+ [ $1 ] ] .timervote [ $+ [ $1 ] ] off Well i tested this and it worked for me.
  22. Woah man, i really didn't think ULK were like that, being like this well, by the looks of it, don't get in Oli's way atm because he is really fuckin pissed off and trust me i know him when he's pissed off.
  23. Shib

    MTAMA Scripting

    Ok this is simple and im a noob... alias mta.text { 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! } if (!rules* iswm $3) { mta.say $1 Rules .timerc1 1 1 mta.say $1 No Killing .timerc2 1 2 mta.say $1 No Jacking .timerc3 1 3 mta.say $1 Dont Be an Ass .timerc4 1 4 mta.say $1 Have Fun .timerc5 1 5 mta.say $1 Mod all you want } Hope it works it did for me!
×
×
  • Create New...