• 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!

doPlayerSendExtendedOpcode not working

elnelson

Lunaria World Dev
Joined
Jun 20, 2009
Messages
580
Solutions
2
Reaction score
58
Location
México
Hello, i installed succesfully this

the problem is i can receive packets from client,
but i can not receive packets from server to client. it doesn't show anything on console neither in client terminal,

when i remove this from script, script works fine and executes everything ok:
Code:
local premiumTime = getPlayerPremiumDays(cid)
doPlayerSendExtendedOpcode(cid, 52, "premiumTime")

i tried changing to doSendPlayerExtendedOpcode but still failed, reviewed source code tons of time and its exactly as tutorial.
im using this server sources: GitHub - mattyx14/otxserver: OTX Server from: (https://github.com/mattyx14/otxserver)
 
Back
Top