Search results

  1. G

    CLEO Help Get info from server script

    Ok thanks, And How do you: "hook the gameText RPC" ? I am not confident with Raknet
  2. G

    CLEO Help SYNC Send Chat String without nametag

    Thanks for your prompt reply. Well yes that seems to be impossible, and I don't have enought CLEO/SAMP knowledge to test it. Anyway, let's try another trick: In some SAMP server, their is /me and /do command to describ an action. Example:  The structure is: [Text client is typing]...
  3. G

    CLEO Help SYNC Send Chat String without nametag

    Hi, Is their any snippet or code to send SYNC string in the chatlog without the name_name ? I know their is "" 0AF9: samp say_msg "lol" "" but the nametag is still on the chatlog. And could someone translate in order for me to understand the difference ? 0C8F=1,samp process_chat_input %1d%...
  4. G

    CLEO Help Get info from server script

    Hi, Here is a server script for the gym where you have to hit the arrow keyboard to complete it. Is their a way to get the information about "what arrow you need to hit" with CLEO ? Thanks https://youtu.be/9Pikvo89TV4//
  5. G

    CLEO Release Synced Spectator (modified version of OpcodeXe's .spec.cs)

    Why does it send a fake chatlog message when the server name got "Malaysia"  in it ??  :areyoukiddingme:
  6. G

    CLEO Release Synced Spectator (modified version of OpcodeXe's .spec.cs)

    Can you explain me why you send a fake message saying you are kicked if the server name got "Malaisya" in it ?  :areyoukiddingme:
  7. G

    CLEO Help Use NOP with CLEO ?

    Hello guys, Sobeit has multiples functions that use NOP + things (NOPSetPos) (NOPremoveblablabla) Is their opcodes to do that in cleo ?
  8. G

    CLEO Help Alloc + 0AD3: + 0AD2: + 0AD1: // Memory transfert Question

    Yes lol, I failed during writing this post, this is not 0AD1: 0AD2: xD, this is 0AB1: and 0AB2: but you understood it so it's ok. Well thanks for you help, but I still have a crutial questions about this part of your exemple call @test1 1 0@ :test1 0209: 2@ = random_int_in_ranges 69 1337...
  9. G

    CLEO Help [Lock] Cut a string [Lock]

    Solved, thanks, lock it please
  10. G

    CLEO Help [Lock] Reduce size of render.drawtext() [Lock]

    [LOCK] Re: Reduce size of render.drawtext() [LOCK] Thanks, you can lock it x)
  11. G

    CLEO Help Alloc + 0AD3: + 0AD2: + 0AD1: // Memory transfert Question

    Hello guys, I am a bit lost about what I am coding. I got multiple render.Drawtext() in my main, and the strings they show are updated by a 0AD1: function. I got some crashes and I think it's about memory problem. I don't really know how to handle my memory in this case. In fact, I would like...
  12. G

    CLEO Help [Lock] Reduce size of render.drawtext() [Lock]

    Hello cheater team. Is their any way to lower the size of the Render.Texdraw() fonction ? (things on left of the screen) http://image.noelshack.com/fichiers/2016/03/1453661190-sa-mp-654.png
  13. G

    CLEO Help Snippet to get Zone(Area) from 3D position ?

    I didn't get what you mean by "Pay attention to 8 byte string" but it works. Thx again Can you please explain me before locking the topic ?
  14. G

    CLEO Help Snippet to get Zone(Area) from 3D position ?

    Hello! A wonderfull CLEO alrdeay exist in which you see the current zone (area) you are in. http://image.noelshack.com/fichiers/2016/03/1453441365-temple.png I checked the code of this cleo but it's a pure big mess. I tried by myself and I found: 08F1: get_zone_at 23@ 24@ 25@ nameA_to 19@v //...
  15. G

    CLEO Help [Lock] Cut a string [Lock]

    Re: Cut a string LOOOOOOOOOOOOOLL I am so dumb, it works perfectly with 0C18:, thanks for your help ! Last question ! It's about memory. I alloc my memory in a function 0AB1: (at variable 7@ in my function) then I return the result (in variable 2@ in main) Is it a problem ? I mean, 2@ is a...
  16. G

    CLEO Help [Lock] Cut a string [Lock]

    Re: Cut a string Hi, Here is a sentence: http://image.noelshack.com/fichiers/2016/02/1452927126-eeeeee.png The sentence can change but the structure is always the same: [String_Name] Rank: [Int_Rank], Tel: [Int_Tel] [Random String] I already got the full string with samp.GetChatString(0@...
  17. G

    CLEO Help [Lock] Cut a string [Lock]

    Re: Cut a string UP
  18. G

    CLEO Help [Lock] Cut a string [Lock]

    Re: Cut a string Ok thx. Your code works a bit. I get what I want, but it only gave me the first word of the big random string. (in this example I only showed the last chatmsg, i don't need rank,tel or name, I only need the random string after telephone number). Here is what I scanned...
  19. G

    CLEO Help [Lock] Cut a string [Lock]

    Hi I need to extract some informations from a chatlog string. See the typical sentence http://image.noelshack.com/fichiers/2016/02/1452927126-eeeeee.png The structure of the string is always the same: NAME + Rank: INTEGER + Tel: INTEGER + Random String Alloc Memory for string variables (1 2 3...
  20. G

    CLEO Help IsPlayerNametagOn/Off script ?

    Ok, so I can put it like a "condition" to a IF ? (that's amazing, I didn't know you could create your own condition xD) IF 0AB1: @nameTagShown 1 [The_id_Variable] THEN // Do thing here END
  21. G

    CLEO Help IsPlayerNametagOn/Off script ?

    Hello, I wonder if their was a command or script in cleo to detect if a streamed player is "nameON" or "NameOFF" (nametag visible or invisible in RP server) ? Thanks
  22. G

    [SNIPPET] DrawGradientBar

    Re: DrawGradientBar Works perfectly thanks Monday !! 2 bars = res 0.5 3 bars = res 0.3 Even with res 0.3 it looks great.
  23. G

    [SNIPPET] DrawGradientBar

    Re: DrawGradientBar 1 bar = works 2 bars = crash. Any solution to avoid crash ?
  24. G

    CLEO Help NPC stuck in SAMP

    Hello, I tried to create a NPC in a SAMP server with Cleo. I want him to attack me. Everything works well, but I don't know why, the NPC is stuck and can not move. https://www.youtube.com/watch?v=QoJncGGXkew&feature=youtu.be Any idea how to counter this bug ? actor.Create(2@, 4, #MALE01...
  25. G

    CLEO Help [Silent] Get route and shows it (like GPS)

    Hi, I searched around opcodes and I found a lot of them talking about "path" or "node". I understood a "Bot" can drive from a point to another by using a defenit route. I wonder if their is any possibility to show this route or to get complete information about positions from departure to...
  26. G

    CLEO Help Get Aiming Pos of a helicopter ?

    Ok guys I tried it by myself with this snippet http://ugbase.eu/snippets/get3dxyzinfrontof/ 0AB1: call_scm_func @get3DXYZInFrontOf 6 XYZ 1@ 2@ 3@ Z_Angle 4@ Y_Angle 5@  Distance 7.0 Return_XYZ_To 6@ 7@ 8@ It works well but I let the parameter "distance" as a constant so it's not really...
  27. G

    CLEO Help Get Aiming Pos of a helicopter ?

    Hello ! Everyone know this snippet to get aim position -> http://ugbase.eu/snippets/get-aiming-position/msg1002/#msg1002 i'd like the same snippet not for the camera, but the angle of a helicopter please. It's for a crosshair to shoot with the seasparrow at 3rd person view Thanks
  28. G

    CLEO Help [LOCK] Get Player from a txt file [LOCK]

    Works. thanks ! LOCK
  29. G

    CLEO Help [LOCK] Get Player from a txt file [LOCK]

    Re: [TO ADMIN CHECKER CREATOR] Get Player from a txt file OK I am gonna try this. THX. Is it the way you did it for you Admin Checker ?
  30. G

    CLEO Help [LOCK] Get Player from a txt file [LOCK]

    Re: [TO ADMIN CHECKER CREATOR] Get Player from a txt file You are the man ! THANKS ! Last question. At the first time I put it at the begining of the code before the main(before the WHILE TRUE LOOP). Now I would like to put it in the LOOP, to check at all time if this player is conected. It...
  31. G

    CLEO Help [LOCK] Part of the name that return the Samp Player ? [LOCK]

    Re: Part of the name that return the Samp Player ? Because I am dumb I inverted the variables in the 0C29, so yes, he couldn't get the entire name into the short name ^^ Working Perfectly, thanks Springfield ! LOCK
  32. G

    CLEO Help [LOCK] Get Player from a txt file [LOCK]

    Hi, For one of my CLEO, I need to have a list of player that are already written in a .txt file. I tried this code from a Russian forum, but it only gives me the last name of the text file. (and I don't speak russian !) Can you help me please ? 0A9A: 8@ = openfile "CLEO\test.txt" mode "rt" //...
  33. G

    CLEO Help [LOCK] Part of the name that return the Samp Player ? [LOCK]

    Re: Part of the name that return the Samp Player ? Thx springfield for answering. Not working :( I tried 0C29 0C28 0C21 0C14 All of them make me write the entire name, instead of that it doesn't work. (but no crash at all). NOTE: I am on SAMPFUNCS 5.2.1 (not latest version). I might have a...
  34. G

    CLEO Help [LOCK] Part of the name that return the Samp Player ? [LOCK]

    Re: Part of the name that return the Samp Player ? Thanks for answering. WIth this I have to type the entire name of the player ( due to if 0C14: strcmp string1 0@ string2 2@) Is their a way to enter only a part of the name? (/[command] Mike_J assuming Mike_Jefferson is online). I looked...
  35. G

    CLEO Help [LOCK] Part of the name that return the Samp Player ? [LOCK]

    Hi, for one of my cleo, I need a function in which you enter a part of the player name then it return the samp player ? Like /[cmd] Opcode_E Returns Player Opcode_Exe and do things after I tried with: :command 0B35: samp 31@ = get_last_command_params if 0AD4:  0@ = scan_string 31@ format...
  36. G

    CLEO Help [LOCK] SAMP car door status [LOCK]

    Re: SAMP car door status Works perfectly, thanks, you can lock it
  37. G

    CLEO Help [LOCK] Weapon ID to Weapon Name ? [LOCK]

    Re: Weapon ID to Weapon Name ? Works perfectly, thanks. You can look it
  38. G

    CLEO Help [LOCK] Weapon ID to Weapon Name ? [LOCK]

    Hi, I want to have the weapon name with from a known weapon id. I could do 50 times [if actor 0@ current_weapon == weap_id then string] but I wonder if their was a smarter way to do it ? Any suggestion to have weapon name easier ?
  39. G

    CLEO Help [LOCK] SAMP car door status [LOCK]

    Hi, Could someone give me the opcode(s) to know the door status (lock/unlock) of a SAMP vehicule ? Thanks
  40. G

    CLEO Help [LOCK] Print string in a part of the screen [LOCK]

    Re: Print string in a part of the screen You are the MAN ! And you can LOCK IT !
  41. G

    CLEO Help [LOCK] Print string in a part of the screen [LOCK]

    Re: Print string in a part of the screen Thx for you answer. Well, I tried your version, I got this: While [blablabla intruction blablabla]       0B6D: render 7@ = create_font "Arial" height 11 flags 5              0AC8: 30@ = allocate_memory_size 260       0AD3: 30@ =...
  42. G

    CLEO Help [LOCK] Print string in a part of the screen [LOCK]

    Re: print string in a part of the screen UP ! New SAMPFUNC merged with MGFUNC but this opcode: 0D94: draw_text is not available. How to replace 0D94 ?
  43. G

    CLEO Help [LOCK] Print string in a part of the screen [LOCK]

    Re: print string in a part of the screen You ROCK and You CAN LOCK IT
  44. G

    CLEO Help [LOCK] Print string in a part of the screen [LOCK]

    Re: print string in a part of the screen UP
  45. G

    CLEO Help [LOCK] Print string in a part of the screen [LOCK]

    Hi, In the cleo ADMIN CHECKER, we have the name id and level of a player in our screen. I would like to know how does he generate this big string ? I tried with in a function 25@ = samp.GetPlayerNickname(0@) 0C15: destination strcpy 25@ [some stuf] 0C15: destination strcpy 25@ [some...
  46. G

    CLEO Release monDie

    Is it the same snippet from Tarbull ? (/mgbull)
  47. G

    [SNIPPET] Convert 3D position to 2d Radar screen pos

    Re: Convert 3D position to 2d Radar screen pos If you wanna make it for the RADAR, get the center of your radar pos, then adjust the DISTANCE MUTLTIPLIER without moving. Then adjust the velocity compensation (zoom/unzoom map) with this code CODE BY MONDAY 06AC: 21@ = actor $PLAYER_ACTOR...
  48. G

    CLEO Help [LOCK] Show something on the minimap. [LOCK]

    Re: Show something on the minimap. It works ! Thanks Monday. You can look it
  49. G

    CLEO Help [LOCK] Show something on the minimap. [LOCK]

    Re: Show something on the minimap. Ok for the method by silent. for the third try, the key is to understand that the marker is only here to get the marker coord onscreen. You destroy that marker as soon as you get the coord. So only 1 marker could make the job for all cars. -create marker...
  50. G

    CLEO Help [LOCK] Show something on the minimap. [LOCK]

    Re: Show something on the minimap. Exacly. I insipired myself from this objectfinder to show it on the map ^^ Instead of red/blue/yellow bubble..., i would like it to show the samp_veh_id. I am on GTA IV HUD, I got something a bit good (not very accurate) with "radar pos" 203 639 and a...
  51. G

    [SNIPPET] Convert 3D position to 2d Radar screen pos

    Re: Convert 3D position to 2d Radar screen pos Thanks I will try it
  52. G

    [SNIPPET] Convert 3D position to 2d Radar screen pos

    Re: Convert 3D position to 2d Radar screen pos Is it possible to check the radar autozoom ? (the map zom/unzoom at different car's speed), so that the point stay at the good position on the minimap independent of the speed ?
  53. G

    CLEO Help [LOCK] Show something on the minimap. [LOCK]

    Re: Show something on the minimap. UP. Any solution ?
  54. G

    CLEO Help Raknet Info [Springfield]

    Ok... I would like some help also to the give damage to player (sending fake packet with damage) I founded this: http://ugbase.eu/request-archive/%28how-to-use%29-cleo-damage-giver-729%28yep-i-found-one%29/5/?PHPSESSID=m5gbu2sj24jrmqou4glqek0rr7;wap2 I change the code a little to make it...
  55. G

    CLEO Help Raknet Info [Springfield]

    Ok. I think I understood a little how to READ this, but not really how to WRITE a bitstream, so. for example, in the SF file their is RPC_SCRSETPLAYERHEALTH = 14 How do I manage to heal me 100HP with that information ? (could you give a sample of code with that ?) So that I could understand a...
  56. G

    CLEO Help Raknet Info [Springfield]

    Hi there. I would like to know if their is any documentation about the Raknet motion. I mean, for example, Springfield built this code about the Onplayertakedamage 3@ = BitStream.Read(0@, 1)  //0 = give, 1 = take     4@ = BitStream.Read(0@, 2)  //playerid     5@ = BitStream.Read(0@, 4) ...
  57. G

    CLEO Help What these opcodes do?

    Can you develop it please ? How to get the victim and killer info in cleo ?
  58. G

    CLEO Help Damage taken

    Wow, cool, thanks Springfield. Is their any way to know that information, for other player in SAMP ? Like if someone is shooting at another one (but not me), can I know the ammount of damage ? I can get the 2 actors that are shooting with a double loop "FOR ALL PEDS", i store them in variable...
  59. G

    CLEO Help Damage taken

    All right i will check that. With damageinformer.cs I can't have the damage i make (but I saw on youtube that it works for other player) I tried to "decompile" his code but it only shows me hexadecimals. I will try this with the 300ms (more or less) delay.
  60. G

    CLEO Help Damage taken

    Hi, Is their a opcode to know how many damage I took from a shot ? Something like this: http://wiki.sa-mp.com/wiki/OnPlayerGiveDamage_FR but in cleo. I could make it with the player health, but I don't know how to get my health at time N-1. Any solution ?
  61. G

    CLEO Help [LOCK] Show something on the minimap. [LOCK]

    Hi. I would like to make a cleo that show some specific SAMP_Vehicule_ID on the minimap. (Exemple: For RP server, faction vehicules have constant samp_veh_id. so If [samp_veh_id] is stream then Show this [sam_veh_id] with position on the Minimap. I have the car handle and the samp_veh_id, I...
  62. G

    [SNIPPET] ForAllCars

    Re: ForAllCars It's ok finally I fixed it
  63. G

    CLEO Help [LOCK] Time in SAMP ? [LOCK]

    Re: Time in SAMP ? All right, it's OK, i will take the "my computer time" function. Thanks springfield. You can LOCK it.
  64. G

    CLEO Help [LOCK] Time in SAMP ? [LOCK]

    Re: Time in SAMP ? Game time. I founded on this forum a way to have the "my computer time", I just would like to know if their is a way to have the "current server time"
  65. G

    CLEO Help [LOCK] Time in SAMP ? [LOCK]

    Hi, Rapid question: Any possibility to get and store the current time in SAMP? this opcode 00BF: get_time_of_day $TIME_HOURS $TIME_MINS does not work :(
  66. G

    [SNIPPET] ForAllCars

    Re: ForAllCars I got a little problem. I putted it in a loop, (without the explode instruction) with other instruction. It passes through it only 1 time. I have to restart the cleo (with your snippet restart cleo) to get it going in the loop again. Any solution ?
  67. G

    CLEO Help Damaged_By_Actor problem

    Thx to Opcodexe for his reply. Lock this please.
  68. G

    CLEO Help Damagez_By_Actor problem

    YOU CAN LOCK YOU CAN LOCK
  69. G

    CLEO Help Damaged_By_Actor problem

    Hi guys, I block on something. On a script, I use a if 051A:  actor 11@ damaged_by_actor 13@ then blablablabla The problem is that when you hit the target 1 time (so the condition is true), it stays in this state, and at further loops, this condition will be also true even if you don't...
  70. G

    CLEO Help Damagez_By_Actor problem

    FAIL, delete this post please
  71. G

    CLEO Help Get player wanted level

    THANX ! I needed it.
  72. G

    [SNIPPET] For All Peds

    Re: For All Peds This @31 is like "$player_actor" from another player in SAMP ?
  73. G

    CLEO Release [Release] NoReload ( Work with all SA:MP version )

    In 0A8C: write_memory 7600773 size 1 value 144 virtual_protect 1 the memory 7600773 is in decimal ? IF yes what memory code does it correspond ?
  74. G

    CLEO Help is_char_shooting $PLAYER_ACTOR

    Double post sorry. I worked out with the memory to get the "weapon state" which says: 0=idle 1=firing 2=reload. It works for 0 and 2, but not 1, (and I want the 1) VIDEO click here Any solution ?
  75. G

    CLEO Help is_char_shooting $PLAYER_ACTOR

    I know but it doesn't work, so:
  76. G

    [SNIPPET] Ammo in clip

    Re: Ammo in clip Ok, thx for replying. Well at least i was curious and I tried it. It work, I get the number of ammo of a samp streamed player. (of course it's the ammo of the current gun held by the player, not the ammo of all his guns). Thx for the snippets
  77. G

    CLEO Help is_char_shooting $PLAYER_ACTOR

    Hi, i would like to make a script that does something after a player just shot a bullet. I use the function 02E0: is_char_shooting $PLAYER_ACTOR, in a if, like: if 02E0: is_char_shooting $PLAYER_ACTOR then Blablablablabla end I don't know why, but this opcode doesn't work for me. I putted...
  78. G

    [SNIPPET] Ammo in clip

    Re: Ammo in clip Is there any other way to know the ammo of another player (in samp) ?
  79. G

    [SNIPPET] Ammo in clip

    Re: Ammo in clip DOes it work with another actor than player_actor ? (like other player on SAMP ?)
  80. G

    CLEO Release [CLEO] AMMOHACK by @WZ

    News about it ? New versions ?
  81. G

    CLEO Release LagTroll.cs - troll other players

    So if I understand you can control a car without having to Teleport to the driver seat to set velocity ?
  82. G

    CLEO Release [RELEASE] Player Finder for 0.3z, works with SAMPFUNCS 3.2

    Ok thanks, I don't get why but it doesn't work. I got no crash, but it just bypass the %s. The actor 0 is clearly defined because I can display the name of the actor 0 with a simple "print" command. Maybe a compilator difference ? I work with samybuilder. I had the same problem with the...
  83. G

    [SNIPPET] DrawLine between 2 points

    Re: DrawLine between 2 points What are variable 5@ 6@ 7@ 8@ for ?
  84. G

    CLEO Release [RELEASE] Player Finder for 0.3z, works with SAMPFUNCS 3.2

    HI, I am working on  a cleo, and i would like to make a big STRING in the samp chatlog using 0AF8: samp add_message_to_chat I would like to know how did you do to make such information in only 1 big string (1 chatlog line) Did you used arguments ? (because the %d don't work for me)
  85. G

    Untagged Release supremeTroll(16-01-15) + objectFinder 1.3++

    Re: supremeTroll First French RP server, with panel login and all the shit stuff... But it's ok I will try and no matter if I am ban or no, it looks amazing, thx !
  86. G

    Untagged Release supremeTroll(16-01-15) + objectFinder 1.3++

    Re: supremeTroll Are all those functions with "TELEPORT TO VEHICULE" or is their some of them without the "TP to vehicule" ? (because the server I play detect the TP to véhicule ^^)
  87. G

    CLEO Release Bullet Crasher 0.3z

    Patched yes but what an amazing cheat ! Thanks !
  88. G

    CLEO Release [RELEASE] New trollz

    Does all of those cheat works with the "Teleport player to victim's vehicule" then blablabla ?? If yes, is their anotherway to make Car Trolls without that fateful "TP troller to car" which is often detected on RP servers ?
  89. G

    CLEO Help [LOCK] Create crosshair on free camera moving

    Re: Create crosshair on free camera moving Solved, LOCK please.
  90. G

    [SNIPPET] Get aiming positionaim

    Re: Get aiming position Ok thanks, I will try to fix it.
  91. G

    LSPD Chopper Camera mod

    Thanks for you comments Because I made it for RP servers. Look in the code, you will find some Actor.DrivingVehicleType($PLAYER_ACTOR, #POLMAV). Change the #POLMAV by the car id of your choice http://wiki.sa-mp.com/wiki/Vehicle_Model_ID_List Yes, It's just camera moves (like Camhack), so...
  92. G

    LSPD Chopper Spotlight

    The problem is that I don't know how to "detect the SAMP Input text to the chatlog", so everytime you their will be a "H" in your sentence while writing in SAMP chat, it will put it OFF. Do you really want it ? Thanks all for your comment.
  93. G

    LSPD Chopper Camera mod

    Camera mod for passenger un LSPD Chopper Activation:                      5 Pav Num Zoom :                          6 Pav Num Lock Target                    4 Pav Num Night / Thermal vision:    7 Pav Num Thanks to OPCODE.EXE for his snippets "Get Aiming Position"...
  94. G

    LSPD Chopper Spotlight

    Not a cheat, but a pleasant mod for RP server if you are in LSPD. It's a spotlight for the LSPD Heli that follow a target. It's CLIENT SIDE so only you will see it, not other players. Activation: 8 Pav Num Engage target: 8 Pav Num Desactivation: 9 Pav Num It catch the target in a range of 30...
  95. G

    [SNIPPET] Write in chat without SFUNCS (0AF8/0AF9)

    Re: Write in chat without SFUNCS (0AF8/0AF9) I don't understand how to use it. Could you help me ? I tried to put it at the begining of my thread but I crash. I downloaded kernel32. Help.
  96. G

    [SNIPPET] Get aiming positionaim

    Re: Get aiming position Double post sorry. Well, I used your script for a camera. In fact, it's in free camera mod, then, by pressing a button, It call your function to get the actual "camera pointing at", and finally, It forces the camera to stay pointing at this position (the position your...
  97. G

    CLEO Help [LOCK] Create crosshair on free camera moving

    Re: Create crosshair on free camera moving Thanks, it's working. As I see I need to use it in a loop. I will try something, I come back later. Thanks again.
  98. G

    CLEO Help [LOCK] Create crosshair on free camera moving

    Hi all, I am working on a cleo which simulate de " LAPD chopper camera " I would like to create a crosshair (or whatever looks like a crosshair) to see where the camera point at. How to create crosshair in free camera mode ? Example http://youtu.be/UWK_8OfLHAw
Top