OnPlayerPrivmsg
From SA-MP
[edit]
OnPlayerPrivmsg
This callback is called when a player when a player sends a private message through the native PM system /pm.
(playerid,recieverid,text[])
| playerid | The player who sent a message. |
| recieverid | The player who receives the message. |
| text[] | The text player wrote to receiver. |
