07.07.2010, 14:28
(
Последний раз редактировалось [SF]Bamdude37; 07.07.2010 в 16:16.
)
B Admin Filterscript
By Bamdude37
By Bamdude37
Features
Register and Login System
5 admin levels
Everything you would need to start a basic server
Easy to Configure
Custom join and leave messages (can be disabled easily in the config section)
22 Different commands (including /admins, /report, /spec, /specoff)
Easy setup
Admin chat (#<text>)
A cross-script IsPlayerBAdmin and IsPlayerBLevel
Proper Indentation
No errors or warnings
All includes in folder
Many Mirrors
Commands
/login (Uses dialog id 200)
/register (Uses dialog id 201)
/admins
/report
/kick
/ban
/akill
/mute
/unmute
/freeze
/unfreeze
/sethealth
/setarmour
/explode
/setlevel
/setcash
/spec
/specoff
/slap
/god (God sets unlimited health AND armour)
/godoff (Sets 100 health and 0 armour)
/goto
/get
/announce
Register and Login System
5 admin levels
Everything you would need to start a basic server
Easy to Configure
Custom join and leave messages (can be disabled easily in the config section)
22 Different commands (including /admins, /report, /spec, /specoff)
Easy setup
Admin chat (#<text>)
A cross-script IsPlayerBAdmin and IsPlayerBLevel
Proper Indentation
No errors or warnings
All includes in folder
Many Mirrors
Commands
/login (Uses dialog id 200)
/register (Uses dialog id 201)
/admins
/report
/kick
/ban
/akill
/mute
/unmute
/freeze
/unfreeze
/sethealth
/setarmour
/explode
/setlevel
/setcash
/spec
/specoff
/slap
/god (God sets unlimited health AND armour)
/godoff (Sets 100 health and 0 armour)
/goto
/get
/announce
* How to use IsPlayerBAdmin and IsPlayerBLevel *
Add this at the bottom of your includes in the script that you want to use the functions
Код:
#include <BAdmin>
IsPlayerBAdmin usage: IsPlayerBAdmin(playerid)
IsPlayerBLevel usage: IsPlayerBLevel(playerid, level)
Extra Information:
This script is a simple administrator filterscript. This script allows you to administrate your server, make admins, and carry out all administrator duties. This script contains one credit line, please leave it in. All accounts are saved in the file scriptfiles/BAdmin/Users/(theirname).ini
For the autologin, just click the spawn button and you will not be told to login, it will set all of your ranks automaticly.
If you have any questions please ask in this thread or pm me, thanks.
Links
Mega Upload
Media Fire
Uppit
Credits go to:
DracoBlue [Script uses his Dini]
ZeeX [Script uses Zcmd]
****** [Script uses Sscanf]
Me [coding the thing lol]
Please post any bugsMega Upload
Media Fire
Uppit
Credits go to:
DracoBlue [Script uses his Dini]
ZeeX [Script uses Zcmd]
****** [Script uses Sscanf]
Me [coding the thing lol]
- [SF]Bamdude37