Jump to content

[FS]Admin System


wNekiRo

Recommended Posts

SALUT!

ASTAZI VREAU SA VA ARAT UN FILTERSCRIPT DESTUL DE FAIN DUPA MINE

ACESTA NU A FOST CREAT DE MINE,AUTORUL ORIGINAL ESTE: Gammix
EDITORUL ESTE: Iceblizard

|MAI JOS O SA GASITI CE FACE ACEST FS SI CE COMENZI ARE|

[][]->CARACTERISTICI<-[][]

1.Advance AKA system
2.Admin chat for different levels ('!', '@', '#')
3.Totally scripted BAN system (temp ban, permanent ban, ip ban, range ban)
4.Textdraws for spectating (update after every 1 second)
5.SHA/Whirlpool/PAWN-BASED password hashing
6.I-ZCMD fastest command processor
7.Fast and easy database using easydb(SQLITE)
8.Complete ban system: /ban, /unban, /searchban, /banip, /unbanip, /searchipban, /oban
9.With temp ban integrated within the commands: /ban and /banip.
10.Now offline ban system, use /oban
11.Dialogs based, from login and register to BANs.
12.Save stats and load perfectly:
13.ip
14.joindate
15.last visit
16.admin level
17.vip level
18.kills,deaths,scre,money,hour,miniutes,seconds.
19.logged
20.autologin
21.Per user based auto logging
22.Fine colour combination for admin messages and ...Server rules management system
23.Anti swear (Updated)
24.Anti spam
25.Anti flooding
26.Forbidden names
27.Forbidden words With more words to keep server free from racism
28.Forbidden part of names/tags
29.Private message system: /pm, /reply, /nopm
30.Enable/Disable script function via macros
31.Admin Immune system, higher level is immune to lower level in every case, commands
32.Report textdraws
33.Reports log for admins, /reports in dialog
34.Warning system; with max warns kick system
35.Jail, Mute, CMDMute, system with timers
All are necessary commands
36.Dialogs based lists for checking Muted, Jailed and CMDMuted players
37.Dialogs based admins and donors list
38.Admin duty system
39.Spectate system
40. Quiet advance spectate system with camera freeze
Camera freeze; like a player dies, normal spectate system will set your camera to hat ugly default spec screen but my include will freeze the camera where th player died and redirect when he/she spawn! (there is lot more than that)
An super include to completely access GAdmin from other platforms using gadminv2.inc.
Vehicle tune dialog, with all kinds of tuning possible in SAMP; stable tunning, crash free
Report in dialogs (saves as many lines you want)
A very easy admin system configuration (on top of script)
In game object editor
In game pickup editor
All necessary give all commands like: /giveallscore, /giveallmoney...
Fake commands, chat and deaths
Teleports list in dialog
TOPs list: Richlist and Scorelist
LAG Free
BUG Free

[][]->COMENZI<-[][]

Player Commands
/admins, /vips, /report, /pm, /reply, /nopm, /stats, /register, /login, /changename, /changepass, /autologin, /savestats, /time, /id, /richlist, /scorelist
Level 1 Commands
/acmds, /weaps, /onduty, /reports, /repair, /addnos, /warn, /rewarn, /spec, /specoff, /flip, /ip, /goto, /setweather, /settime, /ann, /kick, /asay, /spawn , /helpmsg01 , /helpmsg02 ,/helpmsg03
Level 2
/jetpack, /aweaps, /show, /muted, /jailed, /carhealth, /eject, /carpaint, /carcolor, /givecar, /car, /akill, /jail, /unjail, /mute, /unmute, /setskin, /cc, /heal, /armour, /setinterior, /setworld, /explode, /disarm, /tune, /ban, /oban, /searchban, /searchipban, /searchrangeban, /unban, /atele, /ann2, /aka
Level 3
/get, /write, /force, /healall, /armourall, /fightstyle, /sethealth, /setarmour, /destroycar, /agod, /resetcash, /getall, /freeze, /unfreeze, /giveweapon, /slap, /setcolor, /setcash, /setscore, /givecash, /givescore, /respawncar, /setkills, /setdeaths, /banip, /unbanip, /freezeall, /unfreezeall
Level 4
"/fakedeath, /cmdmuted, /cmdmute, /uncmdmute, /killall, /ejectall, /disarmall, /muteall, /unmuteall, /giveallscore, /giveallcash, /setalltime, /setallweather, /respawncars, /clearwindow, /giveallweapon, /object, /destroyobject, /editobject, /banrange, /unbanrange
Level 5+
/gmx, /removeuser, /fakecmd, /fakeban, /fakechat, /setlevel, /setvip, /forbidname, /forbidtag, /forbidword, /pickup, /destroypickup

[][]->PLUGIN-URILE/INCLUDE-URILE DE CARE ARE NEVOIE ACEST FS<-[][]

Sscanf2 plugin http://forum.sa-mp.com/showthread.php?t=570927
Easydb inlcude http://forum.sa-mp.com/showthread.php?t=581453
I-ZCMD include http://forum.sa-mp.com/showthread.php?t=576114
Timestamptodate include http://forum.sa-mp.com/showthread.php?t=347605
Streamer plugin http://forum.sa-mp.com/showthread.php?t=102865

[][]->FUNCTIONS<-[][]

native GAdmin_VerifyColumn(const column[], DB::e_COLUMN_TYPES:type);
native GAdmin_IsValidPlayer(playerid, username[] = "");
native GAdmin_GetPlayerInt(playerid, const column[], username[] = "");
native Float:GAdmin_GetPlayerFloat(playerid, const column[], username[] = "");
native GAdmin_GetPlayerString(playerid, const column[], str[], len = sizeof(str), username[] = "");
native GAdmin_SetPlayerInt(playerid, const column[], set, username[] = "");
native GAdmin_SetPlayerFloat(playerid, const column[], Float:set, username[] = "");
native GAdmin_SetPlayerString(playerid, const column[], str[], len = sizeof(str), username[] = "");
native GAdmin_IsPlayerAdmin(playerid, username[] = "");
native GAdmin_IsPlayerVip(playerid, username[] = "");
native GAdmin_IsPlayerRegistered(playerid, username[] = "");
native GAdmin_IsPlayerLoggedIn(playerid, username[] = "");
native GAdmin_IsPlayerGuest(playerid, username[] = "");
native GAdmin_IsPlayerMuted(playerid, username[] = "");
native GAdmin_IsPlayerCMDMuted(playerid, username[] = "");
native GAdmin_IsPlayerJailed(playerid, username[] = "");
native GAdmin_IsPlayerGod(playerid, username[] = "");
native GAdmin_IsPlayerOnDuty(playerid, username[] = "");
native GAdmin_IsPlayerDND(playerid, username[] = "");

 

[][]->CALLBACKS<-[][]

 

CALLBACKS:
public GAdmin_OnPlayerRegister(playerid)
public GAdmin_OnPlayerLogin(playerid)
public GAdmin_OnPlayerGuest(playerid)
public GAdmin_OnPlayerLogout(playerid)

[][]->>DOWNLOAD LINKS<<-[][]

Media Fire GAdmin 
GAdmin V2.3.3 
Media Fire AMX FILE
GAdmin V2.3.3 AMX

Solid Files
GAdmin V2.3.3

Link to comment
Share on other sites

  • 1 year later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.