Search results

  1. P

    CLEO Help Get player wanted level

    Is possible to get the wanted level of other players? At samp our wanted level can be checked with this read_memory 0x58DB60 Is there any way or is possible to get others player wanted level? And why i can't destroy a 3d text when i deactivate a command?
  2. P

    CLEO Help How do I put a max/min to this variable?

    I want to put a maximum or minimum to 28@ but i can't, I tried with "for 28@" but is not working, it always remain at 0. I want to put a minimum of 0 and maximum of 14. {$CLEO .cs} 0000: NOP while true wait 0 if 0ADC: "i" then 28@ += 1 04B8: get_weapon_data_from_actor $PLAYER_ACTOR slot 28@...
  3. P

    Possible to change with cheat engine?

    I have this memory used on cleo: 0xBAB22C which is of the health bar (color) of gta sa but i want to change it with cheat engine and "save" it. I mean I want to change the color of the health bar with a new color which i put on cheat engine and each time I start the game, the color is changed...
  4. P

    CLEO Help How to write memory with ABGR?

    I want to read a string from ini file but when I write the memory with the value it doesn't work. I do this but it doesn't work because the value must be FF+5@v (How can I do that?): 0AF4: 5@v = read_string_from_ini_file "cleo\hud.ini" section "HUD_1" key "HEX" 0AD4: 6@ = scan_string 5@v format...
  5. P

    CLEO Help Check if dialog is responded.

    How to check until a dialog is responded? The problem is i want to send a message if the dialog is responded if not then wait to be responded.
  6. P

    CLEO Help How to find this type of colour?

    I have a mod made by i don't know who which can change colours from my hud but i don't know how to find the colours, is there any way to find this type of colours? FOR EXAMPLE: RED=-16776961 GREEN=-16711936 BLUE=-65536 YELLOW=-16711681 I use a converter of binary to hex but only the red is...
  7. P

    CLEO Help Check streamed player but...

    I want to check the streamed player but without command for example: i want to draw a text on all of the players streamed. 0B6D: create_font ... while true wait 0 if //check streamed player, what i need to put here? then Actor.StorePos($STREAMED, 1@, 2@, 3@) if 00C2: sphere_onscreen 1@ 2@ 3@...
  8. P

    CLEO Help Is this possible?

    I made a cleo which can attach cars to other ped but only works on SP because the cars are client sided. Now my question is: Is possible to attach a random car (which is only streamed) to the player I am aiming? Or maybe get some random car (again, only streamed) and put near him when i aiming...
  9. P

    CLEO Help Why it doesn't works? Help me with this please.

    I want to add the drawbar made by PopandaulX but when i press the activation key it draws the bar in the left corner then gta stop working. I just add the snippet to the code. {$cleo .cs} 0000: NOP   if not 32@ = SAMP.Base() then 0A93: end_custom_thread end while not SAMP.Available() wait...
  10. P

    CLEO Help Help with this (maybe springfield you can)

    I'm trying to create something like the pimod but i'm stucked on this: How to get the health and armor (lost) of the opponent and draw it on a box/bar? I know i can use the next opcodes: 038E: draw_box_position 320.0 224.0 size 640.0 448.0 RGBA 0 0 0 255 0B25: samp 2@ = get_player_health 1@...
  11. P

    CLEO Help How to find this?

    I'm trying to change the color on a render text but i cant. I have this: 0xFFF00000 = red color I know that is hex code but when i change it on the CLEO, the text doesn't appears. I use a colour creator for pawno, they are the same i think. For example i change on the program to green colour...
  12. P

    How to use cryptor.

    I downloaded the cleo cryptor by fyp but it doesnt works on XP. I tried on Windows Vista and i encrypt the cleo but when i join the server after the bar loads gta sa stop working. Anyone can help me please.
  13. P

    CLEO Help Problem when testing the cleo compiled by myself.

    Hi, i have a problem when i compile this, made by springfield (here is the topic), the cleo must say the location where am i and the text i put on the .ini. {$CLEO .cs} //-------------MAIN--------------- 0000: NOP :Noname_2 wait 400   SAMP.Available else_jump @Noname_2 0000: NOP...
  14. P

    CLEO Help Create dialog.

    I want to create a dialog box when i type for example /menu but i can't. I use a code for dialog made by springfield but it crash my game. And how to put any condition? For example: when i press wine it create a model on my coords. {$CLEO} 0000: if 0@ = SAMP.Base() then     while not...
  15. P

    CLEO Help I can't rotate the object + i need the memory adresses of armour bar.

    I rotate the object but doesnt work and the menu doesnt show the options. And what is the memory adress of armour bar? Because i have the health but not armour: Part of the code: :NONAME_275 wait 10 if   $MENULINE == 0 else_jump @NONAME_414 wait 10 Model.Load(19078) if  ...
  16. P

    CLEO Help Why doesn't works?

    I found a plugin called "SARealTime" and works on single player but not on samp. It works changing the game time for the real time. Springfield made the "cleo time" which shows game time and that has to make it work (sarealtime). What can i do to "enable" the SARealTime on samp? Because it...
  17. P

    CLEO Help Cleo time.

    What is wrong? This stop working my game after bar loads on samp. {$CLEO .cs} //-------------MAIN--------------- 0000: NOP :NONAME_2568 00BF: 27@ = current_time_hours, 28@ = current_time_minutes if   10 > 28@ else_jump @NONAME_2608 gosub @NONAME_2617 :NONAME_2608 gosub @NONAME_2693...
  18. P

    CLEO Help Vehicles name...

    I wanna put the car name which i am driving near the radar, i have something (position and code) but when i try it doesn't work, my game crashes, can anyone help me please? or make it a cleo? {$CLEO} {     Mod Name:  Town\Zone texts     Author:    Wesser     Credits:    Nope } const   PX ...
  19. P

    CLEO Help Timestamp.

    Hi, i need help to script something that show timestamp on the screen like the image below but obviously with timestamp and in another part of the screen. Tell me some opcodes or how to script that please.
  20. P

    CLEO Help How to remove objects from other players?

    Is there anyway to remove objects from other players with a cleo and how to create an explosion without damage? Can anyone help me with the script please?
  21. P

    CLEO Help [Help?] Changing colours, positions and size.

    I found a cleo made by Opcode for 0.3x that shows health of the enemy but not armour, is there any way to change colours, positions, sizes and add the enemys armour? And how to do that?. I attach the src of the cleo which is included on the zip.
Top