My new script - 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: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: My new script (
/showthread.php?tid=267842)
My new script -
[HiC]TheKiller - 10.07.2011
Hey guys, I'm making a new admin script which is quite unique to others. It is going to be pretty to install for people that are not very good with MySQL / web stuff. It is going to have a full ACP / UCP with plenty of functions that allow you to manage the server out of the game. Considering that this script is going to be released for the sa-mp community, I thought that I might get idea's from here as well. So far this is what I have completed and what I am going to do.
PAWN
MySQL base (register / login) - 100%
Base of the admin script - 100%
Efficiency - 70%
Ban system - 50%
Admin commands - 35% (11 / 30+)
SQLite backup system - 0%
Communication between the server and the website - 0%
Object/pickup/vehicle adder online - 0%
PHP
Object adder - 30%
Base of the login system - 20%
ACP - 0%
UCP - 0%
MySQL
Table structure - 100%
Player Data tables - 100%
Ban information tables - 100%
Object information tables - 10%
HTML / CSS
Main page design - 10%
UCP design - 10%
ACP design - 0%
Java (Maybe)
On-line Chat - 0%
Re: My new script -
Calgon - 10.07.2011
No point in an "on-line chat" if it doesn't integrate directly in to the script, even so - you're considerably better off writing it in ECMAScript & HTML.
Anyhow, probable features:
- Retrieve password
- Ability to fully control the server from the panel (start, stop & restart - for those who run this 'ACP' on a server they have full access to)
Re: My new script -
[HiC]TheKiller - 10.07.2011
Quote:
Originally Posted by Calg00ne
No point in an "on-line chat" if it doesn't integrate directly in to the script, even so - you're considerably better off writing it in ECMAScript & HTML.
Anyhow, probable features:
- Retrieve password
- Ability to fully control the server from the panel (start, stop & restart - for those who run this 'ACP' on a server they have full access to)
|
Yeah, I may give the chat a miss. I'll make it so you are able to add a email address to your account and reset it (not retrieve password). I might make the ACP have those abilities but then, the more I add things like starting the server, stopping, restarting etc, the harder it is to set up.
Re: My new script - [L3th4l] - 10.07.2011
Sounds pretty nice! Although "Admin commands - 10% (11 / 100+)" Please don't flood a nice admin script with useless commands!
Re: My new script -
Outcast - 10.07.2011
Quote:
Originally Posted by [L3th4l]
Sounds pretty nice! Although "Admin commands - 10% (11 / 100+)" Please don't flood a nice admin script with useless commands!
|
I agree. May be confusing and hard to find out what each command does. You can instead make a dialog for some misc commands that are not that important, so it would look neat and organised.
Re: My new script -
Steven82 - 10.07.2011
Can't wait to see how it turns out.
Re: My new script -
OUL - 10.07.2011
Not bad, practically you doing a small GM
Re: My new script -
[HiC]TheKiller - 10.07.2011
Quote:
Originally Posted by [L3th4l]
Sounds pretty nice! Although "Admin commands - 10% (11 / 100+)" Please don't flood a nice admin script with useless commands!
|
Quote:
Originally Posted by Outcast
I agree. May be confusing and hard to find out what each command does. You can instead make a dialog for some misc commands that are not that important, so it would look neat and organised.
|
I'll keep that in mind. I've only made the basic commands so far so, I won't go too serious on the admin commands.
Quote:
Originally Posted by OUL
Not bad, practically you doing a small GM
|
It's not really a small gamemode, it's only a script to administrate the server / players. It doesn't set spawn points or have functions needed to run a gamemode.
Re: My new script - Guest3598475934857938411 - 10.07.2011
Awesome, when it comes out I'll be one of the first to test it