Jump to content

Captain Cody

Members
  • Posts

    2,753
  • Joined

  • Last visited

  • Days Won

    18

Everything posted by Captain Cody

  1. That's just thrown in there, (PlayerSource) doesn't even exist.
  2. objectTable[playerSource] = createObject(2976,0,0,0) There's your problem.
  3. Post the code where it's created. Not just the line
  4. Renamed (I'll be releasing much more then just mapping tools) and discord link added. New major project in the works.
  5. Links updated, all maps moved to github as well as updated to use latest streamer.
  6. Sync is already good, you just need to use it properly.. And I'd kinda like to see a color scheme similar to the website I was working on.
  7. All maps will be moved over to github so I can do really easy updates.
  8. Next update coming soon, will include fixes for VC, much quicker loading times (As well as hopefully less FPS strain), a completely new structure and an autoupdater.
  9. I don't know, default forum theme is kinda fugly.
  10. By combining elements and animating them yes. But not the in the conventional way (for now)
  11. messages = {} messages[1] = 'Test' function printMessage() local random = math.random(1,#messages) outputChatBox(messages[random]) end setTimer ( printMessage, 30000, 0) https://wiki.multitheftauto.com/wiki/SetTimer https://wiki.multitheftauto.com/wiki/OutputChatBox https://wiki.multitheftauto.com/wiki/Math
  12. I donno I kinda wanna see a dark theme.
  13. Depends on the poly count of the objects on the screen. SAs object count is not limited by objects, but rather poly count.
  14. New version coming kinda soon kinda not that'll hopefully make map loading alot smoother.
  15. Didn't see this, but by default I'll include a SAMP prefab / model pack. Magnets.
  16. New map editor that may be included with 1.5.6 will include one out of the box.
  17. https://gtaforums.com/topic/851436-relopensrc-magictxd/ For the love of God please just use this TXD workshop is a very old tool.
  18. https://github.com/CodyJL/JStreamer That'll automatically setup IDs and stuff. 1.5.6 will hopefully include a new map editor (And possibly if it makes it some spare usable IDs) that'll make this stuff incredibly easy to do
  19. Use magic TXD and it doesn't matter the size I don't understand why people use that terrible tool.
  20. Make sure TXD is loaded in properly, and use https://gtaforums.com/topic/851436-relopensrc-magictxd/
×
×
  • Create New...