Ulysses
Ulysses Stuff => General Chat & Help and Support => Topic started 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...
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?
-
Did you rename info.txt to addon.txt?
-
Did you rename info.txt to addon.txt?
You have to do that? Thank you very much you saved me from death by code.