SA-MP Forums Archive
[FilterScript] [FS] gAdmin 1.2.1 | 102 (+25) Commands | MYSQL & IRC Support | Update: 1.3.10 - 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] [FS] gAdmin 1.2.1 | 102 (+25) Commands | MYSQL & IRC Support | Update: 1.3.10 (/showthread.php?tid=40794)

Pages: 1 2 3


[FS] gAdmin 1.3 | 104 (+25) Commands | MYSQL & IRC Support | Update: 1.3.10 - Goldkiller - 22.06.2008



gAdmin - Filterscript 1.3
gAdmin [Multilanguage support]
_________________________________________________
  • Introduction
  • Features
  • Download
  • Help
  • Changelog
  • Thanks to
Introduction:

Another Admin Script you might think now.Dont judge the script before you haven't tested it.
I'm working for a very long time on this now (I guess it's over a year).Sometimes I worked more on it and sometimes a
didn't touch the Script over weeks.A few day's I even thought I lost all my hard work because I formatted the
wrong hard drive.But thank god theres a tool called TestDisk.
Anyway,It's my biggest and best script I've made so far and.
Comments are welcome,have fun with it


_________________________________________________
Features:
There are many features.
Most of them can be also disabled if you dont want to use them.Take a look at the
generalconfig.cfg and levelconfig.cfg in gAdmin Config folder.
Basically the levelconfig.cfg just stores the level you need for a specific admin command,for
example "kick=3".You need AdminLevel 3 to use /kick.
The generalconfig.cfg stores all other configuration options like disabling functions (Whitelist=0) or other settings
like "MAX_VOTEKICK=5".

+ GENERALCONFIG.cfg
_________________________________________________
Download:
I dont need Mirrors!
Latest Version,
>> Download Page

_________________________________________________

Help:
Suggestions:
Suggestion's can be made but I can't and won't promise that all suggestion's will be included in later Versions.
If I think it's a good idea/features/whatever it will be included.
So,if you want to make a Suggestions fell free,but please look at your spelling and explain it neat.

Translations:
Currently I have only english,german and polish available as a languagefile in the downloadpacket.
I would be happy, if someone could translate it into another language.I don't really bother what
language it is, but some language would be awesome.For example spanish,polish,french,russia,italy,dutch etc.
If any of you can translate it into another language (not one I mentioned above) it's great too .
- - - - - - - - - -
You can add new Languages very easily.
You need under OnFilterScriptInit():

AddLanguage("GER","Deutsch","txt");
LoadLanguageFile(l_German);

I used seperate Commands,so you can reload language entrys on the fly.

Note: Not every Message is editable via language includes.Those who can only be changes in the *.pwn are in english.

Bugreport is possible too.
Код:
BUG REPORT

Describe the bug:
When does it appear?
Does it always appear or just randomly?
What happens when you use this bug?
Changelog:

V. 1.3

- Added y_va.inc ( by : ****** , ZeeX, koolk, JoeBullet/******63, g_aSlice/Slice )
- Added gFormat.inc
- Removed YSI_Format
- Added "PROFILE_MANUPULATION" with functions Get/SetProfileEntry ( Gamemode to Filterscript )
- Added to Profile: LastOnline,VIP
- Added extra check for empty Entrys in Black/White etc lists
- Changed SetPlayerPos to TeleportPlayer in /gotopos
- Added extra check / info to /NICK - Command ( txt_nick4 , txt_nick5 )
- Some changes for better performence in loops
- Changed #define DIALOGS to enums
- Removed SPACE for VIP-Chat :*[TEXT] is now valid again
- EJET -> EJECT ( No changes in language files )
- Added /IGNORE to block PM's by specific users + /UNIGNORE ( txt_pmignore1-6 )
- Added /AHQ ( special teleport for admins to a place set in config , txt_ahq1 )
- Added /VHQ ( special teleport for vips + admins to a place set in config , txt_vhq1 )
- Added some more Config Entrys ( PREFIX_ADMINCHAT, PREFIX_VIPCHAT, MAX_COUNTDOWN, MAX_WRONG_PW, MAX_ANNOUNCE_TIME )
- Added EXTRAFLAGS to combine VKICK,VBAN & IGNORE to reduce size of Script ( 1,3mb -> ~800kb = -~500kb )
- Reduced array size of "ThePlayer" in SaveProfiles()
- Improved /GETALL a bit to calculate the position directly instead re-calculating them for every player
- Added safty question + secret answer in case someone forgot password < - > WIP < - > WHACK
- Added /complain which handles /report
- Changed /commands to /gcommands
- Added TextDrawHide for Speedo in case Player dies
- Speed up for gLanguage.inc
- Removed old timer System and replaced with a better technique
- Fixed a bug in JailUpdate
- Removed Trigger() function and replaced as mentioned earlier
- Extended /Weather to use a weatherid parameter if their is one
- Fixed /UNBAN Trusted
- Switched to sscanf v2 Plugin
- Fixed Sending VIP messages to wrong players
- Fixed !BAN IRC

V. 1.2.1

- Hotfix for some Bitflag problems
- Removed useless fix in /slap


Have a look at changelog.txt


Thanks to:
Dracoblue : For Includes DUDB,DINI,Dutils & Usefull Functions
****** : sscanf & Usefull Functions and of course YSI_Format.own
Onkelz : Ideas and FTP
Madhacker/MadniX : Helping me on the first steps with pawn
ZeeX : ZCMD
[DRuG]Slick : SII - Include
Breadfish : Usefull Functions
Luby : Usefull Functions
Unnamed : Usefull Functions
Iain Gilbert : Usefull Functions
Simon : Usefull Functions
Sacky : Usefull Functions
Smuggler : Usefull Functions
Westie : Usefull Functions

DerPole : Polish translation
Gamestart : Magyar translation
Chinese ( traditional & simplified ) : tjying95
Dutch : [LTRP]TvW


Re: [FS] gAdmin 0.8 - ettans - 22.06.2008

Very nice! Thats a HUGE amount of commands.


Re: [FS] gAdmin 0.8 - mysq - 22.06.2008

Nice


Re: [FS] gAdmin 0.8 - MiX - 22.06.2008

Super xDDD


Re: [FS] gAdmin 0.8 - K1ller_Klown - 22.06.2008

C:\Users\Melanie\Desktop\Rileys Folder Dont Delete\gAdmin\filterscripts\gAdmin.pwn(97) : fatal error 100: cannot read from file: "gadmin\language\english"

Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


1 Error.
How do i put this script in anyways im a girl and im not to sure on this stuff can someone tell me how to do it detailed as possible


Re: [FS] gAdmin 0.8 - Marcel - 22.06.2008

I can translate it in Dutch if you want. Tell me if its needed yes or no.


Re: [FS] gAdmin 0.8 - [KaE]Cartman - 22.06.2008

very very nice man.

thx.

i will use it.

good work.



Re: [FS] gAdmin 0.8 - Spider_14 - 23.06.2008

Good Work, man!

But, can you change login and register command to /glogin and /gregister
I use GTO, which use too command /login and /register

Sorry for bad English...


Re: [FS] gAdmin 0.8 - Zh3r0 - 23.06.2008

Quote:
Originally Posted by Spider_15
Good Work, man!

But, can you change login and register command to /glogin and /gregister
I use GTO, which use too command /login and /register

Sorry for bad English...
Lol do it yourself.:-s
And man, awesome admin script,huuge list of commands, great.


Re: [FS] gAdmin 0.8 - Homerman - 23.06.2008

Very nice Admin Script! That much commands... This is revolution of Admin Scripts xD
(My idea - The best admin scripts: LethaL Admin, Xtreme Admin, gAdmin hehe)


Re: [FS] gAdmin 0.8 - mave_man - 23.06.2008

is it completely bugfree and tested? if yes im gonna use it on SFSF


Re: [FS] gAdmin 0.8 - Zh3r0 - 23.06.2008

Quote:
Originally Posted by [M
Mave - Mapper ]
is it completely bugfree and tested? if yes im gonna use it on SFSF
Dude what happened with XSU? No more?


Re: [FS] gAdmin 0.8 - Goldkiller - 23.06.2008

@Marcel,
That would be awesome,as I wrote in the first post I doesn\'t really matter what language,every language is "welcome" .
So yes,I would be happy if you translate it.If you have any questions,PM me.
@K1ller_Klown,
You have to copy the folder from the archiv /pawno/includes/gAdmin into the /pawn/includes folder where the compiler is.
Or just copy the whole archiv to the folder where your samp-server.exe is.
@[M]Mave - Mapper,
I dont know.There can be bugs,but I don\'t know about any bug in the current version.
If you find any bug,report it.
@Others,
Thanks,I\'m happy about every comment.Finally I win some praise for gAdmin .


Re: [FS] gAdmin 0.8 - boemeles - 23.06.2008

Wow! This is sooo good, its just that little extra !

can i give myself 1337 rank?

btw, nice script for someone with 8 posts (sorry for judging on it...)


Re: [FS] gAdmin 0.8 - Goldkiller - 23.06.2008

@[ЯЈ®†]$!7ЈС©!Х™,
Well,there was nothing to say earlier,at least not so much.I was posting on another homepage,working on the SA:MP server of this homepage and posting on the german samp forums of breadfish.Altough I was leading a total convertion,no time or wish to post here too .
About 1337,you could.But the admin functions are just from level 2 till 6.You would just "stand higher" then another admin.You could ban an Admin with level 6,but he cant ban you.Clear,isn\'t it ?



Re: [FS] gAdmin 0.8 - RaZZoR - 23.06.2008

Awesome admin filterscript!I will use it!Great job Goldkiller!
-RaZZoR


Re: [FS] gAdmin 0.8 - boemeles - 23.06.2008

Im going for the 1337 rank xD! why cant they ban me? lvl six admins can ban right? or can they only ban lvl 5 and lower? if so: really nice!


Re: [FS] gAdmin 0.8 - Goldkiller - 24.06.2008

Yes,that\'s what I mean .


Re: [FS] gAdmin 0.8 - toyota - 24.06.2008

Amazing script man, I only have one problem. I\'m using it with lvdmod, and when I kill someone with this FS running, I don\'t get their cash, it just sticks to $500. Any ideas what I can do to fix this? Otherwise, great FS


Re: [FS] gAdmin 0.8 - cedryk_cedryk - 24.06.2008

Quote:

Wow! This is sooo good, its just that little extra Cheesy!

can i give myself 1337 rank?

btw, nice script for someone with 8 posts (sorry for judging on it...)

maybe he\'s new to forum..if he haves 8 posts doesn\'t mean he\'s noob... maybe the god of scripters will come today and he will have 0 posts... just dont JUDGe



and btw... i still cant compile it..even with gadmin/language/english