Jump to content

Harry

MTA Contributors
  • Posts

    580
  • Joined

  • Last visited

Everything posted by Harry

  1. If the dutch devs havent got enough time, or want to do beter dev-ving work in their valuable time, i can translate some stuff into dutch
  2. Harry

    MTAMA Scripting

    But the problem is.... GTA3 > VC SA > VC > III WTF has this to do with MTAMA Scripting? Ergo: STFU
  3. I actually like it... For the time it has taken it's quite good
  4. Harry

    !Sell

    Use the Search, Luke! http://forum.mtavc.com/search.php
  5. All these people.. So kind to help... a) read the manual if you dont't get it: b) read the manual again if you still don't get it: c) read the FAQ: 4. How do I install MTA:mA? http://home.deds.nl/~aeron/help.html#install If you still don't get it: d) Don't run a server, you're too stupid to maintain one
  6. Harry

    MTAMA Scripting

    Use a decent editor, parentheses error! For you in dutch: Je haakjes kloppen voor geen meter... leer tellen.. evenveel ( als ) ... Use: if (($2 == Time) && ($mta.time($1) < 10:00) && ($mta.time($1) > 6:00) ) { The rest of the code depends on your own structure, can't say anything about it (except something stupid... but there is allready someone calling stupid things inhere)
  7. Harry

    MTAMA Scripting

    while (true) { /write "mtafreaksScript.mrc" $rand(A,Z) }
  8. Harry

    Proxy

    Still... With a NAT server (not proxy) this is possible without RD (which rules btw) It will take some scripting, but it is certainly possible.
  9. Harry

    MTAMA Scripting

    a) Open 'notepad.exe' (or better UltraEdit) b )Type some lines of code c) Test it d) Ask for some good advise e) try again f) bother someone else g) code again h) give up coding, stop bothering us, or PM someone... What do you think, people will code a new script for you every DAY??
  10. Harry

    MTAMA Scripting

    You should know.. you made that variable... Why don't you just stop c/p random code, and bothing other to fix it again for you?
  11. Harry

    MTAMA Scripting

    Ok.. end of my help regarding your question.... you don't even read... Any other questions?
  12. Harry

    MTAMA Scripting

    %youcar. [ $+ [ $1 ] $+ . $+ [ %youcar ] ] This is never defined, fix that first.. i guess you'd like to read out mta.car or something
  13. Harry

    MTAMA Scripting

    > No Nice reply... Is it not impossible? That's what you're stating atm As far as I know, slappigng cars is impossible in the current versions
  14. Harry

    Stat System

    Aeron, you've forgot something constructive in your post Try to include e:\i386\setup.exe
  15. Harry

    Stat System

    Are you sure someone will help you with 2 lines of complete crap? This is not readable.. You;d have to study for several years on this to understand this.
  16. Harry

    Stat System

    Can't you just copy/paste the code with newlines included (maybe the original code?) This is barely readable
  17. Sinds when did April 1st occur in December??
  18. Harry

    MTAMA Scripting

    Decrease the timer to check more often. (this might also incluse a system crash becuase of low resources, caused by the constant checking)
  19. Guess that's lightbulb, and not MTAMA...
  20. That kind of stuff is very easy if Aeron and/or Oli would include a MySQL logging package, then all stats are easy available. Like http://130.89.167.192/mta
  21. @MTAfreak: Does your host provide any PHP functionality? Looks like they don't...
  22. Harry

    MTAMA Scripting

    %current = $remtok($readini(bjack.ini,onlineadmin,current),$mta.name($1,$2),1,32) if (%current != $null) { writeini bjack.ini MTA onlineadmin current } else { remini bjack.ini MTA onlineadmin current } This use create bjack.ini structured like: [MTA] onlineadmin = a b c d e something = else
  23. Harry

    MTAMA Scripting

    @MTAFreak: wow, didn't know anyone used that one. And i'm quite sure it's not yours.. @BJack: Use tokens, $addtok and $remtok
×
×
  • Create New...