-
Posts
2,753 -
Joined
-
Last visited
-
Days Won
18
Everything posted by Captain Cody
-
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)
-
See now blas3r just put a perfect example of sarcasm.
-
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)
-
No really it's not sarcasm.
-
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)
-
You have one to many `?` in the sql query.
-
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.
-
I'm actually kind of planning on leaving the MTA community myself. May drop in from time to time but who knows.
-
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)
-
You need to apply to vehicles Globally by ID, not one certain vehicle.
-
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.
-
@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.
-
It could be just because it's a nightly build but who knows. SA itself is an unoptimized mess.
-
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.
-
I play at a wooping 20 frames per secound; beat that.
-
You aint got nothing on my Intel Pentium B960 2.20GHz Intel(R) HD Graphics 6 Gigs ram.
-
Damn it, get the shovels.
-
@Blast3r did you not read what I said, we buried the wrong person.
-
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))
-
Simple.. What the hell, why are you posting links for leaked game modes now?
-
#((((((1860 - 150)*2)/4)^1.5)/15)+34.29816704)
-
#One thousand six hundred ninety nine
-
Fourm's Lua script
Captain Cody replied to iPrestege's topic in Site/Forum/Discord/Mantis/Wiki related
Like the new look.
