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

OTC- OpCodes

tottin

New Member
Joined
May 2, 2019
Messages
7
Reaction score
0
Could anyone tell me why the SendPlayerExtendedOpcode function is not working on my server? (NOTE: I use OTX 2.12 for server 8.60 it already has OpCodes installed), the server can receive OpCode from the client, but the function of SendPlayerExtendedOpcode itself is not working even though it is declared and added in the source, would anyone know why? I will leave images of the error. If you need + information or even the source files, please inform that I make available.Sem título.png
 
In both cases it presents error:
attempt to call global 'doPlayerSendExtendedOpcode' (a nil value)
attempt to call global 'doSendPlayerExtendedOpcode' (a nil value)
 
then your compilation failed and the source modification was not done, the "a nil value" error occurs when a function doesn't exist
 
Back
Top