Search results

  1. C

    Help Endless loop bug (CLEO)

    Hi, I have a headache and am about to go to the hospital. Please help me !!! Why is it that when I press C+Q to start it is an endless loop? I just want it to start once then stop and wait to press C+Q again to start again/ Help thank you {$CLEO .cs} {$USE SAMPFUNCS} Alloc($PLAYER_ACTOR, 3)...
  2. C

    Help auto press key ALT

    yes, thank you !!!
  3. C

    Help auto press key ALT

    Please help me, what key is pressed in this code, why isn't it ALT? Memory.Write(12004726, 1, 255, False) wait 50 Memory.Write(12004726, 1, 0, False) wait 400 Memory.Write(12004726, 1, 255, False) wait 50 Memory.Write(12004726, 1, 0, False)
  4. C

    Help Cleo target marker (rightclick on the ingame map)

    help {$CLEO .cs} :MARKERTEST03A4 name_thread "TESTLICIOUS" wait 1000 :LOL wait 0 if 0AB0: key_pressed 122 004D: jump_if_false @LOL 00BA: text_styled 'FEM_OK' 1000 ms 12 02A8: 0@ = create_marker 41 at 882.2519 2012.8652 10.8203 0A93: end_custom_thread
  5. C

    Help Cleo target marker (rightclick on the ingame map)

    not working............... {$CLEO .cs}:MARKERTEST03A4: name_thread "TESTLICIOUS" wait 1000:LOL wait 0if0AB0: key_pressed 122004D: jump_if_false @LOL00BA: text_styled 'FEM_OK' 1000 ms 12@ = Marker.CreateIconWithoutSphere(41, 882.2519, 2012.8652, 10.8203)0A93: end_custom_thread
  6. C

    Help Cleo target marker (rightclick on the ingame map)

    How to create a red marker on the map using cleo, can anyone help me?
  7. C

    Help CLEO auto-pilot boat to a specified location

    I want to write a CLEO script that automatically drives a boat to the position AddPlayerClass(155, -1711.5656, 1368.6484, 7.1875, 138.6914, 0, 0, 0, 0, 0, 0); without needing to avoid obstacles. Can someone help me with a simple example? Thank you very much."
  8. C

    LSPD Chopper Spotlight

    thank yoy
Top