Jump to content

lil Toady

MTA Team
  • Posts

    2,318
  • Joined

  • Last visited

Everything posted by lil Toady

  1. you can't look them from in game, read the script or maybe they are written somewhere in manual
  2. Happy b-day jax! have a good one
  3. You dont need to do something with the server, just add tags to your nicks and tada! you're a clan
  4. There is no Global Statistics server at all for about a year, so forget about it
  5. on *:SIGNAL:mta.startrace:{ unset %respawned.* unset %raceend } on *:SIGNAL:mta.finish:{ set %raceend 1 } on *:SIGNAL:mta.respawn:{ set %respawned. [ $+ $2 ] 1 .timer $+ $2 1 10 unset %respawned. [ $+ $2 ] } on *:SIGNAL:mta.death:{ if ((!%raceend) && (!%respawned. [ $+ $2 ])) { if ($gus.cash($1,$2) >= 25) { !writeini -n " $+ $scriptdir $+ RPG.ini" CASH $mta.nick($1,$2) $calc($gus.cash($1,$2)-10) mta.pm $1 $2 Paid $chr(36) 10$ for hospital .. be carefull next time } elseif ($gus.cash($1,$2) <= 24) !.timer 1 1 mta.pm $1 $2 Earn some cash and pay hospital bill later.. your lucky now } }
  6. You cant censor or change any text in MTA that was already said, so none of your ideas are possible
  7. pretty much possible that its not released for public, you can have Oli's and Jax's RPG though
  8. lol some people get confused and angry when MTA wont start with GTA Vice City Deluxe
  9. Once a minute i can understand, but quite the minimum duration between rule posts Even 10 minutes for some messages are annoying when you play, so 1 minute will be 10 times more annoying! anyway its his right to choose the time he wants
  10. just make a map with the map editor very high from the ground
  11. There is only race mode released yet, no dm.. Read the blog to know more about the progress
  12. on *:SIGNAL:mta.command: { if ($3 == !consolesay) { if ($gus.level($1,$2) >= 5) mta.text $1 $4- else mta.pm $1 $2 Error - You must be level 5 to use this command } }
  13. elseif (!givewarning* iswm $3) { if ($gus.level($1,$2) >= 10) { if (%a == -1) mta.pm $1 $2 Error - Absent ID else { !writeini -n " $+ $scriptdir $+ warnings.ini" WARNINGS $mta.nick($1,%a) $calc($gus.warnings($1,%a)+1) if ($gus.warnings($1,%a) >= 3) { mta.text $1 $mta.nick($1,%a) has reached the warnings limit and will be banned! mta.ban $1 %a } else mta.text $1 $mta.nick($1,%a) has got a warning! $calc(3-$gus.warnings($1,%a)) more warnings and he will be banned. } } } alias gus.warnings !return $iif($readini($scriptdir $+ warnings.ini,WARNINGS,$mta.nick($1,$2)),$v1,0)
  14. on *:SIGNAL:mta.connect:{ .timer 0 60 bla.rules $1 } alias bla.rules mta.text $1 $read($scriptdir $+ bla.txt,$rand(0,$lines($scriptdir $+ bla.txt)))
  15. no need to restart, only to reconnect to the server in mta:ma, and you want this for mta:sa or mta0.5? if for 0.5 change 'mta.text' to 'mta.say'
  16. on *:SIGNAL:mta.connect:{ .timer 0 60 bla.rules } alias bla.rules mta.text $1 $read($scriptdir $+ bla.txt,$rand(0,$lines($scriptdir $+ bla.txt))) and make a txt file called 'bla' in the script folder where every line is a new message like: Play fair. Join us at blablablabla
  17. lil Toady

    BRB plus Reason

    on *:SIGNAL:mta.command: { if ($3 == !brb) mta.text $1 $mta.nick($1,$2) will be right back! $iif($4,Reason: $4-) }
  18. lil Toady

    FPS!

    Thats why i answered it does, soz if i messed up with that
  19. Before some of the team members were working on mta blue and some on mta 0.x version, that was written on the main site, wasnt it? Anyway it would be better for them to do all the stuff together than split on 'two teams'
  20. lil Toady

    FPS!

    Don't have a link, i just tryed to fraps something on a crappy PC before, depends on the gfx card i think
  21. lil Toady

    FPS!

    It does on crappy PCs
×
×
  • Create New...