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

Opcodes doubt

viniciusturko

New Member
Joined
Jun 23, 2009
Messages
94
Reaction score
2
Location
Brasil
I'm making a system that must add a simple storage on the player who clicks the button. I've already installed opcodes on sources but I'm not understandind the function : doSendPlayerExtendedOpcode(cid, opcode, buffer)...

In this function, what does "opcode" means? And how do I link my button to the player? Could you give me a simple adding storage example?
Thank you.
 
opcode is probably header of "message" that makes receiver know what to do with "buffer"
 
Back
Top