Jump to content

Captain Cody

Members
  • Posts

    2,753
  • Joined

  • Last visited

  • Days Won

    18

Everything posted by Captain Cody

  1. As for the first one you create an object, attach it and use setElementAttachedOffsets to change its position. (Edit: To get its position use getElementAttachedOffsets) As for the vinyls that is something I'm trying to figure out myself; what I've tried just causes it to wrap around the whole vehicle.
  2. Out of no where it started working again. I don't know what happened.
  3. Assign loads to the models - addEventHandler("onClientResourceStart",root,function() for i, v in ipairs(getElementsByType("object")) do local model = getElementModel(v) engineSetModelLODDistance(model, 950) -- Set maximum draw distance local x, y, z = getElementPosition(v); local rx, ry, rz = getElementRotation(v); setLowLODElement(v, createObject(getElementModel(v), x, y, z, rx, ry, rz, true)); end end)
  4. Any one? This is completely breaking a project I've been working on for moths now.
  5. Just trust me 950. 300 is in no way the max distance.
  6. Alright well after further debugging, there appears to be an issue with create object. For some reason the objects are not being created or something; I'm not exactly sure what is up.
  7. It's a broken feature that they could not add in due to it breaking basic game mechanics. get over it.
  8. I'm not exactly quite sure what happened what so ever, but earlier today I had to restart my server to try to fix a bug with the database and from there all hell broke loose. There's something up with the client side causing files to be read incorrectly. It's as if the client side Dffs Txds and Cols are corrupted or something, but I tried reverting to an older back up and I had with no luck. There's a fall back in my code that removes models that were not loaded correctly and it's just removing ever thing; removing the fall back just leaves the thousands of unloaded objects. I'm not exactly sure how else to explain it. Dumps - If it helps
  9. Captain Cody

    help

    Appears quite a few things broke in 1.5.3
  10. For best view distance I'd recommend you use 950 I don't know why but that was like a magic number for my map. Not sure how it'll work with your streamer though.
  11. Usually involves someone hacking into the servers ftps, getting the files and then selling them to servers such as that, or just putting them up for download.
  12. Captain Cody

    help

    We're going to need this function getAmmoPerClip .
  13. They are stolen scripts from other servers; no other help can be supplied in that general area.
  14. Looks awesome; and I especially love the looks of thew water.
  15. Instead of a Verification system to create a server, there should be a process you have to go through to get your server listed on the server browser instead; allowing people to create their servers as they please, because as Callum mentioned it drops a lot of freedom. But it will prevent a whole lot of empty, and rip off / un-unique servers flooding the server browser. My own reason for creating a server is not because I want to be staff (Because in all reality I don't like it), but instead because I have a lot of ideas for how things should be made and what not that would not work paired with an already existing server. But as you mentioned there are a whole lot of people who just create servers simply because they want to be staff and put little to no work onto making the server something new and unique.
  16. Selfish to not release it, are you kidding me? With my map I have put months of work into it, I'm not just going to release something as complicated as it. I am sick of lazy people such as you making claims such as that. You want the map make it yourself I made my map for one purpose and one purpose only, to be used on my server. Also another thing I have just got to say is, my server is much more then just Vice city, and no I am not afraid at all of a better version being released If I was I wouldn't be offering help to ThatsMe which If you even bother to read any of the previous posts I have been. And really these maps should stay in the hands of those who actually know what they are doing, there are bound to be bugs, bugs come out and all hell breaks loose, thus people would not be able to "Enjoy them". If you would like to be an ass and try to fight me about it take it up in PM.
  17. Bonsi the issue with making stuff like this open source, is that soon enough every one starts using it. Thus it loses all of its originality; thus all interest gets lost.
  18. Animation files are disabled Because they break the default animations. There is an actual reason behind it.
×
×
  • Create New...