Jump to content

lil Toady

MTA Team
  • Posts

    2,318
  • Joined

  • Last visited

Everything posted by lil Toady

  1. Well... that script looks good, if it's not working, you're using it wrong
  2. You can't make a script say messages in any language except english. Not everyone does know english and using english letters to speak.. let's say russian is awfull, russian lang has 33 chars in alphabet, english has only 26.. Not handy
  3. Yeh, would be great if it's possible to set the server language in the config, like primary english and secondary, any other lang.. Also would be cool if you can change your language in the MTA Client menu..
  4. !en Translation: What this crap was made for? Yeh, of course maybe all the MTA:SA devs are alcoholics and smokers but what about others?! This is disgusting and it makes bikes accelerate slower!
  5. Gang Wars again.. why not just leave it as a DM and nothing more? If you want your server have RPG system, Clan wars and many other stuff why not to make it yourself after the release? What you suggested is even possible in mta0.5
  6. You know.... just looked at the script "you made" D+I+E=ikillu and looks like that's the script i made long ago for somebody.... only thing you added is *VoLDo* is a retard that makes the !suspect command not work.. so you better learn some scripting before you're shouting at others..
  7. remember that if you join a server with that bot, admin will prolly ban you, so better use it on your server only.. P.S: before starting making a bot.. do you know any programming language?
  8. Happy b-day Tommis! have a good one
  9. you want a MTA:mA bot or just an mta bot that connects to a server as a player? if second, it breaks the eula, doesn't it?
  10. You can't do that with a script.. That's somekind of mini-mission in mta if im right
  11. http://forum.mtavc.com/viewtopic.php?t=18037
  12. see Toady??? this is what i mean! jeez ... having two uzis aint non-realistic you know.. I just say that it aint also always n00bish
  13. lil Toady

    Also

    Yeah i should say my opinions too, like, Pie tastes good, or how poop has an offensive smell IMO, you know what i mean? retarded
  14. That's coz you don't have the ASE port open? It's game port + 123 However home pc doesn't fit for good public servers..
  15. lil Toady

    Also

    and i just answered that in my opinion its not and brought some arguements...
  16. so it becomes an RPG.... Better leave the rpg job for scripts and SDK, so every server can have it's own RPG, if it even wants to have an RPG at all...
  17. lil Toady

    Also

    not interesting imho. If you can always respawn yourself a car, imagine that your trying to kill somebody, he's already on low hp and BAH! he spawns himself a car and flees... And can you imagine how many unique cars a server will need to have?
  18. bleh, what a crap position.. i don't like dual weps, but if somebody does that doesn't mean he's a n00b Everything depends on the player's tactics, and you can't call yourself a pro only cause you play with single weapons and others call n00bs if they play with duals
  19. lil Toady

    Warn - Need help

    alias mta.warns !return $readini($scriptdir $+ mta.warns.ini,WARNINGS,$mta.name($1,$2)) on *:SIGNAL:mta.command:{ var %a = $iif($4,$iif($mta.name($1,$4) != Unknown,$4,$mta.getid($1,$4)),$2) if ($3 == !warn) { if (%a == -1) mta.msg $1 $2 Error - Absent ID. elseif (%a == $2) mta.msg $1 $2 Error - Can't warn yourself. else { !writeini " $+ $scriptdir $+ mta.warns.ini" WARNINGS $mta.name($1,%a) $calc($mta.warns($1,%a) + 1) if ($mta.warns($1,%a) >= 3) { mta.say $1 Kicking $mta.name($1,%a) for reaching the warnings limit. $iif($5,Reason: $5-) mta.kick $1 %a } else mta.say $1 $mta.name($1,%a) $+ , $replace($mta.warns($1,%a),1,first,2,second,3,third) warning. $calc(3 - $mta.warns($1,%a)) more warnings and you will be kicked. } } }
  20. lil Toady

    toplist

    on *:SIGNAL:mta.command:{ if ($3 == !rank) { var %a = 0,%b = 0,%c = 0,%d = 0,%e = 0,%f = 0,%g = 0,%h,%i,%j,%k,%l while (%a < $ini($scriptdir $+ points.ini,POINTS,0)) { %b = $readini($scriptdir $+ points.ini,POINTS,$ini($scriptdir $+ points.ini,POINTS,%a)) if (%b > %c) { %d = %c | %c = %b | %h = $ini($scriptdir $+ points.ini,POINTS,%a) } elseif (%b > %d) { %e = %d | %d = %b | %i = $ini($scriptdir $+ points.ini,POINTS,%a) } elseif (%b > %e) { %f = %e | %e = %b | %j = $ini($scriptdir $+ points.ini,POINTS,%a) } elseif (%b > %f) { %g = %f | %f = %b | %k = $ini($scriptdir $+ points.ini,POINTS,%a) } elseif (%b > %g) { %g = %b | %l = $ini($scriptdir $+ points.ini,POINTS,%a) } !inc %a } mta.text $1 Players with top points: if (%h) mta.text $1 1: %h with %c points if (%i) mta.text $1 2: %i with %d points if (%j) mta.text $1 3: %j with %e points if (%k) mta.text $1 4: %k with %f points if (%l) mta.text $1 5: %l with %g points } }
  21. Or just have 2 exe's Not only the .exe gets changed with up/downgrade afaik
  22. lil Toady

    toplist

    on *:SIGNAL:mta.command:{ if ($3 == !rank) { var %a = 0,%b = 0,%c = 0,%d,%e = 0,%f,%g = 0,%h while (%a < $ini($scriptdir $+ points.ini,POINTS,0)) { %b = $readini($scriptdir $+ points.ini,POINTS,$ini($scriptdir $+ points.ini,POINTS,%a)) if (%b > %c) { %e = %c %f = %d %c = %b %d = $ini($scriptdir $+ points.ini,POINTS,%a) } elseif (%b > %e) { %g = %e %h = %f %e = %b %f = $ini($scriptdir $+ points.ini,POINTS,%a) } elseif (%b > %g) { %g = %b %h = $ini($scriptdir $+ points.ini,POINTS,%a) } !inc %a } mta.text $1 Players with top points: if (%d) mta.text $1 1: %d with %c points if (%f) mta.text $1 2: %f with %e points if (%h) mta.text $1 3: %h with %g points } }
  23. All the GTA:SA versions differ with the code from each user, and those 1.01 and 2 versions were released to prevent mods. So it's just easyer to downgrade your game and play it. Nothing stops you from having few copies of sa on your pc, one for MTA and else for anything you want.. If you need the downgrade patch, you can get it here
×
×
  • Create New...