Hi. I'm currently trying to implement a custom command within adonis, which can give players in-game tokens through a command. I'm having trouble figuring out where to put the code though. I have the command set-up, but it keeps erroring, and I don't know where the code for the command is supposed to go in the script. Is it supposed to be under data? Would someone be able to mark it for me? If so, that'd be a HUGE help. Thank you!
#adonis custom command
1 messages · Page 1 of 1 (latest)
do not use the one in the settings file
use the one in plugins
Server-Example Plugin
Oh thanks! But like am I supposed to put it under where it says function(plr,args) or like inside of those brackets? Cause it keeps making the text blue for me.
the function of the command?
or something else
yeah the function of the command
like the code