Jump to content

WallMart

Members
  • Posts

    379
  • Joined

  • Last visited

Posts posted by WallMart

  1. So far i really like it.

    The handling is way better than in GTA IV and feels fluent and responsive.

    The gunplay though is a little dissappointing so far, guns are almost recoilless and overal feels like i'm playing watchdogs again (which isn't bad, but it's really nothing special)

    The fact that i've been playing arma 3 a lot lately is probably also a reason why guns don't feel right to me.

    Might change ofcourse if given some more time.

  2. I just tried hosting a dedicated server after i finally got around to learning how to forward ports.

    Now i can enter the server just fine, but the resources won't download.

    I didnt change any settings on the server and opened just port 22003 (the default port)

    am i missing a port, or something else?

  3. okay, can someone help me with this script? it's the first one i have written myself, obviously it doesnt work :P

    i wanted to make a script, that when players press the R key their car will be completely repaired.

    function playerPressedKey (r, press) 
        local theVehicle = getPedOccupiedVehicle ( thePlayer ) 
        if (press) then 
        setElementHealth (theVehicle, getElementHealth(theVehicle) + 100) 
        end 
    end 
    addEventHandler ("setElementHealth", root, getPedOccupiedVehicle) 
    

    it's nice if anyone could fix the code, it would be even better with explanation ( and tell me if i really fucked up, i just want to learn :) )

  4. This is a server side code, do you have that in meta.xml? Like :

      
    <meta> 
             <script src="s_name.lua" type="server"/> 
    </meta> 
      
    

    it still says that it contains illegal characters.

    but as i said, i took this literally from an official tutorial of the mta wiki and it stated that it should work with those lines of code.

    so if you an updated tutorial i would be grateful :D

  5. Hi guys.

    Back after a long time of in-activity on MTA, i decided i wanted to learn to script in Lua.

    However the tutorials i found are a bit outdated, since the scripts ( i literally copied them, just to try it out ) don't work anymore.

    If anyone could link me to any tutorial on lua that works with the current MTA, that would be nice.

    Greets, WallMart

    EDIT: i figured i should post the code too, maybe i did something horribly wrong.

    local spawnX, spawnY, spawnZ = 1959.55, -1714.46, 10 
    function joinHandler() 
        spawnPlayer(source, spawnX, spawnY, spawnZ) 
        fadeCamera(source, true) 
        setCameraTarget(source, source) 
        outputChatBox("Welcome to My Server", source) 
    end 
    addEventHandler("onPlayerJoin", getRootElement(), joinHandler) 
    

  6. SELECT * FROM Episodes WHERE Series LIKE "%Earl" AND Season = 2 
    

    Also, WallMart, wtf is with the signature? Is it supposed to be funny or something?

    random retarded screenshot resized to be in my signature.

    you decide if its funny.

  7. The problem of diesel effect can be handled smartly by keeping a regular check on the adjustment and operation of circuit protection devices. As the saying goes that a stitch in time saves nine, the faults in a hydraulic machine, or any other machine for that matter, if identified beforehand can save a great deal in terms of money, time and efforts.

    oh yea, doing my homework :P

  8. how strange that one of your avatars does load and another doesn't.

    but now on topic (in how far a blast topic can be on topic anyway lols)

    grats on 5k posts :D (which is actually 6k, i heard bout the great post-down-the-drain-flush)

  9. Hey guys, i was so excited about MTA 1.1, but since i installed it, the server doesn't work anymore.

    it gives me a shitload of errors saying it can't find resources(while i didn't change anything at all)

    and logging in the server just gives me a black screen but nothing more.

    I'm not sure what to do, anyone else has had this problem yet?

    i was a bit disappointed when this happened, i read the message around 1 AM so i wanted to install and test it immediateley.

    oh well, i hope someone can help me :)

    greets,

    WallMart

  10. ik snap niet wat het punt is om je te verdiepen in talen die je toch niet snapt, een translator is niet echt het beste middel lol.

    maar verder wel goed dat je van SA:MP bent afgestapt, aangezien hun ongeveer alles leechen van MTA.

    MTA is wat SA:MP wil zijn, maar nooit zal worden :D

    Je kunt ook gewoon in plaats van scripts, mappen gaan maken.

    Racemaps/DM/DD ofzo.

    Of gewoon wat freeroam maps.

    Zet er nog wat leuke scripts in die je op het forum kan vinden en gegarandeerd dat er wel mensen langs zullen komen :)

    succes en nog veel plezier met MTA ;)

    Im niet met behulp van een vertaler, ik ben engels im echt niet zo goed bij Nederlandse :?

    het is ook niet de bedoeling dat mensen van een andere taal gaan antwoorden op het nederlandse subforum, die zijn niet voor niets aangemaakt. nederlands praten wij hier, op de rest van het forum engels.

×
×
  • Create New...