Search results

  1. ZaaxHash

    Help Neareast part from vehicle

    Thanks @Opcode.eXe and @Zin for all the help!
  2. ZaaxHash

    Help Neareast part from vehicle

    Yes, I want to get XYZ of collision, I was trying to get the vehicle parts and check the player fov as @Opcode.eXe said finally, but it didn't work out as expected, some vehicles seem to be missing some components. But I saw an opcode that might help: 0BFF: process_line_of_sight start 0@ 1@ 2@...
  3. ZaaxHash

    Help Neareast part from vehicle

    up
  4. ZaaxHash

    Help Neareast part from vehicle

    I expected get parts of vehicle as hood, trunk, side of car, roof, bump, to check which one my aim is more closest, or other thing like a, get vehicle collision point nearest a screen coords I hope it's clearer now
  5. ZaaxHash

    Help Neareast part from vehicle

    Is possible get nearest part vehicle from my aim, or get some point collision closer?
  6. ZaaxHash

    Help Get vehicle size

    Very Well! Thank you
  7. ZaaxHash

    Help Get vehicle size

    How I get the vehicles size in Cleo? like pawn: GetVehicleModelInfo(411, VEHICLE_MODEL_INFO_SIZE, X, Y, Z); //output infernus size: X: 2.39 Y: 5.78 Z: 1.37
  8. ZaaxHash

    Help HTTP Request Help

    UP
  9. ZaaxHash

    Help HTTP Request Help

    Im trying do a simple HTTP Request in Cleo, but isnt returning a string: CONST HOST = $_ZRHOST END 0AC8: HOST = allocate_memory_size 64 0AD3: HOST = format "wyvernserver.000webhostapp.com" :main wait 100 if 0ADC: test_cheat "x" then 0AB1: call_scm_func @GetModList 0 wait 2000 end...
  10. ZaaxHash

    CLEO Help Textdraw snippet

    Its not to a specific server, I would like to snippet the function send_click_textdraw, and get the textdraw model id from memory address
  11. ZaaxHash

    CLEO Help Textdraw snippet

    someone has the send_click_textdraw snippet 0BCA: samp send_click_textdraw 0@ and textdraw model id memory address 0C59: samp textdraw 0@ get_model 1@ rotation 2@ 3@ 4@ zoom 5@ veh_color 6@ 7@
  12. ZaaxHash

    Get Game Text

    Ok Thanks
  13. ZaaxHash

    Get Game Text

    Thanks It worked, but how do I use these functions in another project, like a dll?
  14. ZaaxHash

    Get Game Text

    https://prnt.sc/t58jhr I tried build, but recivied this errors
  15. ZaaxHash

    Get Game Text

    How I do it in c++ or c#?
  16. ZaaxHash

    Get Game Text

    no, I Want get the text from the gametext when is in my Screen
  17. ZaaxHash

    Get Game Text

    I would like to know how I get a game text on screen? in C ++ or C #
  18. ZaaxHash

    CLEO Help Cleo to C++

    Thank a lot
  19. ZaaxHash

    CLEO Help Cleo to C++

    someone?
  20. ZaaxHash

    CLEO Help Cleo to C++

    I'm making cheats in c++, and I want to know how I get the Z angle, What calculations does it use? in Cleo is: 0604: get_Z_angle_for_point $TEMPVAR_FLOAT_1 $TEMPVAR_FLOAT_2 store_to $TEMPVAR_ANGLE
Top