[FilterScript] fbAdmin + VIP [Y_INI, WHIRLPOOL] NOW WITH ANTI-SWEAR
#1

[Filterscript]fbAdmin + VIP [Y_INI, WHIRLPOOL] Now with anti - swear


Introduction

This is my first EVER filterscript! 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
  • 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 Код:
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 Код:
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
Changelogs
Код:
v1.0

- added filter system.
- added many 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!


NOTE - There are currently no VIP command, only the VIP system. You can make your own VIP commands. The only commands related to VIPS are /setvip for Admins level 6+ and /vips for a list of online VIPS
Reply
#2

Nice work!
Reply
#3

Quote:
Originally Posted by SilverKiller
Посмотреть сообщение
Nice work!
Thanks man
Reply
#4

Nice One Man...
Wish i could rep+
Reply
#5

Quote:
Originally Posted by Tafara...(.)
Посмотреть сообщение
Nice One Man...
Wish i could rep+
Thanks man!

Anymore likes?
Reply
#6

Any more comments/votes?
Reply
#7

The link is dead..
Reply


Forum Jump:


Users browsing this thread: 3 Guest(s)