Search results

  1. J

    06BD: no_obstacles_between in c++

    Is it possible to use 06BD: no_obstacles_between in c++? How?
  2. J

    CLEO Help 0C5D without SAMPFUNCS

    Here is any way do this opcode without sampfuncs? 0C5D: samp textdraw 1@ is_exists @monday
  3. J

    Convert cleo in c++

    Could anyone help me convert this code to C++, thanks. samp version: 0.3.7 r1 {$CLEO .cs} 0000: REPEAT WAIT 0 UNTIL 0AFA: SAMP_IS_READY 0B34: "txd" @textdraw WHILE TRUE WAIT 0 END :textdraw 0B35: 0@ for 1@ = 0 to 2304 if 0C5D: samp textdraw 1@ is_exists then alloc 2@ =...
  4. J

    CLEO Help Convert samp patches 0.3.7 r3

    In this post: http://ugbase.eu/index.php?threads/convert-samp-patches.14935/post-88039 @0x688 give a list of offsets equivalent to samp patches, but this only works in 0.3.7 r1 and r2. Does anyone have this list for the 0.3.7 r3 version?
  5. J

    CLEO Help removed

    removed
  6. J

    CLEO Help Loop freezing game

    Hi, someone can explain to me why this loop is freezing game and just cursor can move? Thank you {$CLEO} 0000: REPEAT   WAIT 100 UNTIL 0AFA: SAMP_IS_READY                                         0B34: samp register_client_command "loop" to_label @loop WHILE TRUE   WAIT 0 END :loop...
  7. J

    delete

    delete
  8. J

    CLEO Help Remove blank spaces/lines

    Hi, On multiple servers administrators clear chat when something unusual happens, usually by writing a lot of blank spaces. I wanted to know how I can remove these white spaces and "bypass" the ChatClear. Can anybody help me?
  9. J

    DialogHider

    I want to know how to use DialogHider correctly! If I press 'HOME' the dialog disappears, and when I press 'END' the dialog appears, but if I press 'HOME' and then I click on another dialog, the dialog I saved in 'HOME' disappears and when I press 'END' the dialog I saved did not appear, is...
Top