Okay, so how would I structure the command? I have a command that I have done already which is structured like this -
function ulx.trout(calling_ply, target_plys)
ulx.fancyLogAdmin( calling_ply, "#A slapped #T with a trout", target_plys)
end
local trout = ulx.command("Donor Commands", "ulx trout", ulx.trout, "!trout",true)
trout:addParam{ type=ULib.cmds.PlayersArg }
trout:defaultAccess( ULib.ACCESS_SUPERADMIN )
trout:help( "trout someone." )