For MainModule, you can use:
essentialsEvent:FireClient(Player,'PM',"Title",'Text', false, false)
And for a Plugin, this should work:
remoteEvent:FireClient(Player,'PM',"Title",'Text', false, false)
I hope this answers the question.
For MainModule, you can use:
essentialsEvent:FireClient(Player,'PM',"Title",'Text', false, false)
And for a Plugin, this should work:
remoteEvent:FireClient(Player,'PM',"Title",'Text', false, false)
I hope this answers the question.