This commit is contained in:
lenheart
2025-04-21 13:36:35 +08:00
parent eeb773e723
commit 2ef9cfef42
87 changed files with 2134 additions and 765 deletions

View File

@@ -12,3 +12,16 @@ function sqr_main() {
// }
// }
}
Gm_InputFunc_Handle["op"] <- function(SUser, CmdString) {
local Jso = {
op <- "20060007";
uid <- SUser.GetUID();
cid <- SUser.GetCID();
}
print(111);
Socket.SendGateway(Jso);
}