SA-MP Forums Archive
[FilterScript] J_Admin System [BETA][Over 50 commands][MySQL, ZCMD, ..] - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Filterscripts (https://sampforum.blast.hk/forumdisplay.php?fid=17)
+--- Thread: [FilterScript] J_Admin System [BETA][Over 50 commands][MySQL, ZCMD, ..] (/showthread.php?tid=387840)



J_Admin System [BETA][Over 50 commands][MySQL, ZCMD, ..] - Jarnu - 26.10.2012

Introduction

Another release from me!
This time something really big and awesome. J_Admin system with over 50 commands and all are awesome commands.
My first admin system ever made! never tried or even thought to make an admin system but this time I did it!
Releasing BETA version, will be updated each day or week!


Features
Commands:

Admin commands:



Player Commands:

/pm [playerid] [text]
---> To PM other player
/nopm ---> disable PM mode (You will not recieve PM's anymore)
/changename ---> to change your in-game name!
/changepass ---> to change your password
/report ---> To report a player!
..... more to be discovered!

Installation

Setting up MySQL database:

-Download and Install "WAMP" Server (only home host!) [****** it]
-Open 'phpmyadmin'.
-Create a database named 'sa-mp'
-You're ready with your database!

WARNING: without database admin system will not run!

Setting up FS:

-Copy filterscript from FS package and paste it in your filterscripts folder.
-Open server.cfg
-Type "j_admin" (common sense that you will not use " ") in front of filterscripts line
Code:
filterscripts j_admin
-Open your scriptfiles folder and create new folder called "JADMIN"


Editting MySQL Settings

pawn Code:
//===============MySQL DB Connection information================================
#define MYSQL_HOST "127.0.0.1"
#define MYSQL_USER "root"
#define MYSQL_PASS ""
#define MYSQL_DB "sa-mp"
//==============================================================================
Edit above line in the FS to do it!

Editting Website name for Anti-Ban-evade system.

Find for following line in FS.
pawn Code:
#define WEBSITE "Your website here" // Edit it to change your website
Change "Your website here" to yours one.

Bugs:

I didn't found any bug yet.
If you do then please post it here!


ChangeLog:


Code:
BETA version released ( 26 / 10 / 2012 )
....

Images:





Download:
  1. Package: http://www.mediafire.com/?rvhtkz18brsvibt
  2. Source: http://pastebin.com/e2cRUEGp



Re: J_Admin System [BETA][Over 50 commands][MySQL, ZCMD, ..] - Lordzy - 26.10.2012

Not bad though you could make it a bit more better. This looks like a classic mysql admin system.
The color schemes used in the cmd which sends message of whole command, looks a bit bad though dialog colors looks bit interesting.

As this is a beta version, I suggest you to develop more on the next update.


Re: J_Admin System [BETA][Over 50 commands][MySQL, ZCMD, ..] - Jarnu - 26.10.2012

I'll develop more... till it reaches the final step. Thank you for suggesting.


Re: J_Admin System [BETA][Over 50 commands][MySQL, ZCMD, ..] - XProtocol - 26.10.2012

Nice work but it can be much much better. Try adding more commands though, 50+ are enough.
You can learn from Luxadmin.


Re: J_Admin System [BETA][Over 50 commands][MySQL, ZCMD, ..] - Epixha - 26.10.2012

I'd like to give you a candy for creating this. Simple yet useful, nice.
P.S: It's not Scores, only Score.



Re: J_Admin System [BETA][Over 50 commands][MySQL, ZCMD, ..] - Anak - 26.10.2012

very good


Re: J_Admin System [BETA][Over 50 commands][MySQL, ZCMD, ..] - CreativityLacker - 26.10.2012

I told you, THE COLORS JARNU, THE COLORS

Overall, I love it, It needs to be improved, You gotta add some administration related commands and anti-cheats, but overall, Lovely


Re: J_Admin System [BETA][Over 50 commands][MySQL, ZCMD, ..] - jkr1711 - 27.10.2012

Works very nicely, however I'm struggling to find a way to make my self an administrator. I've set it all up as said but how would I make myself admin level 7 from a fresh install?

EDIT: Nevermind, did it within the MySQL database. /facepalm, I need to get some more coffee


Re: J_Admin System [BETA][Over 50 commands][MySQL, ZCMD, ..] - jkr1711 - 27.10.2012

AntiAFK system is very buggy and wont disable, it kicks me even when disabled. Also counts to 12000 seconds very quickly...


Re: J_Admin System [BETA][Over 50 commands][MySQL, ZCMD, ..] - Team_PRO - 01.11.2012

Nice Work Janru