Recent content by tjofi

  1. T

    Fake Text.

    Anyone?
  2. T

    CLEO Help Sanny "Unknown opcode"

    Thank you a lot! I kept editing it until I reached the appropriate "TIME_RECONNECT" value so I don't get any rejection from the server upon attempt to reconnect, turns out "10000" is the minimum. Much appreciated!
  3. T

    CLEO Help Sanny "Unknown opcode"

    I'm not familiar with scripting, can you add it to this code so I can copy the entire thing and modify my current script with that thing added? {$CLEO .cs} thread "Rejoin" 0662: NOP "Edit by [Monstercat]" const self = $PLAYER_ACTOR VK_LSHIFT = 0xA0 VK_KEY_0 = 0x30 SAMP_BASE = 29@...
  4. T

    CLEO Help Sanny "Unknown opcode"

    Thanks, I managed to edit the file as well as to connect to the server. However, when I use shift+0, it tells me: [05:44:49] Connected. Joining the game... [05:44:49] CONNECTION REJECTED: Unacceptable NickName [05:44:49] Please choose another nick between and 3-20 characters [05:44:49] Please...
  5. T

    CLEO Help Sanny "Unknown opcode"

    Hello there. I found this reconnect.cs somewhere on this website and it works great when I place the original file in my cleo folder. It lets me reconnect as if I quit the game (/q) and came back, but without having to exit the game. The roleplay server I play on spawns me in my house...
  6. T

    CLEO Release Reconnect.cs

    How to timeout from the server instead of quitting? Server would then teleport me to last location, while if I quit it spawns me at my spawnpoint. I tried editing the "DISCONNECT_QUIT" to "DISCONNECT_TIMEOUT" but then when I try to open samp, it freezes on the loading screen and the game...
Top