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

Custom name on talkaction based Private Message?

Oneda

Aspiring Spriter
Joined
Dec 3, 2013
Messages
159
Solutions
2
Reaction score
104
Location
Brazil
Hey bois. Wondering how would I set the name of the PM sender through this code. Couldn't really figure out the "speaker" part, I want it to be a custom string not a player name or anything:

Lua:
player:sendPrivateMessage(speaker, text[, type])
 
Solution
You have to find the right code in cpp to figure out the packet structure.

After that, you can build your code with NetworkMessage methods in Lua
You have to find the right code in cpp to figure out the packet structure.

After that, you can build your code with NetworkMessage methods in Lua
 
Solution
Back
Top