[FilterScript] SAdmin v1.1 - Fixed bugs, added commands, antispam.
#1

SAdmin v1.1
Wtf? This has been released already.
I've made a biig update. (I guess) fixed some strange bugs, added tags system, antispam, and spec. xD

If you have SAdmin:
You don't need to extract all the files, only the filterscripts folder.

Installation:
All you need is extract them, and add those lines in your server.cfg. Now you are ready to go.

Usage:


First method:
  • Go ingame
  • Login with RCON
  • Type /lvl6
  • You are done!
Second method:
  • Go ingame
  • Login with RCON
  • Type /setlevel [your current id] 6
  • You are done!
Third method: (the hardest)
  • Go ingame
  • Register
  • Disconnect
  • Go to your scriptfiles/Players
  • Click on your .ini file
  • Modify AdminLevel = 0 to AdminLevel = 6
  • You are done!
(This has been copied from v1.0 topic.)


New features list. (full)
  • AntiSpam
  • Airbreak!
  • Reworked commands.
  • Fixed /setcash.
  • Added /spec & /specoff
  • Now compatible cross scripting! You can use GetPVarInt(playerid,"AdminLevel") in your another script / GM.
  • Added tags system. [buggy a little bit.]
  • /kicks & /bans & /reports & /mutes & /jails - Logging in RAM.
  • Added duty system. (/duty on | off, /setduty)
Commands:

Level 1: spec(off), goto, heal, ashout, ac(# chat), screen, jetpackme, kicks, bans, reports, mutes, jails, duty, info
Level 2: kick, warn, (un)mute, (un)jail, asay, burn, slap, disarm, eject, clearchat, settempname
Level 3: ban, announce, aasay, write, explode, settempname, get, setcash, fu, akill
Level 4: giveweapon, sannounce, restart, (un)freeze, jetpack, givemoney, nuke, spawn, setduty, settags, removetags
Level 5: healall, kickall, (un)muteall, jailall, explodeall, slapall, giveweapall, givemoneyall
Level 6: fakechat, fakecmd, fakechatall, fakecmdall, godon, godoff, airbreak
RCON: setlevel, lvl6, setname
Player: pm, report, shout, message(! chat), givecash, mytags, removemytags, admins, level1-6, cmds, credits

(Still) Planned features is v1.2:
  • Commands in dialog [working on it.]
  • AntiCheat
  • Fixing more commands
Download

CLOSED
Credits

Credits:
Lorenc_ - Login script with dialogs (modified by me)
Dracoblue - Dini, dutils.
Kyeman - Spectating.
Zeex - All commands based on ZCMD.
Thanks for all these people!

EDIT: This topic'll be the updated topic when v1.2 will be released.

Reply
#2

There would be over 1000 threads if everyone do new topic about his code update.
Reply
#3

Just update your topic, making a new one is just lame.
Reply
#4

nice ! Sadmin system great!
Reply
#5

Why do you need to be so skeptic?
Reply
#6

Checked the code, it's very bad indented, poorly scripted and uses DINI Also looks like a LuxAdmin edit to me, just with sscanf and all that.
Reply
#7

good release
Reply
#8

bad indenting = ? if you mean for the "if"s (if(humm) {), I like to put the bracket in that line.
Not LuxAdmin copy, made by ME [you get it? ME] by pressing that lil' white paper on the top.

So thank you for these nice opinions, and wth is your problem with dini?

I hate when people who has 1000 < posts posting a comment.. [they're always so maximalist]

It's kinda a BEGIN admin script, works fine. (I say 90% it's working. [fully])
Reply
#9

You didn't create new thread because 'big' update, you created it because of promo.
Reply
#10

Quote:
Originally Posted by Seven_of_Nine
Посмотреть сообщение
bad indenting = ? if you mean for the "if"s (if(humm) {), I like to put the bracket in that line.
Not LuxAdmin copy, made by ME [you get it? ME] by pressing that lil' white paper on the top.

So thank you for these nice opinions, and wth is your problem with dini?

I hate when people who has 1000 < posts posting a comment.. [they're always so maximalist]

It's kinda a BEGIN admin script, works fine. (I say 90% it's working. [fully])
I'm trying to prove to you that it is not made totally by you, stop saying that!
I can too press the white paper on top and copy paste the code from another script, it's do damn easy and so damn easy to just lie about it too.
For example the spec system, is so not made by you.

I don't mean the 'if's, I mean everything! It's just horrible seeing a stock then a new variable, a stock again and again a new variable and so on!

There is no such thing as 'Tab' button inside your script.

You judged me because I told you about DINI. Hello! Wake up! It's 2011! There are tons of new of these .ini systems! Y_Ini proving to be the best but ignored by the most.


Here is a bunch of copy pasted code.
pawn Код:
#define COLOR_GREY 0xAFAFAFAA
#define COLOR_RED 0xAA3333AA
#define yellow 0xFFFF00AA
#define COLOR_PINK 0xFF66FFAA
#define COLOR_BLUE 0x0000BBAA
#define COLOR_WHITE 0xFFFFFFAA
#define white 0xFFFFFFAA
#define COLOR_LIGHTBLUE 0x33CCFFAA
#define blue 0x33CCFFAA
#define COLOR_DARKRED 0x660000AA
#define COLOR_ORANGE 0xFF9900AA
#define orange 0xFF9900AA
#define COLOR_BRIGHTRED 0xFF0000AA
#define COLOR_INDIGO 0x4B00B0AA
#define COLOR_VIOLET 0x9955DEEE
#define COLOR_LIGHTRED 0xFF99AADD
#define COLOR_SEAGREEN 0x00EEADDF
#define COLOR_GRAYWHITE 0xEEEEFFC4
#define COLOR_LIGHTNEUTRALBLUE 0xabcdef66
#define COLOR_GREENISHGOLD 0xCCFFDD56
#define COLOR_LIGHTBLUEGREEN 0x0FFDD349
#define COLOR_NEUTRALBLUE 0xABCDEF01
#define COLOR_LIGHTCYAN 0xAAFFCC33
#define COLOR_LEMON 0xDDDD2357
#define COLOR_MEDIUMBLUE 0x63AFF00A
#define medblue 0x63AFF00A
#define COLOR_NEUTRAL 0xABCDEF97
#define COLOR_BLACK 0x00000000
#define black 0x00000000
#define COLOR_NEUTRALGREEN 0x81CFAB00
#define COLOR_DARKGREEN 0x12900BBF
#define COLOR_LIGHTGREEN 0x24FF0AB9
#define lime 0x24FF0AB9
#define COLOR_DARKBLUE 0x300FFAAB
#define COLOR_BLUEGREEN 0x46BBAA00
#define COLOR_PINK 0xFF66FFAA
#define COLOR_LIGHTBLUE 0x33CCFFAA
#define COLOR_DARKRED 0x660000AA
#define COLOR_ORANGE 0xFF9900AA
#define COLOR_PURPLE 0x800080AA
#define COLOR_GRAD1 0xB4B5B7FF
#define COLOR_GRAD2 0xBFC0C2FF
#define red 0xFF0000AA
#define COLOR_GREY 0xAFAFAFAA
#define COLOR_GREEN 0x33AA33AA
#define green 0x33AA33AA
#define COLOR_RED 0xAA3333AA
#define COLOR_YELLOW 0xFFFF00AA
#define COLOR_WHITE 0xFFFFFFAA
#define white 0xFFFFFFAA
#define COLOR_BROWN 0x993300AA
#define brown 0x993300AA
#define COLOR_CYAN 0x99FFFFAA
#define COLOR_TAN 0xFFFFCCAA
#define COLOR_PINK 0xFF66FFAA
#define pink 0xFF66FFAA
#define COLOR_KHAKI 0x999900AA
#define COLOR_LIME 0x99FF00AA
#define COLOR_SYSTEM 0xEFEFF7AA
#define COLOR_GRAD2 0xBFC0C2FF
#define COLOR_GRAD4 0xD8D8D8FF
#define COLOR_GRAD6 0xF0F0F0FF
#define COLOR_GRAD2 0xBFC0C2FF
#define COLOR_GRAD3 0xCBCCCEFF
#define COLOR_GRAD5 0xE3E3E3FF
#define COLOR_GRAD1 0xB4B5B7FF
Most of these colors are not even used!!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)