• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

OTClient Extended Opcodes

supermortaliz

Member
Joined
Jan 26, 2014
Messages
76
Solutions
6
Reaction score
12
i using otclientv8 tfs 0.4 i try send ping to client but not is working
if i actived feature(gameclientping) show my 3.9k-4.5k ping...
and have so much lag when i actived that feature
without feature all is working perfectly i added function pingback to my sources maybe some help me?

maybe i can use extended opcodes for send ping to my client?
but i have this problem too idk why
1597848528925.png
local ping = ProtocolGame.registerExtendedOpcode(51, pingplayer)
 
Back
Top