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 =)
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 =)