Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - 2b2ttianxiu

#3
get error: AN ERROR HAS OCCURRED [stack overflow, cannot resize stack while in a metamethod]
#4
class CLabel {
    constructor() {

    }
    function _set(idx, val) {
        Console.Print(idx + " " + val)
        return null;
    }
    function _get(idx) {
        Console.Print(idx)
        return null;
    }
}
#5
Scripting and Server Management / Decode JSON
Oct 01, 2024, 03:06 AM
How i decode json?
I make a encode json code, but decode it again may different. How can i do?
#6
I tryed take a resource into other test server, its worked all. But I copyied it to my main server, some picture display empty, but has collisions in it.
I think it's resource memory error or display error.
thx!
#7
u can contact me, and I can help u(
Tencent QQ: 794609509
#8
Quote from: vitovc on Aug 14, 2024, 07:28 AMbut internet tab is for global servers, favorite tab is for locals.
isolated countries like china, russia or north korea can use their own masterlist (hosted in their country)
But I did it, and I only wait Chinese player to change master url
#9
Developer, can u support utf-8 and chinese char?
#10
Use a newer raknet?
(I mean client protocol base network raknet is update?)
(I can help u)
#12
log: Fix gbk and utf-8 string encoding.
log: Version up to v1.0.1
#13
There is a new remote control plugin

Source Code:
https://github.com/tianxiu2b2t/VCMPAPISocket

Descripton:
  Using curl and easywsclient to handle the communication between the server and the client can provide developers with more development space, such as connecting to a Python-controlled server, transmitting player content, and so on.
This is a sample script(attachment): https://github.com/tianxiu2b2t/VCMPAPISocket/releases/v1.0.0

server.cfg:

vcmp_url https://xxxxxx.com:8192
vcmp_id (vcmp_id, you can generate a string for it)
vcmp_secret (vcmp_secret, you can generate a string for it)
vcmp_debug (vcmp_id, you can generate a string for it)

tip: WebSocket must not tls/ssl connection
Because easywsclient not support tls/ssl.

#14
Do u have discord? give me ur discord.
#15
I want to make a websocket to connect my master server

But I build has some error
about LNK2001 curl