^^ yeah!!!
In another case, for relogin purposes i need check if char is online, my idea is send a invalid command to server. If receive the Command not found, char is online.
i made a test with:
uses
SysUtils;
var
p1, p2: Pointer;
Match, Win, Loss, Points: Cardinal;
i: integer;
ret: string;
begin
while true do
begin
if Engine.WaitAction([laSysMsg], p1, p2) = laSysMsg then
begin
if Cardinal(p1) = 1987 then
begin
for i:= 0 to 44 do
Question
CubAfull 11
Hello guys,
I'm looking for this files "Server Client Protection Source Codes!" posted by @Arias .
Please @Sighed or @xeL can you please share this files? Thanks!
Share this post
Link to post
Share on other sites
4 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.