Is there a way to send an admin message via script. I want send it with saying something. I got this so far.
PHP Code:
function onPlayerChats()
{
if (player.chat.starts("/mass "))
{
I dont know what to do next. Can somebody help out?
Many thanks in advance.
