Jump to content

karlis

Members
  • Posts

    1,314
  • Joined

  • Last visited

Everything posted by karlis

  1. karlis

    cash

    you need exports.scoreboard:addScoreBoardColummn() and setElementData() to show it in scoreboard
  2. yep, collisons shapes would really help
  3. karlis

    rank

    account is not variable what doesnt exist
  4. karlis

    cash

    Btw the money wont refresh, u have to check count every time the timer is called
  5. karlis

    idea

    comon, no cheats with cleo possible, and never will
  6. nope, gear count are specified in handling.cfg
  7. 1) use the [ lua] [ /lua] tags!really annoying noobs cant get that 2)your code is invalid, the moving speed is depending on fps, and that will cause general unsync and look not the best 3)you still dont get YOU CANT MOVE AN OBJECT WITCH IS ATTACHED
  8. removePedJetPack()
  9. really nice!you pwn
  10. https://wiki.multitheftauto.com/wiki/Resource:Interiors
  11. there is such func in handling.cfg also, it has real purpose in game, the speed lil drops on auto gear-switch, then gets faster, and when the handling editing will be relased it will be easy to manipulate that
  12. my god! why you need moving checkpoint if you dont know how to attach objects
  13. lol, varez will be mad, but ill try local x,y,z,object= --offsets and object here function moveUp() setTimer(function() z=z+0.2 setElementAttachedOffsets(object,x,y,z) end,200,40) setTimer(moveDown,8000,1) end function moveDown() setTimer(function() z=z-0.2 setElementAttachedOffsets(object,x,y,z) end,200,40) setTimer(moveUp,8000,1) end just call one of the functions to start the move
  14. export functions to play/stop, selecting tracks, switching hem, setting 3d position, volume, etc
  15. ye would be nice to select id
  16. bad diea to replace that obj, the landbit in that map will be spoiled
  17. karlis

    coordinates

    might someone need a rip off the cords and publish em for ones who knows ipl structure it wouldnt be too hard
  18. addEventHandler( "onClientResourceStart", getResourceRootElement(),function() bindKey("ralt","both",function() showCursor( not isCursorShowing()) end) end)
  19. karlis

    setWaterColor

    seems really fine, any errors?
  20. try removing 2nd arg at getElementsByType, and check is the name right, then try again
  21. i agree in tha point of view, but in wiki somewhere is script example exatcly like this
  22. actualy the Honda / Acura NSX witch is base of infernus drives much faster- approx. 168mph/268kph
  23. no it wont, pairs() is outputing everything in random order
  24. smthign is wrong, unpack() is in default lua general libary, and it should work
  25. still nice gui for manual login would be nice
×
×
  • Create New...