Jump to content

herecomestheking

Members
  • Posts

    5
  • Joined

  • Last visited

herecomestheking's Achievements

Vic

Vic (3/54)

0

Reputation

  1. Max helped me solved this. Thanks. No more input needed.
  2. 2 errors. http://pastebin.com/TKV3niXa
  3. Okay. I fixed my meta.xml file. If I only use the createObject line, the object loads just fine. If I add that script you wrote no object loads. I tried both. The one I wrote that you fixed and then the one you wrote. If you're still interested in my meta.xml file, you can find it here. The name of the script is road1 so that's correct.
  4. Thank you for your reply. I tried that last script but it did not work. I don't believe there is something wrong with the script but when I try this one alone road1 = createObject (3458, 3543.55078125, -1537.4228515625, 498.25500488281, 0, 0, 255) nothing happens. No object was created when I ran my map. I did save the script in the correct folder so I don't know what's wrong.
  5. Hi. My lua knowledge is very limited so please bare with me. I've been trying to get the "moveObject" function to work but so far I have not been successful. I've read this but no matter what I try it just won't work. This is how it looks at the moment. road1 = createObject (3458, 3543.55078125, -1537.4228515625, 498.25500488281, 0, 0, 255) bool moveObject ( object road1, int 2000, float 3543.55078125, float -1537.4228515625, float 502, ) end Basically I want it to create an object at an exact position and then move it to another exact position. Thanks for the help.
×
×
  • Create New...