Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 09/18/24 in all areas

  1. Nume: LorenaRx Rank: Network Anchor (4) Candidatul testat: Dunkler4Mond Rezultat proba teoretică: 3/3 Rezultat proba practică: x/5 Rezultat final: RESPINS Alte precizări: Mult succes data viitoare!
    2 points
  2. Cererea ta de interviu a fost procesata și aprobată. Contactează un rank 3+ în joc pentru interviu! Numărul cererilor de interviu făcute de tine săptămâna aceasta: 1/3. Numărul interviului aprobat: 479.
    2 points
  3. Nume: LorenaRx Rank: Network Anchor (4) Candidatul testat: baros72 Rezultat proba teoretică: 1/3 Rezultat proba practică: 2/5 Rezultat final: ADMIS Alte precizări: Felicitări și bine ai venit!
    2 points
  4. Hello @ Kelton , @ Tupi . I’ve optimized and converted the drift mod from CLEO to Lua, which is now smoother and more realistic in terms of car rotation and acceleration during drifts. It’s posted and also approved in B-Zone Rules and also Forum, and does the same thing as the original but with more logical handling and no unfair advantage. Please take a moment to check it out and compare it with the CLEO version. I’ve included a YouTube video showing the CLEO version that’s currently being used by a lot of players and the improvements in my Lua code. All I did was convert the CLEO code to Lua and lower a single variable, and it works perfectly without issues. require "lib.moonloader" local playerCar local carSpeed function main() if not isSampLoaded() and isSampAvailable() then return end while true do wait(0) if isCharInAnyCar(playerPed) then playerCar = storeCarCharIsInNoSave(playerPed) carSpeed = getCarSpeed(playerCar) isCarInAirProper(playerCar) setCarCollision(playerCar, true) if isKeyDown(VK_LSHIFT) and isVehicleOnAllWheels(playerCar) and doesVehicleExist(playerCar) and carSpeed > 5.0 then setCarCollision(playerCar, false) if isCarInAirProper(playerCar) then setCarCollision(playerCar, true) if isKeyDown(VK_A) then addToCarRotationVelocity(playerCar, 0, 0, 0.05) -- in Drift.cs this variable is 0.15 end if isKeyDown(VK_D) then addToCarRotationVelocity(playerCar, 0, 0, -0.05) -- in Drift.cs this variable is -0.15 end end end end end end The CLEO drift mod (drift.cs) has caused numerous bugs and crashes for players due to its limitations and lack of optimization. In contrast, the Lua version resolves these issues, performing flawlessly thanks to its streamlined code and optimizations. By converting the mod to Lua, I was able to significantly reduce the resource usage, which not only improves performance but also stabilizes the mod on various setups: In short, Lua is superior to CLEO for this type of modification because it's more versatile, has a smaller footprint, and provides a more stable environment - leading to fewer bugs and crashes. Many players have reported issues with the CLEO version, while the Lua version runs perfectly without any problem. Looking forward to your feedback, and can I get a approval of using this. if not, I would love to hear your comment. Best regards. ❤️
    1 point
  5. Nick: Kazy. Rank: 6 Data: 18.09.2024 Am dat test cu: Africanu Teorie (x/3): 0/3 Practic (x/5): 0/5 Rezultat final): ( Admis / Respins): Admis Alte precizari: -
    1 point
  6. Cererea ta de interviu a fost procesata si aprobata. Contacteaza un rank 3+ in joc pentru interviu! Numarul cererilor de interviu facute de tine saptamana aceasta: 1/3. Numarul interviului aprobat: 482.
    1 point
  7. Cererea ta de interviu a fost procesata si aprobata. Contacteaza un rank 3+ in joc pentru interviu! Numarul cererilor de interviu facute de tine saptamana aceasta: 1/3. Numarul interviului aprobat: 481.
    1 point
  8. Numele tau: Valerio Rank: LS Manager (5) Numele celui testat: Replay Punctaj: 0/3 Alte precizari: Felicitări şi bine ai venit!
    1 point
  9. Nume in joc: ox.cipy Sedinta / activitate: Par/Impar Data si ora: 21.09.2024 Ora 21:00 Alte precizari: Premiul va fii de 150.000$
    1 point
  10. Nick: Mircea Rank: 4 Data: 17.09.2024 Am dat test cu: robicanes Teorie (x/3): 2/3 Practic (x/5): 4/5 Rezultat final ( Admis / Respins): Admis Alte precizari: -
    1 point
  11. Cererea ta de interviu a fost procesata si aprobata. Contacteaza un rank 3+ in joc pentru interviu! Numarul cererilor de interviu facute de tine saptamana aceasta: 1/3. Numarul interviului aprobat: 480.
    1 point
  12. https://shop.b-zone.ro/aff.php?aff=4325 cel mai bun gold de aici se ia
    1 point
  13. Nume: LorenaRx Rank: Network Anchor (4) Candidatul testat: Morandi Rezultat proba teoretică: 0/3 Rezultat proba practică: 2/5 Rezultat final: ADMIS Alte precizări: Felicitări și bine ai venit!
    1 point
  14. Nume in joc: ox.cipy Sedinta / activitate: LMS Data si ora: 13.09.2024 Ora 21:00 Alte precizari: Premiul va fii de 150.000$
    1 point
  15. la mulți ani b-zone! mulțumim de quest.
    1 point
This leaderboard is set to Bucharest/GMT+03:00
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.