Jump to content

[REL] Support System v1.0.2


Alpha

Recommended Posts

support-logo.png

Introduction:

A support system resource, allows players to submit tickets, I will add more features like Live Support, features list below.

Current Version 1.0.2 Released 2012-03-27 | Next Version 1.1

Instructions:

Use /support to open the GUI.

Support admins must have permission to function.banPlayer.

Features:

  • Tickets, players can submit tickets, admins can review it, and reply.
  • Admins can close tickets, which won't be visible by default.
  • The resource uses SQLite to save.

Screenshots:

th_mta-screen_2012-03-23_13-34-04.pngth_mta-screen_2012-03-23_13-42-20.pngth_mta-screen_2012-03-23_13-42-22.pngth_mta-screen_2012-03-23_13-42-29.pngth_mta-screen_2012-03-23_13-52-36.pngth_mta-screen_2012-03-23_13-52-38.pngth_mta-screen_2012-03-23_13-52-46.pngth_mta-screen_2012-03-23_13-52-47.pngth_mta-screen_2012-03-23_13-53-03.pngth_mta-screen_2012-03-23_13-53-12.png

Download

If you find any bugs, or have any suggestions, please reply here.

Edited by Guest
  • Thanks 1
Link to comment
Nice Resource

but i found 2 bugs

1- clear button not work

2- When i write in subject / message on a ticket and submit it after that i want to write new ticket it shows the old subject / message

Fixed.

Version 1.0.2 released.

Download

awesome fixed :)

now suggestion:-

admin right to delete closed tickets it would be better :)

but all in one awesome version

Soon. :)

Edited by Guest
Link to comment
  • 4 weeks later...
  • 1 month later...

Okay, I read that is uses SQLite, but I didn't know what it is.

Now I have the following problem:

I am using my own register/login system with a database.

When I type /support, the chatbox sais: "You can't use the support system until you login"

What can I do?

Greets

Link to comment

Open main_server.lua, go to line 9.

    if isGuestAccount(account) then outputChatBox("You can't use the support system until you login", player) return end 

Change isGuestAccount(account) to your own check, like getElementData or something.

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...