Author Topic: AWarn 3.4 - Robust warning system  (Read 129877 times)

0 Members and 2 Guests are viewing this topic.

Offline MikZeR

  • Newbie
  • *
  • Posts: 1
  • Karma: 0
Re: AWarn 3.4 - Robust warning system
« Reply #75 on: October 20, 2013, 02:37:36 AM »
Awesome addon, however, I can't get it working. :/

When I put it into my addons folder nothing happens, so I tried opening up the lua file and putting everything in ULX-folder as a module, but that's not working for me either.

Do you have any idea what I can do to make it work?

Thank you in advance! :)

Offline xLiaMz

  • Newbie
  • *
  • Posts: 33
  • Karma: 0
Re: AWarn 3.4 - Robust warning system
« Reply #76 on: October 20, 2013, 07:17:49 AM »
Can I give certain groups the permissions to use this? for e.g. Moderator

also is the plugin updated to 2.5 DarkRP?

Offline JamminR

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 8096
  • Karma: 390
  • Sertafide Ulysses Jenius
    • Team Ulysses [ULib/ULX, other fine releases]
Re: AWarn 3.4 - Robust warning system
« Reply #77 on: October 20, 2013, 08:50:44 AM »
Do you have any idea what I can do to make it work?
Basic troubleshooting of addons.
Make sure you didn't end up with too many folders in addons. /addons/awarn(1)/awarn , where 1 would have no files in it but the additional awarn folder.
As for merging it with ULX folders, that alone can cause troubleshooting issues, as you end up with files scattered everywhere within ULX, and may be missing some.
Are you getting any errors on your server during startup related to the awarn folder?
Did you accidentally place it on your client folders instead of your server?
Too many other minor troubleshooting steps to list.
We know it works for majority, the issue is likely something simple on your end.

Can I give certain groups the permissions to use this? for e.g. Moderator
Use ulx groupallow to give any of the awarn commands you want your moderators to have.
There are several commands related to awarn. See the release first post to determine what you want moderators to have.

also is the plugin updated to 2.5 DarkRP?
No idea. We don't support or program compatibility with DarkRP.
It's compatible with versions of ULX as of this post.
« Last Edit: October 20, 2013, 08:54:31 AM by JamminR »
"Though a program be but three lines long, someday it will have to be maintained." -- The Tao of Programming

Offline MrPresident

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 2728
  • Karma: 430
    • |G4P| Gman4President
Re: AWarn 3.4 - Robust warning system
« Reply #78 on: October 20, 2013, 12:13:19 PM »
There is no reason this shouldn't be compatible with DarkRP. There are many people out there who run this on DarkRP servers.

Let me know if you are having any issues.

Offline lostmymind

  • Newbie
  • *
  • Posts: 1
  • Karma: 0
Re: AWarn 3.4 - Robust warning system
« Reply #79 on: October 22, 2013, 01:18:55 PM »
Hello!

Is there any way to get the command ulx seewarns <player> to make a xgui.window and shows you ingame and not in the console, simply just a window showing the records of the players warnings, then you simply just close it?

Thank you!

Offline MrPresident

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 2728
  • Karma: 430
    • |G4P| Gman4President
Re: AWarn 3.4 - Robust warning system
« Reply #80 on: October 22, 2013, 01:22:01 PM »
Not easily. I was thinking of adding this, but just haven't got around to it yet.

Offline rainbow Dash

  • Newbie
  • *
  • Posts: 35
  • Karma: -2
  • Owner of Friendship is Gaming Servers
    • Friendship is Gaming
Re: AWarn 3.4 - Robust warning system
« Reply #81 on: November 03, 2013, 01:16:21 AM »
I know someone who has manifested a derma menu that displays a persons warnings. The issue is he never shared the code with me, nor told me anything about it.
Uhm, whats a signature?

Offline TheSabreSlicer

  • Newbie
  • *
  • Posts: 28
  • Karma: 0
Re: AWarn 3.4 - Robust warning system
« Reply #82 on: December 10, 2013, 07:44:41 PM »
Hey,

For some reason when I drop this in my addons folder and restart my server, nothing happens.
I get unknown command when I try any commands.

Offline MrPresident

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 2728
  • Karma: 430
    • |G4P| Gman4President
Re: AWarn 3.4 - Robust warning system
« Reply #83 on: December 10, 2013, 11:36:20 PM »
Check your server console on start-up. Are there any errors?

Next, make sure you installed it correctly. Inside of the folder you put inside of your addons folder make sure there is a file called addon.txt

Offline TheSabreSlicer

  • Newbie
  • *
  • Posts: 28
  • Karma: 0
Re: AWarn 3.4 - Robust warning system
« Reply #84 on: December 11, 2013, 06:31:55 AM »
Check your server console on start-up. Are there any errors?

Next, make sure you installed it correctly. Inside of the folder you put inside of your addons folder make sure there is a file called addon.txt

I think I fixed it, Linux does not recognize folders with capital letters, maybe something you should change on the download.

Offline MrPresident

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 2728
  • Karma: 430
    • |G4P| Gman4President
Re: AWarn 3.4 - Robust warning system
« Reply #85 on: December 11, 2013, 07:02:20 AM »
Ahh, yeah. I think I already did this for another of my releases. I've never used linux before, so I'm lost to some of its intricacies sometimes.

Offline JamminR

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 8096
  • Karma: 390
  • Sertafide Ulysses Jenius
    • Team Ulysses [ULib/ULX, other fine releases]
Re: AWarn 3.4 - Robust warning system
« Reply #86 on: December 11, 2013, 11:43:46 AM »
FYI - Linux understands mixed case just fine. It's just that Gmod (or perhaps Source server) on linux, to keep things 'easier' I'd guess, will only look for lowercase.
Code: [Select]
This
this
tHis
THIS
ThIs
In majority of linux file systems, the above would be 5 separate files or directories.
In Windows, as you're experienced with, it's only one.
Just remember that linux file systems are usually like lua function and variable names, case-sensitive, and for gmod, try to always use lower case file/folders.. :)


"Though a program be but three lines long, someday it will have to be maintained." -- The Tao of Programming

An Error Has Occurred!

array_keys(): Argument #1 ($array) must be of type array, null given