Alpha Posted March 23, 2012 Share Posted March 23, 2012 (edited) 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: Download If you find any bugs, or have any suggestions, please reply here. Edited May 26, 2012 by Guest 1 Link to comment
Castillo Posted March 23, 2012 Share Posted March 23, 2012 Nice one, keep up the good work . Link to comment
-RoCk-Alex Posted March 23, 2012 Share Posted March 23, 2012 its like new in game mta server forum awesome Link to comment
Alpha Posted March 23, 2012 Author Share Posted March 23, 2012 Thanks. It's not supposed to be used like a forum, it's supposed to be used for support, player who needs support, submits a ticket, admins review it and reply, when the issue is solved, the ticket should be closed. Link to comment
Alpha Posted March 23, 2012 Author Share Posted March 23, 2012 Should I upload it to the community, I just don't like it, what do you guys think? Link to comment
-RoCk-Alex Posted March 24, 2012 Share Posted March 24, 2012 maybe you should see the people reaction on this resource if its good will you fell more confident for future resource and f its bad you will get a push to make them better Link to comment
-RoCk-Alex Posted March 24, 2012 Share Posted March 24, 2012 i found a bug:- if more than one tickets have same subject and one of them is locked then whole ticket of same subject gets locked Link to comment
Alpha Posted March 25, 2012 Author Share Posted March 25, 2012 (edited) Reproduced, confirmed, and fixed. Thanks for reporting. Version 1.0.1 released, just fixed that bug. Download Edited May 24, 2012 by Guest Link to comment
Peace Posted March 25, 2012 Share Posted March 25, 2012 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 Link to comment
-RoCk-Alex Posted March 25, 2012 Share Posted March 25, 2012 Reproduced, confirmed, and fixed. Thanks for reporting. Version 1.0.1 released, just fixed that bug. Download awesome fixed now suggestion:- admin right to delete closed tickets it would be better but all in one awesome version Link to comment
X-SHADOW Posted March 25, 2012 Share Posted March 25, 2012 Alex you can make it you dont have to wait to he do it Link to comment
Alpha Posted March 27, 2012 Author Share Posted March 27, 2012 (edited) 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 May 26, 2012 by Guest Link to comment
Scripting Moderators Sarrum Posted March 27, 2012 Scripting Moderators Share Posted March 27, 2012 Thank you for good resource. Link to comment
FSXTim Posted May 26, 2012 Share Posted May 26, 2012 Good work, do I need a database for it and if yes, where can I download the database file? Greets Link to comment
Alpha Posted May 26, 2012 Author Share Posted May 26, 2012 No, you don't need a database for it, it uses SQLite, and it already creates the database itself. Link to comment
FSXTim Posted May 26, 2012 Share Posted May 26, 2012 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
Alpha Posted May 26, 2012 Author Share Posted May 26, 2012 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
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now