Jump to content

Captain Cody

Members
  • Posts

    2,753
  • Joined

  • Last visited

  • Days Won

    18

Everything posted by Captain Cody

  1. You realize the last reply for this was 2 years ago? Also try this version https://1drv.ms/u/s!Ao_bx9imD7B88mtnja5Sa24tujkn (still quite a lot you would have to do but this'll make it easier)
  2. See now blas3r just put a perfect example of sarcasm.
  3. local renderT = dxCreateRenderTarget(400,400, true) dxSetRenderTarget(renderT) dxDrawText("Hello world", 0,0 200,200) dxDrawRecentagle(0,0,200,200, tocolor(255,255,255,255)) --etc.. dxSetRenderTarget() dxDrawMaterialLine3D(0, 0, 5, 0, 0, 5-2,renderT, 2) --Draw it destroyElement(renderT)
  4. rotators = {} rotatorSet = createObject(3053,0,0,0,180,0,0) setTimer(function() local px,py,pz = getElementPosition(rotatorSet) local prx,pry,prz = getElementRotation(rotatorSet) moveObject(rotatorSet,11000,px,py,pz,0,0,prz+180) for i,v in pairs(rotators) do moveObject(v,11000,px,py,pz,0,0,prz+180) end end,10000,0) function createRotator(player,cmd) if not isPedInVehicle(player) then local x,y,z = getElementPosition(player) table.insert(rotators,createObject(3053,x,y,z+0.1,180,0,0)) end end addCommandHandler("crotate",createRotator)
  5. You have one to many `?` in the sql query.
  6. Best way to check; make them see if it lags. If it does there's ways to preventing that such as removing the col shapes that are to far away and creating / removing them on the fly.
  7. I'm actually kind of planning on leaving the MTA community myself. May drop in from time to time but who knows.
  8. Run this server side rotators = {} setTimer(function() for i,v in pairs(rotators) do local px,py,pz = getElementPosition(v) local prx,pry,prz = getElementRotation(v) moveObject(v,11000,px,py,pz,0,0,prz+180) end end,10000,0) function createRotator(player,cmd) if not isPedInVehicle(player) then local x,y,z = getElementPosition(player) table.insert(rotators,createObject(3053,x,y,z+0.1,180,0,0)) end end addCommandHandler("crotate",createRotator)
  9. You need to apply to vehicles Globally by ID, not one certain vehicle.
  10. This -- Also you do scam people, I've heard from multiple people that you've scammed them in one way or another. Also people make game modes like that to sell them; not have you post free links. It's like pirating, it's not right.
  11. @Simple01 Quit your bull crap please. As blaster said all you ever do is scam people; post crap on peoples threads, post leaked resources, etc. I mean really what the hell.
  12. It could be just because it's a nightly build but who knows. SA itself is an unoptimized mess.
  13. The latest 1.6 update is even worse. I have to run it on my server due to all the features from It I'm using and it's murdering my FPS.
  14. I play at a wooping 20 frames per secound; beat that.
  15. You aint got nothing on my Intel Pentium B960 2.20GHz Intel(R) HD Graphics 6 Gigs ram.
  16. @Blast3r did you not read what I said, we buried the wrong person.
  17. Your funeral was held while the forums were down; we couldn't find your body so we buried a homeless man we found. (As far as we knew he was dead (Maybe))
  18. Simple.. What the hell, why are you posting links for leaked game modes now?
  19. #((((((1860 - 150)*2)/4)^1.5)/15)+34.29816704)
  20. #One thousand six hundred ninety nine
×
×
  • Create New...