ULX

Author Topic: Got another problem... again...  (Read 1534 times)

0 Members and 1 Guest are viewing this topic.

Offline Freeza

  • Newbie
  • *
  • Posts: 17
  • Karma: -4
Got another problem... again...
« on: November 17, 2016, 09:27:32 AM »
Hello again!

So I wanted to take some custom commands and implement it from my new updated ulx, but it comes a problem, when I've implemented it no errors come but it is uncategorized for some reason...
So I could need some help here thanks :)

Ulx version: 3.71w
Ulib version 2.61w

Gamemode: darkrp

No errors displayed as i did copy n paste :/

One more question: How do I remove my old custom commands from my new ulx? I implemented the custom commands at an outdated ulx...
« Last Edit: November 17, 2016, 09:29:29 AM by Freeza »

Offline iViscosity

  • Respected Community Member
  • Hero Member
  • *****
  • Posts: 803
  • Karma: 58
Re: Got another problem... again...
« Reply #1 on: November 17, 2016, 09:32:55 AM »
To remove old commands delete the add-on then remove your misc_registered file from data/ulib/

Not sure about your other problem though.
I'm iViscosity. I like gaming and programming. Need some help? Shoot me PM.

Offline Freeza

  • Newbie
  • *
  • Posts: 17
  • Karma: -4
Re: Got another problem... again...
« Reply #2 on: November 17, 2016, 09:56:29 AM »
Well, I did not do that way to implement addons.
I created a new lua file, implemented all the codes and before it worked... Maybe it doesn't work because I implemented the custom commands at an outdated ulx,ulib..

P.S: Are you sure nothing will happen with the default commands if I remove the misc file in data/ulib?
« Last Edit: November 17, 2016, 09:58:52 AM by Freeza »

Offline iViscosity

  • Respected Community Member
  • Hero Member
  • *****
  • Posts: 803
  • Karma: 58
Re: Got another problem... again...
« Reply #3 on: November 17, 2016, 10:23:10 AM »
The file will simply rebuild with every command you have. Did you put your commands in your default ulx addons folder?

« Last Edit: November 17, 2016, 12:57:43 PM by iViscosity »
I'm iViscosity. I like gaming and programming. Need some help? Shoot me PM.

Offline Freeza

  • Newbie
  • *
  • Posts: 17
  • Karma: -4
Re: Got another problem... again...
« Reply #4 on: November 17, 2016, 10:38:31 AM »
Yes, I did that..

Offline iViscosity

  • Respected Community Member
  • Hero Member
  • *****
  • Posts: 803
  • Karma: 58
Re: Got another problem... again...
« Reply #5 on: November 17, 2016, 01:00:44 PM »
Did you upgrade ulx recently? When you upgrade ulx it rewrites the ulx addon folder. It should always be "addons/yourcustomaddon/lua/ulx/modules/sh" for your custom commands. You can replace "sh" with "sv" or "cl", but you shouldn't put custom commands in the default ulx folder as it makes updating a pain in the ass.
I'm iViscosity. I like gaming and programming. Need some help? Shoot me PM.