Search results

  1. D

    CLEO Help Anyone can make the mod for me ?

    the code is encripted
  2. D

    CLEO Help What is wrong with my cleo

    {$CLEO} 0662: "made by nyhfox" thread "0.1" wait 2500 alloc 19@ 301 alloc 17@ 301 alloc 18@ 301 0B34: samp register_client_command "text" to_label @text 0B34: samp register_cleint_command "setvipchat" to_label @setvipchat 0B34: samp register_cleint_command "setlegendchat" to_label...
  3. D

    CLEO Help What is wrong with my cleo

    you are using wrong waiting script
  4. D

    CLEO Help Reconenct problem

    its possibile to make that local nickname toi be readed from an ini file? i arleady tried that but no succes
  5. D

    CLEO Help Reconenct problem

    i arleady have this, i needed a mod that removes the clan tag, not a mod that sets local name. here is my code and it does the same thing, working good. {$CLEO .cs} //-------------MAIN--------------- 0000: NOP thread "idk" :springfield_18 wait 400 SAMP.Available jf @springfield_18 0B34...
  6. D

    CLEO Help Reconenct problem

    also this mod does not remove clan tag, it only sets a local nickname..
  7. D

    CLEO Help Reconenct problem

    why u need to toggle it? you can use a command as example :rr
  8. D

    CLEO Help Reconenct problem

    ill do it for you later
  9. D

    CLEO Help Reconenct problem

    it wont work without using : 0B29: samp set_local_name "Jim_5" ? i mean to exclude clan tag something like : if command rr was used thern get player nickname if nickname has a clan tag then remove it from name , then reconnect
  10. D

    CLEO Help Reconenct problem

    im usign SAMP.Disconnect(0) , idk if there is another code, ok ill wait, thank you
  11. D

    CLEO Help Reconenct problem

    im using this, with command /relog
  12. D

    CLEO Help Reconenct problem

    dont know how to that, i mean something that exclude clan tag from name, can you do it please?
  13. D

    CLEO Help Reconenct problem

    me to also looking for this
  14. D

    CLEO Help Auto /fish for job

    pescare
  15. D

    CLEO Help License for cleo using player nickname..

    Hello, its possibile to make a script , that when i connect to the server it will read my nickname, and if my nickname its not detected that cleo will be stopped?.. i mean my nickname is Florian, i use it to connect to the server.. so if someone else connect using that cleo but with the name...
  16. D

    CLEO Help Help with a mod

    hmm it works but when i use the command getplayers, it activates, and when i use the command /getplayers it won't dexactivate.. so on off not working can u fix that?
  17. D

    CLEO Help Help with a mod

    Here is my code {$CLEO} 0662: "get" //Ruby.Nephrite.RO thread "all players" wait 2500 0B34: samp register_client_command "getplayers" to_label @toggle WHILE TRUE WAIT 0 if 30@ == 1 //if you type that command it will change variable to 1 then...
  18. D

    CLEO Help Help read chat line and then stop reading and wait for a key press

    I fixed it. By using 2 cleo. Cs files.. This is what I did : Cleo1.cs Detect chat line Read specific text Then wait 500 Samp say msg "/find %d" Wait 50 004E: STOP THIS CLEO END //now the code wont work anymore untill i restart it Cleo2.cs here I put this ...
  19. D

    CLEO Help Help read chat line and then stop reading and wait for a key press

    Alll the stuff it's working fine men. I just want to brake the code when it type /find %d and continue when I press a key. The same with 30=1 and 30=1,its working properly.. All the waiting deelay detect and what u said there its working
  20. D

    CLEO Help Help read chat line and then stop reading and wait for a key press

    and why if i use this : wait 700 say "/find %d" 5@ wait 500 say "/toggle" it says ERROR: This command doesn't exist. Type /help! but that command its registered for turn on and off the mod.. any way to fix this?
  21. D

    CLEO Help Help read chat line and then stop reading and wait for a key press

    I tryed also to add say msg : "/toggle" but it says unknown command lol I tryed this : If chat line detected Then : Samp say msg : "/find %d" 5@ Wait 500 Samp say msg: "/toggle" it will dezactivate the mod untill i press the key If key press 52 Then Samp say msg "/toggle" it will...
  22. D

    CLEO Help Help read chat line and then stop reading and wait for a key press

    Hello ug base, i hope u can help me.. Im trying this hours and hours and no succes. Im trying to make a code that will read the chat line, lets say the word "heeey" was detected in chat line, when that word was detected the code should do this: say that word heeey in chat, and then stop read...
  23. D

    CLEO Help save the message inside an allocated string buffer, then use it later in a series of Say opcode message.

    fixed i sent you in private.. if u want go and edit the code here :P
  24. D

    CLEO Help Auto answer to friend request

    Fixed it thank you so much for your help dude, you help me a loot, topic can be closed.
  25. D

    CLEO Help Auto answer to friend request

    And nop it's not the same. I'm using that /number command so I can test the script if it works or not.. It's different it needs to detect this : If 0AD4: $NOT_USED = scan_string 1@ format "%s Player %s (%d) has been seen driving the vehicle %s" $NOT_USED 4@v 5@ $NOT_USED Then 0AF8: samp...
  26. D

    CLEO Help Auto answer to friend request

    Yees I tryed to do that by fallowing that script but no succes you are using different ways of coding and idk how to use that...
  27. D

    CLEO Help Auto answer to friend request

    Please guys i rly need this function
  28. D

    CLEO Help Auto answer to friend request

    how can i use this : "Player %s (%d) has been seen driving the vehicle" as replace for %s (%d) 's phone number %s i used this but not working : 0AD4: $NOT_USED = scan_string 1@ format "%s Player %s (%d) has been seen driving the vehicle %s" $NOT_USED 4@v 5@ $NOT_USED Chatlog > (Radar)...
  29. D

    CLEO Help Auto answer to friend request

    I found an issue with ChatID from sampfuncts, when i delete the chat id the mod works fine but when i put the chatid.sf inside sanybuilder folder this happends: it will find some players like this : nickname[id] and some players like this : nickname (id) and it will work only on players that...
  30. D

    CLEO Help Auto answer to friend request

    Syntax: /id <name or id> not working, but ty fot trying
  31. D

    CLEO Help Auto answer to friend request

    {$CLEO .cs} 0000: REPEAT WAIT 0 UNTIL 0AFA: SAMP_IS_READY WHILE TRUE WAIT 0 0AC8: 0@ = allocate_memory_size 260 0AC8: 1@ = allocate_memory_size 260 0B75: samp get_chat_string 99 text_to 0@ prefix_to 1@ color_to 2@ prefix_color_to 3@ IF 0AD4: $NOT_USED = scan_string 0@ format "(%d) sent...
  32. D

    CLEO Help samp ahk read chatlog

    PHP: {$CLEO .cs} 0000: NOP REPEAT WAIT 1000 UNTIL 0afa: alloc 0@ 128 alloc 1@ 128 WHILE TRUE WAIT 0 if 0B61: samp is_local_player_spawned then 0B75: samp get_chat_string 99 text_to 0@ prefix_to $NOT_USED color_to $NOT_USED prefix_color_to $NOT_USED if...
  33. D

    CLEO Help samp ahk read chatlog

    I'm trying to get the player ID from chat and then say "/sl %d" The chatline text it's like that : Player Derrek [7} has commited a crime: speeding. detect player id and say /mdc %d > /mdc for automatically geting the playe mdc when im using the radar.. And I tryed this code to do that I...
  34. D

    CLEO Help samp ahk read chatlog

    I tested it and not workig.. i tested it and not working bruh
  35. D

    CLEO Help save the message inside an allocated string buffer, then use it later in a series of Say opcode message.

    hello. i tested it and got that : idk how to asemble that since you are doing different codes. im not using that style so im 0 in that . Can i fix this in any way? i typed /sell derrek is here and see what i got in clan chat..
  36. D

    CLEO Help save the message inside an allocated string buffer, then use it later in a series of Say opcode message.

    @Parazitas lol i found it after 2 days ))) xd thank you i used this : IF 0AB1: @ReadCommand 2 Command 31@ WrongCommandMessage 30@ _Returned: CommandParams 29@ THEN wait 500 say 29@ how can i type where say 29@ is, how can i type /ad /pc /c and /wt? say "/c %s" 29@ found...
  37. D

    CLEO Help save the message inside an allocated string buffer, then use it later in a series of Say opcode message.

    Replace samp add message to chat with samp say msg i cant find that line in your code lol
  38. D

    CLEO Help save the message inside an allocated string buffer, then use it later in a series of Say opcode message.

    Thank you, it needs some fixes please if you want. i typed /msg hello whats up and its like this : Nothing more. Now, as a fix: the mod should send that message to the chat's : /wt /pc /c now the mod uses that script i think : 0AF8: samp add_message_to_chat but it wont send that...
  39. D

    CLEO Help save the message inside an allocated string buffer, then use it later in a series of Say opcode message.

    hello im trying to make a mod that will read the message after an used command or how can we call it. let s say You use the command /sendmsj "message". it will be like /sendmsj "sell car who wants to buy?" Now the text "sell car who wants to buy" can be a random text so any text i put after...
  40. D

    CLEO Help Read multiple chat lines?

    i did, now i can compile it, but not work.. crash. tryed diferent jump and other things, but stii crash at game start or when the text was detected..
  41. D

    CLEO Help Read multiple chat lines?

    Nope bro this is another the hitman cmd works, i tested it on samp default. and works. Than you so much for that help dude. This is a diferrent thread, that will help also another people, because i cant find anywhere here a script to do what i explained and also i need that because im not...
  42. D

    CLEO Help Read multiple chat lines?

    Its there any way to detect 2 chat lines from chat log? and if both of lines was detected, then perform an action like: 0C29: $NOT_USED = stristr string1 1@ string2 "Text lines succesfully detected" Example: if 0C29: $NOT_USED = stristr string1 1@ string2 "Your car has been stolen by"" was...
  43. D

    CLEO Help Help to make a hitman cmd..

    this was fully made by me, i know how to do that. And why u comment here? no one asked for your help dude, go and do your job
  44. D

    CLEO Help Help to make a hitman cmd..

    {$CLEO} 0662: "Hitman Faction" thread "Created by Derrek" wait 2500 0AB1: call_scm_func @chatmsg 0 0B34: samp register_client_command "hitman" to_label @gnrw REPEAT WAIT 0 UNTIL 0AFA: SAMP_IS_READY WHILE TRUE WAIT 0 IF 0B61: samp is_local_player_spawned THEN...
  45. D

    CLEO Help Help to make a hitman cmd..

    Update & bugs : all works fine except one. The first part of the mod it's working. Like /gethit /mycontract screenshot /order /turn off etc. Now when i finish the contract nothing hapends. It should make a ss and type the commands /turn on and /undercover. Nothing of these hapends. @ajom...
  46. D

    CLEO Help Help to make a hitman cmd..

    And if it is posibile, make the command /tn to execute the next commands : /turn off /togwt /togn /tognews /togc, at this moment the command /tn execute only one command that is /turn off
  47. D

    CLEO Help Help to make a hitman cmd..

    @ajom i removed the line for fail distance to test the mod, there is a bug. : when the mod uses my target, it shows You don't have a contract. And the mod keep;s spaming that command. So if you can do when that text is detected : You don't have a contract" if that text is detected the mod will...
  48. D

    CLEO Help Help to make a hitman cmd..

    I removed the line with the code 0B20 and it let me compile..
  49. D

    CLEO Help Help to make a hitman cmd..

    im getting this error @Parazitas @ajom i installed the latest sannybuilder and the sb data from here : https://github.com/sannybuilder/data How can we fix that? i tryed to install multiple sb data, sf plugin etc still the same error.. i tryed to delete that line like that : the line was ...
  50. D

    CLEO Help Help to make a hitman cmd..

    Good I will test it today and tell u if it works fine
  51. D

    CLEO Help Help to make a hitman cmd..

    Like when we use the command /mycontract that text apears : You have a contract on player for $$$$$$$
  52. D

    CLEO Help Help to make a hitman cmd..

    When im less than 105 metters yes switch to default weapon, there is no need to switch back to sniper, il do it my self, only if u are less than 105 metters switch to default weapon. You have a contract on player, its from command /mycontract, the second way to get the id, i cant ss right now...
  53. D

    CLEO Help Help to make a hitman cmd..

    Hello. You can can get the user ID by fallow inf this steps. After I use /gethit command, the mod should type /my contract as the next command. After I use /gethit the mod will type /my contract, /turn off /undercover / order (3xtimes the command order.) How to get the username / ID from this...
  54. D

    CLEO Help Help to make a hitman cmd..

    Thanks bro now I'm waiting for ajom to do the next things I need thank so much
  55. D

    CLEO Help Help to make a hitman cmd..

    Yea that's what I'm talking about idk to make all of these xd
  56. D

    CLEO Help Help to make a hitman cmd..

    and btw im still using that mod from ajom with sms /call etc, all credits are there and i didnt post it anywhere, so why u need to be mad because i need help? When i made that phone script it tooks me 12 hours of searching forums and hour of crashes and issues,. and still not working after that...
  57. D

    CLEO Help Help to make a hitman cmd..

    {$CLEO} 0662: "cleo" thread "gethit" wait 2500 0B34: samp register_client_command "gethit" to_label @cmd_12 :cmd_39 wait 0 jump @cmd_39 //////////////////////////// :cmd_12 SAMP.IsCommandTyped(20@) 0AF9: say "/gethit" wait 5000 0AF9: say "/order" wait 5000...
  58. D

    CLEO Help Help to make a hitman cmd..

    idk how to make waiting script and detect my player id or to read from string chat. i only know how to detect the other player id / name, only that. Idk how to make the weapon out from my hand or how to create a code that can screen shoot the screen. i only know how to detect player id and to...
  59. D

    CLEO Help Help to make a hitman cmd..

    There should be at least a delay of 0,500ms after every command to avoid spam warning from the server
  60. D

    CLEO Help Help to make a hitman cmd..

    Hey i need a hitman cmd man can you help me please .... The mod should be like this: when i type the command /gethit the mod should type by it self the next commands: wait 1 sec after /gethit was used then the mod type : /my contract ( when that command was typed the mod should make a screen...
  61. D

    CLEO Help help with the command

    UPDATE: it works. thanks for help.. See you !
  62. D

    CLEO Help help with the command

    i will try, nvm if it work thanks, if it not work again thanks !
  63. D

    CLEO Help help with the command

    {$CLEO} 0662: "CopCmd " thread "CopCmd " wait 2500 const COLOR = 0xFFE3336D end 31@ = 0 13@ = 1 23@ = 0 alloc 24@ 1024 //COMENZI PENTRU WANTED// 0B34: samp register_client_command "fv" to_label @wanted_1 0B34: samp register_client_command "ca" to_label @wanted_2 0B34: samp...
  64. D

    CLEO Help help with the command

    yes i know, but i chaned that -1 in to $NOT_USED and the mod works.. the mod crashed again after script update, but when i changed this line it works Anyway thank you very much @ajom respect bro
  65. D

    CLEO Help help with the command

    ok works i changed the line if 0AD4: -1 = scan_string 0@ format "%d" 1@ and replaced with if 0AD4: $NOT_USED = scan_string 0@ format "%d" 1@ and works.. @ajom update again the script bro maybe someone else need that
  66. D

    CLEO Help help with the command

    Hello there.. script is not working yet when i use the command game crash instantly.. can you edit something to fix that?
  67. D

    CLEO Help help with the command

    Hello.. is there anyway to make the comand /find doing this : if command /find id is used server say : /find id wait 1000 server say: /mdc id If someone can do this command work.. im trying weeks and i can t get that deelay to work.. The server has an antispam sistem that is 1seconds so the...
  68. D

    CLEO Help Help with this code

    What is the latest version of sampfunts? should i update the cleo to lastest?
  69. D

    CLEO Help Help with /sms id command add deelay

    Bug : The command /sms id not working The command /call id not working The command /sms number also not working The command /call number also not working When i use the commands now, the game crash instantly..... No one of the commands works anymore.. they crash instantly @ajom Only the...
  70. D

    CLEO Help Help with /sms id command add deelay

    @ajom can you make it to work only with the 0-999 id? because the script takes all the numbers as player id and the comand /sms number is not working anymore.. so make the mod like that : any command /sms 2222 (up to 4 numbers ) will pause the mod and will work with the servers default command...
  71. D

    CLEO Help Help with /sms id command add deelay

    it works !!! thank you very much man respect bro !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! love you about that script// i made the /replay commands and the /sms %n %s %d params and someone helped me with this line : 0AA5: call 0x8220AD...
  72. D

    CLEO Help Help with /sms id command add deelay

    is not so simple for me i dont know much about digits colors etc
  73. D

    CLEO Help Help with /sms id command add deelay

    This is the script i made see attachaments, and only /reply command works. Before server got the update when i used the comand /number id the server answer was : Number: 3234 Now when i type the command /number id the server says : phone number is 3234. So the mod is programmed to read the...
  74. D

    CLEO Help Help with /sms id command add deelay

    Exactly... i want to make the mod works, the mod is for using /sms id
  75. D

    CLEO Help Help with /sms id command add deelay

    i think is not here the problem. Now i found it. see that : if 0C18: $NOT_STRING = strstr string1 27@ string2 "Number:" then if 6@ == 1 then alloc 5@ 256 0C11: memset destination 5@ value 0 size 256 0AA5: call 0x8220AD num_params...
  76. D

    CLEO Help Help with /sms id command add deelay

    {$CLEO} {$INCLUDE SF} 0000: repeat wait 0 until SAMP.Available() alloc 8@ 256 0C11: memset destination 8@ value 0 size 256 alloc 17@ 256 0C11: memset destination 17@ value 0 size 256 14@ = 0 0C11: memset destination 8@ value 0 size 256 0BE1: raknet setup_outcoming_rpc_hook @out_phone...
  77. D

    CLEO Help Help with the waiting time please !!

    while true wait 5000 if 30@ == 0 //if you type that command it will change variable to 1 then if 30@ == 1 then continue else say "424342" end wait 5000 if 30@ == 1 then continue else say "test...
  78. D

    CLEO Help Help with the waiting time please !!

    see that.. what i did wrong?
  79. D

    CLEO Help Help with the waiting time please !!

    script : // This file was decompiled using SASCM.ini published by GTAG (http://gtag.gtagaming.com/opcode-database) on 14.6.2013 {$CLEO .cs} //-------------MAIN--------------- 0B34: samp register_client_command "toggle" to_label @toggle while true wait 5000 if 30@ == 0 //if you type...
  80. D

    CLEO Help Help with the waiting time please !!

    ok i understand now but how can i set the time betwen a text and an another text? for example when i log on on the server say: Hello // after 5 minutes say again : heyy I cant set the waiting time. it spams the chat
  81. D

    CLEO Help Help with the waiting time please !!

    {$CLEO} 0662: "CMD" thread "*Derrek*" wait 2500 0B34: samp register_client_command "test" to_label @cmd_123 0AB1: call_scm_func @chatmsg 0 :cmd_39 wait 0 jump @cmd_39 //========================================================== :cmd_123 say "ggsg" wait 10000 say "fffggsg" wait 10000 say...
  82. D

    CLEO Help activate / dezactivate mod

    Hello im trying to make a cleo cmd so that can type in chat every 1 h /wt looking for new members for my clan.. i did it and works perfectly but i cant add the script that enable / disable it. for example : /activate = activate the mod /activate = dezactivate the mod. i tryed this script but...
  83. D

    CLEO Help Samp clan chat text read and reply

    does not work :( do nothing..
  84. D

    CLEO Help Samp clan chat text read and reply

    Hi , is it possible to have a cleo same like those cleos that read chatstrings such as ( "Derrek joined the clan" ) and then send an autoreply as : /c Welcome ! If you could help me i would really be thankful to you <3 i tried this script and when i press /activate it goes and type by it...
Top