player position

  1. A

    CLEO Help Move camera back and forth between two points

    Hello, I am creating a script where a camera follows a player actor, and the camera can move back and forth, the direction of the camera movement is between My Player(Point1) and the Target Player(Point2). Here is the script that I have so far. {$CLEO .cs} 0000: const TARGETPLAYER = 31@...
  2. D

    CLEO Help Help with draw text in screen

    When editing this cleo my purpose is to obtain the distance between me and the players with a specific color (like blue). I have put a text (the ID) to the player's position out of stream to know in which direction it is located. But activating the cleo shows the text duplicated (1 text to the...
Top