Hi guys, this is my first topic and I hope to get my answer soon :D
The question I had was, can the cmd be entered into MTA:SA Server through Discord Bot?
for example:
Inside the discord:
!kill <playerid>
Then inside the MTA:SA:
function kill(player)
{
setElementHealth(player, 0)
}
I just wanted to know if this is done or not.
In that case, I'm glad you taught me a solution :D