a script that lets you send commands to your server using a discord bot ! easy to set up comes with the following commands :
@command givecash id amount -- give cash command
@command giveitem id itemname amount -- give item
@command givewep id wephash -- give weapon
@command res id -- revive player
@command hp id -- heal player
@command namechange discordid oldfirstname oldlastname newfirstname newlastname
you are able to listen to msgs from your own scripts using an event handler so you can make your own commands to recieve from any other script use AddEventHandler("syn_admin:recfromdiscord", function(msg)
this script comes with an aditional script allowing you to recomp offline players with the following commands
@command recomp discordid item itemname itemcount -
@command recomp discordid cash amount
@command recomp discordid weapon wephash
open source !