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

doPlayerSendTextMessage(someoneElse)

ramsaii

New Member
Joined
Mar 1, 2008
Messages
5
Reaction score
0
Is it possible to Send a Text message to another player?
I've tried this...

playerPos = {x=...}
onePlayer = getThingfromPos(playerPos)

doPlayerSendTextMessage(onePlayer,22,"Test")



getThingfromPos doesn't return the cid of the player, so how can I call the cid of a different player than the one who activates the script?

Thanks for all the help =)
 
Back
Top