Ulysses

Ulysses Stuff => General Chat & Help and Support => Topic started by: LuaTenshi on November 09, 2012, 11:04:02 PM

Title: Garry's Mod 13 and ULX (Custom command plugins not working)
Post by: LuaTenshi on November 09, 2012, 11:04:02 PM
I can not get my custom addons working for ULX, did the addon syntax change or some thing?

Here are my current plugins... https://pnhscripts.googlecode.com/svn/trunk/hellfox/ULX_SVN-HeLLFox_15

The syntax I am using is...

Code: [Select]
local spawn = ulx.command( CATEGORY_NAME, "ulx spawn", ulx.spawn, "!spawn" )
spawn:addParam{ type=ULib.cmds.PlayersArg }
spawn:defaultAccess( ULib.ACCESS_ADMIN )
spawn:help( "respawn a target(s)." )

My custom weapons and scripts don't work as well... Any ideas?
Title: Re: Garry's Mod 13 and ULX (Custom command plugins not working)
Post by: Megiddo on November 10, 2012, 10:48:26 AM
Did you rename info.txt to addon.txt?
Title: Re: Garry's Mod 13 and ULX (Custom command plugins not working)
Post by: LuaTenshi on November 10, 2012, 12:31:49 PM
Did you rename info.txt to addon.txt?

You have to do that? Thank you very much you saved me from death by code.