Search results

  1. H

    CLEO Help Discord WebHooks

    Hey everyone, last weeks I've been trying to find a way to notify an event that a cleo could detect via Discord WebHooks. It would use "fetch" function, in order to send something like POST "this is the place for webhook URL" MESSAGE. I don't know if this function exists on winnet.dll or...
  2. H

    CLEO Help Can't break the loop

    Hi everybody, I've been trying to do a function which I could call it from my main code. The function is supposed to add a chat message with the nearest player name. The problem I got is that I can't break the loop and the for loop goes on. Here the piece of code: {$CLEO .cs} 0000: NOP...
  3. H

    CLEO Help Strings in capital letters

    Hi, I was trying to print a message in the screen, but the problem is that it gets all in capital letters. Do you know any solution about it? PD: same happens with strings in "chatmsg" opcode.
Top