Recent content by TwentyOne420

  1. T

    CLEO Help cleo script help

    how can i make this command read 1,2.etc (ex: /drg 1 , use marijuana // ex2: /drg 2 . use cocaine ...etc) instead of those drugs. I apologize for my English, I hope you understand what I mean :drg SAMP.IsCommandTyped(6@) if 0AD4: 6@ = scan_string 6@ format "%s" v$cpText then say...
  2. T

    CLEO Help crypt cleo

    how to crypt cleo in .sf?
  3. T

    CLEO Help Help with cleo scrip

    https://pastebin.com/dQxhcvXQ Error: timera>=400 and crash the game
  4. T

    Screen Camera Look at Position(Multi-Purpose)

    :camatpos // ~~~~~~~~~~anti auto-vehicle cam movement if and 32@ >= 400 Actor.Driving($PLAYER_ACTOR) then 0A8C: write_memory 0xB70118 size 4 value 50.0 virtual_protect 0 // reset camera stabalizer timer, credit to Parazitas TIMERA = 0 end ERROR: Incorrect expression TIMERA =...
  5. T

    CLEO Help i need help

    CODE: // 0AB1: @camatpos 5 _XYZ 0@ 1@ 2@ _withCamOffsetAngleX 3@ _andCamOffsetAngleZ 4@ :camatpos // ~~~~~~~anti auto-vehicle cam movement if and TIMERA>=400 Actor.Driving($PLAYER_ACTOR) then 0A8C: write_memory 0xB70118 size 4 value 50.0 virtual_protect 0 // reset camera...
  6. T

    Screen Camera Look at Position(Multi-Purpose)

    how do i solve this Incorrect expression TIMERA >= 400. One of the variables has unknown type, or operands are incompatible
Top