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

    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)
  3. 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?
  4. 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."
Top