19.08.2010, 05:24
(
Last edited by PSPgamer_10; 12/02/2011 at 01:15 PM.
)
Foreword
This is an Include, wich allows you to Timeban a Player.
I looked at the other Released TimeBan-Systems, and i can say, that FoxBan is the best released Time-Ban System under all
FoxBan
With this Include, you can Ban a Player for x-Minutes with a Scripting Function (TBan).
It's really useful.
Features
- Extra FilterScript (example-script): /tban und /tunban Commands added as Extra-FS (You MUSTN'T use it, but you CAN).
- After a GameMode-Restart, the timebanned Player has no chance to enter the Server.
- It's a Include. The Functions are listed below.
- All needed Functions are avaible (TUnban, BanFileExists), look below.
- Integrated dutils&dini.inc.
Functions
Installation
Write this to the Top of your Script:
pawn Code:
TBan(playerid, time); //Timebans a Player (TIME IN MINUTES)
TUnban(playername[]); //Untimeban a Player (needs Fullname)
GetPlayerBanTime(playername[],&minute=0,&second=0); //Saves the Time how long the Player is banned (needs Fullname)
BanFileExist(playername[]); //Checks whether the Player is timebanned or not (needs Fullname)
Write this to the Top of your Script:
#include <foXban>
After this, go into your Folder 'scriptfiles' and create a new Folder named: "FoxBan".
Important: If you don't create this Folder, your Server will crash.
Download
Pastebin foXban.inc - pastebin.de
(i recommend to Download the .rar Archive, there are Extra's in the .rar-Package)
Download FoxBan_by_FoxHound.rar - RapidShare
Download FoxBan_by_FoxHound.rar - SendSpace
Download FoxBan_by_FoxHound.rar - SolidFiles
SchluЯwort
Have Fun, and don't forget:
Made by FoxHound aka PSPgamer aka Gцkhan Akin
After this, go into your Folder 'scriptfiles' and create a new Folder named: "FoxBan".
Important: If you don't create this Folder, your Server will crash.
Download
Pastebin foXban.inc - pastebin.de
(i recommend to Download the .rar Archive, there are Extra's in the .rar-Package)
Download FoxBan_by_FoxHound.rar - RapidShare
Download FoxBan_by_FoxHound.rar - SendSpace
Download FoxBan_by_FoxHound.rar - SolidFiles
SchluЯwort
Have Fun, and don't forget:
Made by FoxHound aka PSPgamer aka Gцkhan Akin
+ Thanks to DracoBlue for DCMD, dini and dutils.
+ Thanks to Y_Less for his sscanf-Function.