Ok so i get this weird error on the code and i dont know what it is.... here is the bit of the code and the error ...
-- Makes the ULX command
local uniquename = ulx.command( "category", "ulx something", ulx.something, "!something" )
uniquename:addParam( type = type, hint = "hint", completes = auto_complete_table, ULib.cmds.restrictToCompletes )
uniquename:defaultAccess( ULib.ACCESS_ALL )
uniquename:help( "Something about your command." )
this is the error i get ( line 36 starts at uniquename:addParam( type = type, hint = "hint" ect. )
[ERROR] addons/darkrp board/lua/ulx/modules/sh/board.lua:36: ')' expected near '='
1. unknown - addons/darkrp board/lua/ulx/modules/sh/board.lua:0
Thanks!