Search results

  1. S

    CLEO Help Need help

    {$CLEO} {$INCLUDE SF} 0000: NOP wait 2000 alloc 4@ 256 0c11: memset 4@ 0 256 0BE3: raknet setup_incoming_rpc_hook @ClientMessage while true wait 0 end :ClientMessage 0BE5: raknet 0@ = get_hook_param PARAM_BITSTREAM 0BE5: raknet 1@ = get_hook_param PARAM_PACKETID if 1@ ==...
  2. S

    CLEO Help Need help

    Doesnt work then server closes connection in the middle of the game How to force it reconnect when in chat appears "Server closed connection."? I made reconnection part but i need detect those words
  3. S

    CLEO Help Need help

    How to exclude it for the first game launching?
  4. S

    CLEO Help Need help

    Hello, how to detect if server have closed connection? i want to make an auto reconnect for example if server closes connection then 0C8F: samp process_chat_input "/rec" i have tried to detect it with 0ad4 but it creates some sort of loop and server is restarting
  5. S

    CLEO Help Cleo help

    Okay guys thanks i made it {$CLEO .cs} 0000: while not samp.Available()    wait 100 end alloc 2@ 8 format 2@ "Title" //dialog title to detect while true wait 0 if 0B4C: samp is_dialog_active -1 then    alloc 3@ 256                              0BD8: samp get_dialog_caption 3@    if 0C14...
  6. S

    CLEO Help Cleo help

    Sorry man, wrong sequence :D, i mean if some dialog would pop up cleo would close the game
  7. S

    CLEO Help Cleo help

    Hello everybody. I am beginner at cleo and i want to make a cleo that closes the game, quits from server automatically, then a dialog pops up. I have been trying to create something for couple of hours, but nothing good, the game always crashes. Any ideas?
Top