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

doSendPlayerExtendedOpcode function help

mehimz

New Member
Joined
Nov 25, 2012
Messages
23
Reaction score
1
Hi,
I have the TFS version supporting sending an extended opcode to the OTclient (Checked the code) so why doesn't it work?

doSendPlayerExtendedOpcode(cid, 53, "1001") <- Lua function

and the message when i try to log in into the OTserver is: attempt to call global 'doSendPlayerExtendedOpcode' <a nil value>
 
Well but it is in my source code?? Even checked every file and it is all correct... still doesnt work...

- - - Updated - - -

Or maybe i don't understand how it works correctly? That function should send and opcode to the OTClient right?
 
Back
Top