Search results

  1. 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...
  2. 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...
  3. 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...
  4. 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...
  5. 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...
  6. 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...
  7. 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...
  8. 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...
  9. 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...
  10. 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...
  11. 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...
  12. 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