Search results

  1. H

    CLEO Help Rework code from 0.3.7 R1 to 0.3.7 R4

    I tried to rework my code what worked on me on 0.3.7 R1 worked on 0.3.7 R4, but there I only see this but it should look like this
  2. H

    CLEO Help Speed limit - 0.3.7-R4

    hi, i needed to write a speed limit of 17 and in order to turn it on and off, I put a show text in there to let me write when the limit is on, but I don't know why, it always crashes right after I start the game {$CLEO .cs} //-------------MAIN--------------- 0001: wait 2000 ms 0006: 0@ = 0 if...
  3. H

    CLEO Help Draw text on 0.3.7-R4

    Hi, I'm having trouble displaying draw text on 0.3.7-R4 when I turn on gta right off, on 0.3.7-R1 it was functioning normally, probably an error in offsets. Please help 03F0: enable_text_draw 1 033F: set_text_draw_letter_size 0.2 1.0 081C: draw_text_outline 1 RGBA 0 0 0 255 060D...
  4. H

    CLEO Help hit info

    Hi, I'm working on reworking this script, so if he shoots you, he'll write in the chat how much he took from you. But I can't, here's the code, someone look at it. https://ugbase.eu/threads/release-deathinfo-with-extra-informations.11297/#post-68930 {$CLEO} 0000: NOP repeat wait 50 until...
  5. H

    CLEO Help Player info in radius

    Hi, I would like a script that will work similarly to the HP car, but I would like it on the player, it will take my position, in the radius of 50m around me it will find the player and display it in their position their ID, ping and HP. Does anyone know how to write this? I would appreciate it...
  6. H

    CLEO Help Getting text from a listitem

    Hi, I would like to ask if you know anyone how to get the listit text of item 27 in the dialog which has id 1453 and style 4 and the caption "missions" dialog. I need the data to get to me all the time so that I don't have to have the dialogue open or have to confirm it, I just need it to get it...
  7. H

    CLEO Help Variable text equals a preset

    Hi, I need a condition that what is below 10@ is equal to the text "Hello", but I don't know how to do it. Does anyone know how to do this? 10@ == "Hello" // Input text
  8. H

    CLEO Help draw text

    hi, i need something again, i am writing a script and i need it to write me the state of lives and HP behind it, like this 100HP 0@ = Actor.Health($PLAYER_ACTOR) I can get my lives, but I can't do this variable 033E: set_draw_text_position 530.0 105.0 GXT 'BJ_PUSH' you don't know how to use a...
  9. H

    CLEO Help vehicle speed

    hi, i need a script to find out the speed of the vehicle.
  10. H

    CLEO Help NRG boost

    Hi, I need to write a script that if I'm sitting in an NRG-500(id 522), it's going to repeatedly push the up arrow and thereby boost me if it works while I'm sitting on the NRG-500 and I'm driving at some speed so it doesn't squeeze when I'm standing still.
  11. H

    CLEO Help Get vehicle ID

    Please how to get the ID of the vehicle I'm sitting in?
  12. H

    CLEO Help Please help edit the code

    Hi, I need to display this text for a while, unfortunately it disappears after 500ms because there is another step, is it possible to make a detour to display the draw text? I think it somehow goes through else_jump or goto, but I don't know how to formulate it, I need it like this, but I don't...
  13. H

    CLEO Help The script only works when I'm in the vehicle.

    Hi, I need opcode to make my script work only when we are a driver or passenger and when I don't have an open chat. Please help.
  14. H

    CLEO Help Swapping between keys

    hi, i need a script to switch between the W and S keys. My plan is to bind IF ELSE to the numerucal 5 button which will hold W until I press numerical 5, at which point I will release W and start holding S, and so on and on to infinity. Here is the code but I'm not concerned, please fix or feel...
  15. H

    CLEO Help Need wallhack to 0.3.7

    Hi, I need a wallhack to 0.3.7, I can't find any functional. Thank you.
  16. H

    CLEO Help script to jump to the specified ammo slot

    Hi, I need a script when when I press P I switch to ammo slot 3, regardless of whether I am sitting in a vehicle or a pedestrian.
  17. H

    CLEO Help ADD draw_texture

    Hi, I need to write a script that will display an image on my gta screen that is not in a normal original game. This is an example of how I want it to look, only I would see it on my screen. (I am adding the file to be added there) Version 0.3DL
  18. H

    CLEO Help Help with textured screen

    Hi, I need to write this script to have this image on the minimap at the bottom left - Under the code HAIN.png I have code that I think should work but doesn't work, please help me. {$CLEO .cs} thread "TXD" :TXD_7 wait 0 if Player.Defined($PLAYER_CHAR) else_jump @TXD_7 0390...
  19. H

    CLEO Help decode this script

    Hi, I need to decode this script, I tried it myself but I don't know how to do it, could someone please decode the script for me?
  20. H

    CLEO Help Help with coding

    Hi, I would like to ask if anyone have any instructions how to encode cleo files. I thank everyone for their time and help. If you need version 0.3DL
  21. H

    CLEO Help Decrypt

    Hi, I need to decrypt this file. Version 0.3DL
Top