Jump to content

Oli

Retired Staff
  • Posts

    1,993
  • Joined

  • Last visited

Everything posted by Oli

  1. Oli

    MTAMA Scripting

    cube, i have a waiting list of peoples scripts to fix, ure in 3rd place atm.
  2. 2 years for MTA 0.4? What? Huh?! lol i was talking about duke nukem forever
  3. yep... how longs it been now?? 2 years i think i first saw the advert etc for it and we cant forget about doom 3... Hopefully all this time will make them super good
  4. Sorry but ive known andy for a LONG time and he isnt a cheater. He took a break form MTA back in jan but hes just come back.. He definately doesnt cheat. Apparently u didnt even talk to him about it.
  5. zircon doesnt cheat as far as im concerned. Ive seen nothing here that comes close to proving he does. That video can be easily explained, which ive tried to explain to u but u fail to understand. As for u, uve now admitted you run your game at 45fps, which is 1.5 times the norm of everyone else. You say its an option in the game and ppl are free to use it to their advantage, but thats just stupid. Its like argueing pausing in a fight it fine, and yet ppl get kicked (even from ure party server) for pausing. Pausing is actually an "option" aswell as the frame limiter. Your arguement appears to be totally hypocritical.
  6. was that supposed to be a justification?? as for fraps, PLEASE go and learn how it works. Ill explain as simple as I can: 1) it records at whatever, say 20fps. 2) it takes those 20 frames from the 1st second. 3) it takes however many more frames it needs to add upto 30frames. 4) it increases the frame rate to 30fps (taking 20fames from the 1st second of raw recorded movie footage and then takes the next 10 frames from the 2nd second of raw recorded movie footage) Hence, the 1st 1.5 seconds of you recording is now taking 1 second. This is why it isnt in real time. Its the same as when you take a 25fps video in virtualdub, and increase the frame rate to 30fps. The movie will speed up. Ure welcome to go try that one, cos it shows what i mean really well. I hope you understand that now. EDIT: lol u keep editing ure posts while im posting, so i havnt fully answered lol... im not trying to take sides here, im just pointing out that there are masive holes in your arguement.
  7. but speeding up the game by one of the lamest ways which clearly gives u an advantage over other players because you are moving far faster than them is fine? Surely thats just as bad as using a mod. Its using a means to give yourself an advantage over other players. Thats WHY mods are frowned upon. Also, of course the vid is at 30fps.. do u know how fraps works?? it takes the 20fps or so and then speeds it up so its compatible with NTSC. Hence its NOT IN REAL TIME.
  8. /me wants to just provide a couple of FACTS: 1) fraps causes the game to slow down, ull notice when recording the red number is never on 30, its usually much lower, which means you are lagging relative to the server. This means that the other people will move faster relative to you as they are at 30fps and you are at <30fps. Hence... ure video is not in real time. U can even tell by how fast crunch is getting up. 2) there is no lag spiking in that video, he is changing direction whilst moving, which if it was a lag spike its a direct line of travel from where you lost sync to where his current position is. 3) Utopia, u have admitted openly to having your frame limiter off.. and yet you seem to be so "anti-speeding up ure game" but if you have ure frame limiter off ure gonna be at 40+ fps if ure comp is an average spec (depending on resolution). That means ure running at like 25% faster than other ppl in the game, and hence you are very hard to hit. Now ure comp has to be at least average to record a movie like that at that resolution and not appear jerky.. unless its been modified. 4) this is the stupidest debate, not only is it completely pointless cos u cant prove anything but it really looks like ure "looking for a reason" to accuse him.
  9. lmao i remember him... banned him quite a few times lol I cant decide whether there r loads of cheats atm (like 30 a day) or whether its the same few ppl changing names and ips every day
  10. Oli

    MTAMA Scripting

    just do - Result: $round( $calc($readini("MTAstats.ini",kills,$mta.name( $1 , $mta.getid($1,$4) )) - $readini("MTAstats.ini",deaths,$mta.name( $1 , $mta.getid($1,$4) ))) , 2)
  11. was a pleasure to admin this match, I had fun with it aswell, its a shame some of the rules were broken, maybe next time ALL of you will read the rules.
  12. Oli

    MTAMA Scripting

    some more for u: !warned script, tells you who in the server has warnings on their name if you are using my warn script.. its easily adaptable to another warn script too: elseif ($3 == !warned) { unset %warned set %countwarned 0 while (%countwarned < 26 ) { if ($readini( "MTAwarn.ini", main, $mta.name( $1, %countwarned ) ) ) { %warned = %warned $mta.name($1, %countwarned ) $+ , } %countwarned = %countwarned + 1 } if ( %warned == $null ) { mta.say $1 No people in the server have been warned. } else { mta.say $1 Warned people: %warned } unset %warned unset %countwarned } !alarm script, do !alarm and it will tell you when the time is up: elseif ( $3 == !alarm ) { if ($4 != $null) { if ($4 isnum ) { if ($5 == mins || $5 == min || $5 == m ) { if ($4 == 1) { set %alarm $calc( $4 * 60 ) mta.say $1 $mta.name($1,$2) $+ : Alarm activated for $4 minute. .timer 1 %alarm mta.say $1 $mta.name($1,$2) $+ : ALARM TIME UP. unset %alarm } else { set %alarm $calc( $4 * 60 ) mta.say $1 $mta.name($1,$2) $+ : Alarm activated for $4 minutes. .timer 1 %alarm mta.say $1 $mta.name($1,$2) $+ : ALARM TIME UP. unset %alarm } } elseif ($5 == secs || $5 == sec || $5 == s) { if ($4 == 1) { set %alarm $4 mta.say $1 $mta.name($1,$2) $+ : Alarm activated for $4 second. .timer 1 %alarm mta.say $1 $mta.name($1,$2) $+ : ALARM TIME UP. unset %alarm } else { set %alarm $4 mta.say $1 $mta.name($1,$2) $+ : Alarm activated for $4 seconds. .timer 1 %alarm mta.say $1 $mta.name($1,$2) $+ : ALARM TIME UP. unset %alarm } } elseif ($5 == hours || $5 == hour || $5 == h) { if ($4 == 1) { set %alarm $calc( $4 * 3600 ) mta.say $1 $mta.name($1,$2) $+ : Alarm activated for $4 hour. .timer 1 %alarm mta.say $1 $mta.name($1,$2) $+ : ALARM TIME UP. unset %alarm } else { set %alarm $calc( $4 * 3600 ) mta.say $1 $mta.name($1,$2) $+ : Alarm activated for $4 hours. .timer 1 %alarm mta.say $1 $mta.name($1,$2) $+ : ALARM TIME UP. unset %alarm } } else { mta.say $1 $mta.name($1,$2) $+ : Error - Specify time format. Syntax - } } else { mta.say $1 $mta.name($1,$2) $+ : Error - Specify time. Syntax - } } else { mta.say $1 $mta.name($1,$2) $+ : Syntax - } } !lagging script. Put in a ping and it returns all the people with pings over that: elseif ($3 == !lagging) { if ( $4 isnum ) { unset %lagging set %countlag 0 while (%countlag < 26 ) { if ( $mta.ping($1, %countlag ) > $4 ) { %lagging = %lagging $mta.name($1, %countlag ) $+ , } %countlag = %countlag + 1 } if ( %lagging == $null ) { mta.say $1 No people in the server have an average ping higher than $4 } else { mta.say $1 Average pings above $4 $+ : %lagging } unset %lagging unset %countlag } else { mta.say $1 $mta.name($1,$2) $+ : Error - Please specify a ping. Syntax: !lagging } } ive got some more scripts im gonna post here soon, but i want to perfect them first as they still have the occassional error Edit: There was an error on the lagging script which i have now corrected.
  13. thats not what he meant vass m8, he meant instead of going to "scripts" selecting the script and hitting "load" he wants to reload it instantly with a "reload" button for when he has made changes to the script. I agree it would be a nice feature too
  14. Oli

    MTAMA Scripting

    yeah ive just had a look through it... luckily for me i ONLY ever connect to one at a time as i dont want to run my script on anyone elses server, so my script does for now maybe in mtama3 i can connect to more without loading scripts Nice script though harry, i love the sheer amount of variables in it
  15. Oli

    MTAMA Scripting

    wow harry, thats a long script for what it does i did make one like that a week ago or so, storesw the ip's in an ini, then unbans after the secs, mins, hours etc u put in, but i used !tempban instead of timer. Also, %id = $mta.getid($1,$4) I dont think you,or anyone, has actually posted the getid script here yet, so i dont think that would work for anyone who hasnt got it in the script, correct me if im wrong on that pls Cube, im not at home atm, so i cant get that script for you, ill post it when i return tomorrow.
  16. Oli

    MTAMA Scripting

    yeah im working on a script to do that, nearly done now. msn me about it when i return home on tuesday.
  17. ok, large clan update: Upcoming Matches: Firstly, we have matches coming up with VCES (official), KFC (friendly), NS (friendly), FKU (friendly) and UVA (friendly). Match News: TmM vs FMJ 21/03/04 :: 2:1 - Winner: TmM ULK vs FMJ 17/04/04 :: 3:0 - Winner: ULK LSL vs FMJ 18/04/04 :: 2:1 - Winner: FMJ UVA vs FMJ 29/04/04 :: 4:0 - Winner: FMJ NWA vs FMJ 06/05/04 :: 2:1 - Winner: FMJ UVA vs FMJ 12/05/04 :: 2:1 - Winner: FMJ NWA vs FMJ 12/05/04 :: 1:0 - Winner: FMJ KoQ vs FMJ 16/05/04 :: 2:1 - Winner: FMJ UVA vs FMJ 17/05/04 :: 5:0 - Winner: FMJ EG vs FMJ 19/05/04 :: 2:1 - Winner: EG FKU vs FMJ 22/05/04 :: 2:0 - Winner: FMJ Membership News: we have had a few new members and have 3 waiting to be tested. We had the unfortunate departure of [FMJ]Bizkit as he has quit MTA for good. He will be missed. Server News: With the creation of the FMJ 26 player server a month ago it has been a total success thus far. The server hasnt been empty is over 2 weeks now, day or night, and it has allowed the 16 player FMJ server to be used as a match server for FMJ and other clans, which has proven to be very useful. Script News: The FMJ Script is now onto v4.24 and is coming along very nicely. I am certain that the server would not be as popular without this script in operation. Here is a copy of the latest readme for this script: This pretty much sums up the most recent activities in FMJ for all who are interested.
  18. Oli

    MTAMA Scripting

    lol ok, i didnt know about that command. Yeah bump, this code clolour scheme is crap maybe u should use a different theme, or u could just change the colour manually in the forum admin cp although i think its the same colour thats used for "moderators" so they wuold change colour too
  19. Oli

    MTAMA Scripting

    Cube: just do it in the irc window... /set %max 300 use that with the ping kicker on this thread. Kooper: yes i know of a way u can do that but it would require you to have winamp open all the time.
  20. VCES is much stonger about heli klls than we r, we only kick if its, for instance, killing 5 ppl in a stubby fight at the robber spawn over and over... that would warrent a tempban for about 30mins. We would always warn them first though. As for the "how players were killed" i believe this is gonna be in 0.4, so i gues it will be admin side too, my guess is for scripting that it'll have a function like $mta.weapon or something... Also, i dont see why that admin idea of mine wouldnt be possinbe... the server logs always show admins names and ip's when they join, so why couldnt that be used?? ah well, if there is a way of seeing how many ppl are in admin then thats a start
  21. Oli

    MTAMA Scripting

    well im quite good at it now, if any of u need help then just ask me on pm or msn or whatever, im always happy to help.
  22. Massive site update just happened, with the following updates: Finnish League Closed Portuguese League Closed. PB clan added to Independant League. CDC clan added to Dutch League. COTD removed from league BBZ removed from league MFA removed from league OC removed from league ACA removed from league =UT= moved to UK League Schedule Released. Forum Cleanup. Please check the site for more details and pictures of the latest matches.
  23. Oli

    MTAMA Scripting

    i tried to find a tutorial once upon a time... but never found anything useful.. so id just look at some scripts, manhunt, gang war, and ones u find here, and figure out which bit does what.. thats what i eneded up doing.
  24. um, im confused as to the point of this.
  25. Oli

    RED FACTION GANG

    wrong section m8
×
×
  • Create New...