-
When I use showTextBox with a custom string nothing happens in the game.
```
var VK_F5 = 116;
var player = new Player(0);
while (true) {
wait(250);
if (Pad.IsKeyPressed(VK_F5) && player.isPl…
-
for some reason CLEO4 just murders gta sa when its loading and i bassicly just got gta sa
even tho I tried to do evreything it still crashed plz help
-
Reading and writing memory should happen in isolated and controlled manner and never cause the game to crash. Instead the error should be logged and the script shut down, while letting other scripts c…
-
I'm downloading ImGuiRedux with the CLEO Redux installer (see https://github.com/cleolibrary/CLEO-Redux/issues/37) and unzip the archive using Windows methods. It does not support 7z and I would like …
-
Really hope for requiring external libraries for example WebSocket for pseudo-multiplayer
```js
const WebSocket = require('ws')
-
Hello, may I ask why this awesome project is not open source?
Especially with JavaScript, CLEO has become much more interesting for many people.
Together you could implement many more ideas instead …
-
I've been trying to add a cleo mod to RE3, but the mod won't load. Does anyone know how to? Thanks.
-
#### Could be Event-driven stuff be added to Javascript version of cleo?
Like, instead of having a while loop as the main code, we could have something like:
```js
//script.js
GameEvents.onK…
-
I have the latest version of the trilogy but the latest version of cleo just isn't working for me and when i check the cleo logs it says "This version of CLEO Redux does not support custom opcodes in …
-
Hi. Will you be adding in the future to scan new script plugins etc in the game? Allegedly, you put a new script, press this button called "scan scripts" and the script started working? It's like addi…