Jump to content

lil Toady

Retired Staff
  • Posts

    2,318
  • Joined

  • Last visited

Posts posted by lil Toady

  1. Done. Nice logo though.. I guess that's the start of the new makeover you guys have planned? Also.. the page just says "coming" and then says "Meanwhile check out mtavc.com".. hmmm...

    mta-stats.com is not a part of multi theft auto (pity tho :(), just a third party project

  2. script is made by lil toady.

    ...

    if ($3 == !info) mta.text $1 MeanpantheR's Bank System

    muahahahahahah :P that's monopoly! everything here is mine! 8)

    k, Fabrice, the cash system is made by MeanpantheR :D

    i'm not about to look into it now as i don't script much for SA, maybe somebody else could help tho

  3. I get this too... for some reason GUS messes it up with the map rating command !votemap ... and I got no idea on how to prevent that ...

    Maybe GUS should rename it to !ratemap ???

    lot's of solutions for that, you can find in GUS the line

    if (!vote* iswm $3) {

    and change it to

    if ($3 == !votemap) {

    or you can just put the !votekick/!voteban code above the !votemap command

  4. why don't u join irc.multitheftauto.com:6667 and do '/j #any_chan_you_want' ? and stop doing lots of ? sings, they piss me off :P

    technically thats only a mirc group and not a mirc server as he asked :P

    yes i know, but he could just create a channel instead of holding a whole server. He wants just to talk to his friends

  5. on *:SIGNAL:mta.command:{
     if ($3 == !repeat) {
       if ($mta.level($1,$2) >= 5) {
         if (($4 == 0) || ($4 == 1)) {
           set %repeat $4
           mta.text $1 The repeat function is now $iif($4 == 1,on,off). 
         }
         else mta.text $1 Only use "!repeat 1" to turn on and "!repeat 0" to turn off.
       }
       else mta.text $1 You need to be admin level 5 or more to use this function!
     }
    }
    on *:SIGNAL:mta.text:{
     if (%repeat == 1) {
       mta.text $1 $mta.nick($1,$2) just said: " $+ $3- $+ " 
     }
    }

  6. guys if you can't help, better don't post at all. Cause when you start a topic you expect everybody to come and help you, but when somebody else starts a topic asking for help, you just say "do it yourself" :?

    Lordkire, you're making a script for mta:sa or 0.5? and what that repeat script is supposed to do?

  7. on *:SIGNAL:mta.finish: {
     if (($mta.rank($1,$2) <= 5) && ($mta.server($1).players >= 2)) {
       var %score = $replacex($mta.rank($1,$2),1,5,2,4,3,3,4,2,5,1)
       var %position = $replace($mta.rank($1,$2),1,first,2,second,3,third,4,fourth,5,fifth)
       mta.text $1 $mta.nick($1,$2) came %position and earned %score points!
       !writeini " $+ $scriptdir $+ points.ini" POINTS $mta.ip($1,$2) $iif($readini($scriptdir $+ points.ini,POINTS,$mta.ip($1,$2)),$calc($v1 + %score),%score)
     }
     elseif ($mta.server($1).players == 1) {
       mta.text $1 Playing alone earned you 2 points!
       !writeini " $+ $scriptdir $+ points.ini" POINTS $mta.ip($1,$2) $iif($readini($scriptdir $+ points.ini,POINTS,$mta.ip($1,$2)),$calc($v1 + 2),2)
     }
    }

    that one is with space there :)

  8. OBVIOUSLY YOU CANT READ JANI :o.
    i dont searching for any trouble.

    you should learn to give people a chance Jani

    you both are EMO or what? :lol:

×
×
  • Create New...