Search results

  1. veysileth

    CLEO Help Stablevehcam

    {$CLEO .cs} //-------------MAIN--------------- 0000: NOP   :NONAME_1 00D6: if and 8256: not player $PLAYER_CHAR defined 8AFA: not is_samp_available  004D: jump_if_false @NONAME_2 0001: wait 1000 ms  0002: jump @NONAME_1 :NONAME_2 0001: wait 100 ms 00D6: if 00DF:   actor $PLAYER_ACTOR...
  2. veysileth

    CLEO Help Lock Z axis

    I'm trying to write a script which will lock Z(up/down) axis when flying a helicopter. But really there's no opcode for this. Every velocity, set_car opcode is using XYZ. And i want only to lock Z while moving on XY like always. Anyone ever met with something like that? Or any clues where...
  3. veysileth

    CLEO Help Loop crash

    :2 0001: wait 100 ms 0AF8: samp add_message_to_chat "2 STARTED" color -12027976 00D6: if 0039: 1@ == 1 004D: jump_if_false @RET4 0AF8: samp add_message_to_chat "SHIT HAPPENED" color -12027976 00A0: store_actor 14@ position_to 20@ 21@ 22@ 02A8: 25@ = create_marker 41 at 20@ 21@ 22@ 0001: wait...
  4. veysileth

    CLEO Help Follow script

    Sup' Im RP player and i have a little problem. So im trying to modify follow "cheat" by Niko. // This file was decompiled using SASCM.ini published by GTAG (http://gtag.gtagaming.com/opcode-database) on 14.6.2013 {$CLEO .cs} //-------------MAIN--------------- 0000: NOP  0006: 4@ = 0 ...
Top