[FilterScript] fbAdmin + VIP V2.0 [UPDATE][MANY FUNCTION + COMMANDS] Uses Y_INI + Whirlpool
#1

[Filterscript]fbAdmin + VIP V2.0 [MANY FUNCTION + COMMANDS] Uses Y_INI + Whirlpool


Introduction

I have updated the script, and added a few more stuff! I have been working on this Admin/VIP script for a long time now! I have spent time looking thru the script, checking for corrections. I have fixed lots of bugs. If you find any bugs, please drop me a PM, or just comment (Make sure you explain the bug). The script has 7 Admin levels, and 3 VIP levels I hope you like it! Also, you can add words/phrases to the anti - swear system.

IMPORTANT
Please read the README file included in the package for further information. If you need any help, and your answer is not in the README file, feel free to comment below!

Admin commands
  • Level 1:
/answer, /announce, /slap, /ahide, /adisarm
  • Level 2:
/pgoto, /cc, /healme, /armourme, /fixme
  • Level 3:
/respawncars, /freeze, /unfreeze, /pget, /pheal, /parmour, /akill, /kick, /pget
  • Level 4:
/setmoney, /spec, /specoff, /jail, /unjail, /mute, /unmute, /ban, /godon, /godoff, /setscore, /givemoney
  • Level 5:
/warn, /setvip, /disablechat, /enablechat
  • Level 6:
/restart
  • Level 7:
/setlevel

VIP commands
  • Level 1:
/nos, /flip
  • Level 2:
/vspec, /vspecoff
  • Level 3:
/jetpack


Player commands
/vips - Shows a list of all online VIPs

/pm - Allows two players to be in contact with eachother using this command

/ask - Allows players to ask questions related to the servers. Admins may answer it using the /answer command.

/report - Allows players to report a rulebreaker to all online admins

/admins - Shows a list of all online admins - Admins may hide from the list using /ahide

/status - Allows a player to view their own status (admin level, cash, score, ping, warnings, deaths, kills. etc...)

/say - It is a command similar to /me, but I changed it to /say. All it does is send a message out to the chat with their name but in a different color.

/kill - Allows a player to kill himself.

/sendcash - Allows two players to send cash to eachother!

Adding Admin/VIP commands
Making commands ONLY for admins:


1. Start by making the command basics like this:

Note - Admin levels are ranged from 1 - 7

pawn Code:
CMD:/*Command*/(playerid, params[])
{
    if(pInfo[playerid][Adminlevel] < /*Minimum admin level to use the command*/ )
        return PlayerIsNotAdmin(playerid);

    // Then add your code here
    return 1;
}
Making commands ONLY for VIPS:


1. Start by making the command basics like this:

Note - VIP levels are ranged from 1 - 3

pawn Code:
CMD:/*Command*/(playerid, params[])
{
    if(pInfo[playerid][VIPlevel] < /*Minimum vip level to use the command*/ )
        return SendClientMessage(playerid, RED, "ERROR:{FFFFFF} Permission denied!");

    // Then add your code here
    return 1;
}

Functions
- Filter system (Stops player from swearing)

- Auto un jail function.

- Auto un freeze function

- Auto un mute function

- Secure Anti-Jetpack function. Bans the player if they spawn a jetpack.

- Admin chat (Use !)

- Double click on players name (with TAB) to view their status

- Player will be auto kicked if he exceeds 3 warnings

Screenshots
Login dialog - Click me

Register dialog - Click me

Wrong password dialog - Click me

Download


Mediafire v1.0 [Full package] - Click me

PasteBin [Script only] - Click me


Changelogs
Code:
v1.0

- added filter system.
- added many commands

v2.0

- added a few more commands
Bugs
There are no bugs YET. If you find one, please leave me a PM or comment below

NOTE - Please do not remove the credits from the script!
Reply
#2

Nice one! +rep
Reply
#3

Quote:
Originally Posted by JohnnyIV
View Post
Nice one! +rep
Thanks
Reply
#4

Good admin system.
Reply
#5

Quote:
Originally Posted by SilverKiller
View Post
Good admin system.
Thanks!
Reply
#6

lol,I thought this is ******** Admin script ...
However looks like a nice admin script,did you thought about using MySQL as alternative to y_ini ?
Reply
#7

Quote:
Originally Posted by xkirill
View Post
lol,I thought this is ******** Admin script ...
However looks like a nice admin script,did you thought about using MySQL as alternative to y_ini ?
Thanks, Ill maybe release my MySQL admin system because I have one I made but not released.
Reply
#8

cool
Reply
#9

Quote:
Originally Posted by [MK]Man_Deep
View Post
cool
Thanks
Reply
#10

nice +rep !
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)