Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 20/02/21 in all areas

  1. The owner has complied with providing evidence that this gamemode is unique. @Patrick has validated that. No further accusations will be tolerated without proof. The first topic has been hidden. (This is a copy) @Jacuuuu Please move some of those pictures inside of your topic. And always do that for new [SELL] related topics. That way we can at least moderate if there are people trying to sell stolen resources. Note: if you disagree with our actions you should send us a message, instead of trying to evade our actions. That way this issue would have been resolved a long time ago.
    3 points
  2. missed somethings serverside, forgot to add the check on some parts, thats why they were acting crazy, but thankyou you helped me once again
    1 point
  3. this fixed the error but now idk why i'm getting these when they start chasing me i've never modified anything just those u sent me, and i did it well, no bugs, but now those error shows up, there seems to be nothing wrong as well The clientside that has error on line 97 function chase_move(ped, oldTx, oldTy, oldTz, oldPx, oldPy, oldPz) if (isElement(ped)) then local thetarget = getElementData(ped, "target") if (getElementData(ped, "status") == "chasing") and (isElement(thetarget)) and (getElementData(ped, "slothbot") == true) then local pedhp = getElementHealth(ped) local tarhp = getElementHealth(thetarget) if pedhp > 0 and tarhp > 0 then local tx, ty, tz = getElementPosition(thetarget) local px, py, pz = getElementPosition(ped) local isclear = isLineOfSightClear(px, py, pz + .6, tx, ty, tz + .6, true, false, false, true, false, false, false) local angle = (360 - math.deg(math.atan2((tx - px), (ty - py)))) % 360 --set the peds angle to the target setPedRotation(ped, angle) if (isclear == true) then -- if the ped can see the target local angle = (360 - math.deg(math.atan2((tx - px), (ty - py)))) % 360 --set the peds angle to the target setPedRotation(ped, angle) setElementData(ped, "seestarget", true) setTimer(chase_move, 700, 1, ped, tx, ty, tz, px, py, pz) else --THIS IS LINE 97 local angle = (360 - math.deg(math.atan2((oldTx - px), (oldTy - py)))) % 360 --set the peds angle to the target setPedRotation(ped, angle) setElementData(ped, "seestarget", false) setTimer(chase_move, 700, 1, ped, oldTx, oldTy, oldTz, px, py, pz) end end end end end also in server this is line 251 and 252, there really seems to be nothing wrong: function chase_move(ped, oldTx, oldTy, oldTz, oldPx, oldPy, oldPz) -- function name that has the oldTx variable, i cant post the full chase move function ,its too long, but if u insist i can send it local pdistance = (getDistanceBetweenPoints3D(oldPx, oldPy, oldPz, px, py, pz)) -- line 251 if (pdistance < 1.2) then -- line 252
    1 point
  4. Hi Zonoster, There's no such thing as far as I'm aware. SAMP has its own map editor, you can find it below. https://www.moddb.com/downloads/san-andreas-multiplayer-map-editor
    1 point
  5. That is true, the current Slipe (which we call "Slipe Lua") translates the C# code to Lua before running it. But this still gives you plenty of benefits. We are however also working on a way to run native C# code on an MTA Server, which we are doing by creating the MTA server itself from scratch.
    1 point
  6. You are engaged in cheat development activities, and not being honest about your intentions since even during the past hour (after posting this appeal) you were still working hard to bypass your ban, including testing your stuff in a cloud service (where it got detected and also resulted in a ban). Let me tell you that cheat developers aren't welcome on MTA, and that you will fail, very hard. MTA anti-cheat will win. Also yeah, don't lie by saying your friend only sent you something that got you banned, as we know that you're the main cheat developer. Ban appeal denied, @PodMaster
    1 point
×
×
  • Create New...