Jump to content

lil Toady

MTA Team
  • Posts

    2,318
  • Joined

  • Last visited

Everything posted by lil Toady

  1. no those commands aint in mtama.. P.S: sorry, im lazy to do that, maybe ill look in it later
  2. as it was said, you can always script your own game modes
  3. mta-stats.com is not a part of multi theft auto (pity tho ), just a third party project
  4. lil Toady

    Lua

    hmm, notepad or wordpad or anything else you want
  5. reupload please. You did that right in time when i was changing something so it wasn't uploaded
  6. if you can't help don't post. Str8 Nasty, you can get the downgrade patch here
  7. downgrade patch here: http://forum.mtavc.com/viewtopic.php?t=15151
  8. lil Toady

    Help me. please.

    ... muahahahahahah that's monopoly! everything here is mine! k, Fabrice, the cash system is made by MeanpantheR i'm not about to look into it now as i don't script much for SA, maybe somebody else could help tho
  9. what does it have to add-ons section?
  10. 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
  11. $3 $4 $5 $6 $7 $8 $9 etc. if you do like $4- it will use all the params from the 4th one
  12. lil Toady

    Help with scripts!

    /me aint gonna help. That just looks like 'make a script for a lazy guy who tells you what to do'
  13. if someone has made good scripts he probably won't give them out, and anyway i think you can find any script you want here
  14. hmm you can't have few same signals in one script. like if you have on *:SIGNAL:mta.text:{ blablablabla } on *:SIGNAL:mta.text:{ blablabla } the second one won't work
  15. heh, something wrong with your mirc i suppose, or you put the script wrong
  16. technically thats only a mirc group and not a mirc server as he asked yes i know, but he could just create a channel instead of holding a whole server. He wants just to talk to his friends
  17. 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- $+ " } }
  18. 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?
  19. you're making a script for mta:sa or mta0.5?
  20. this topic doesn't fit this forum and why you think he should be banned? he doesn't cheat or something, maybe he's a bit dumb but that's not a reason to ban
  21. 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
  22. lil Toady

    wtf

    you should learn to give people a chance Jani you both are EMO or what?
  23. 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
  24. try http://forum.mtavc.com/viewtopic.php?t=11562, if it doesn't fit i can't help, as i'm not going to make such a big script for anyone (nobody is i suppose). You'll need to write it urself
×
×
  • Create New...