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. https://wiki.multitheftauto.com/wiki/Resource:Interiors
  9. 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
  10. my god! why you need moving checkpoint if you dont know how to attach objects
  11. 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
  12. export functions to play/stop, selecting tracks, switching hem, setting 3d position, volume, etc
  13. bad diea to replace that obj, the landbit in that map will be spoiled
  14. karlis

    coordinates

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

    setWaterColor

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