This is what I had came up with from looking at the conversations Jamminr told me
local CATEGORY_NAME = "SS Commands"
function ulx.vip()
RunConsoleCommand("ulx", "adduser", target_ply:Nick(), premium)
end
local vip = ulx.command (SS Commands, "ulx vip", ulx.vip, "!vip", true )
Will this work?