Ulysses Stuff > Ulysses Release Archives

URestrict [Depreciated-author no longer supports]

<< < (36/146) > >>

JamminR:
Bennie, what version of ULib are you using on your server?
Make sure it's the latest v2.30 released 06/20/09 or latest SVN of it
Make sure you've got the latest SVN of URestrict if you haven't already.

ULib and URestrict both have code in them that help prevent usermessages being sent too early, which it looks like is happening in your case.
If you have an older version of ULib, it can cause that error...as can URestrict I believe if you have an older SVN.

bennie900:
I am using v30 of URestrict, and as for Ulib its updated daily. Hmm will have to check the version.

EDIT: Im using version 2.31 of Ulib.

jay209015:
Do you have any other errors? Check client and Server.

Anyone else having this problem. I Just tested with a fresh install, and it works perfectly.

jay209015:
Here's some useful directories :D

--- Code: ---    lua/ - Base lua folder.
    lua/autorun - All scripts in here are run on game startup.
    lua/autorun/server - All scripts in here are run on game startup for server only.
    lua/autorun/client - All scripts in here are run on game startup for client only.
    lua/includes/modules/ - Place modules in this folder.
    lua/weapons/ - All folders in here will be loaded as SWEPS.
    lua/weapons/<weaponname>/ - SWEP code goes here!
    lua/entities/ - All folders in here will be loaded as SENTS.
    lua/entities/<entname>/ - SENT code goes here!

    addons/<addonname>/lua/ - Base lua folder for addon.
    addons/<addonname>/lua/autorun - All scripts in here are run on game startup.
    addons/<addonname>/lua/autorun/server - All scripts in here are run on game startup for server only.
    addons/<addonname>/lua/autorun/client - All scripts in here are run on game startup for client only.
    addons/<addonname>/lua/weapons/ - All folders in here will be loaded as SWEPS.
    addons/<addonname>/lua/weapons/<weaponname>/ - SWEP code goes here!
    addons/<addonname>/lua/entities/ - All folders in here will be loaded as SENTS.
    addons/<addonname>/lua/entities/<entname>/ - SENT code goes here!

    gamemodes/<gmname>/gamemode/ - Gamemode code goes here!
    gamemodes/<gmname>/entities/weapons/ - Gamemode SWEPS go here!
    gamemodes/<gmname>/entities/entities/ - Gamemode SENTS go here!
--- End code ---

bennie900:
Never mind it works now... just suddenly ??? I must say excelent work well done! Much more sexy add-on  :o

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version