[FilterScript] [FS] Cales **Awesome-Administration** v1.5 !!Major Bug fix!!
#1

Hello everyone i am releasing my new Adminastration system

Credits:
Kyeman's spectate filterscript ( i am using 1 command from it )
wikitmp.sa-mp.com

Features:

this admin system has some chat logs and all of that stuff. heres the logs:

chat logs
commands
connects
disconnects
Kicks
reports
spawns
PMs


Also admins have commands like /seePMs which will show the private messages to admins and also commands like /seeCMDs which will obviosly show commands to admins

Jail players and they can't use commands while jailed.

a antiminigun system. so if someone types /antiminigun it checks every 5 seconds if a player has a minigun if somone has got a minigun it will remove his weapons and send a message to all admins saying "%s is using a minigun and has had his weapons ressetted"...


it also has good register/login commands , when you register a file gets created in the scriptfiles/users folder here is an example of what mine would display

Password=test
Level=mylevel
IP=127.0.0.1
TimesMuted=7
TimesJailed=1
TimesKicked=1
DayRegistered 1
MonthRegistered 3
YearRegistered 2008
Deaths = 2
Kills = 12313131313131311423435647787686352452


that is just an example of my file.
when you connect you automatically get all your stats which you had when you where last on
including deaths & kills + otherstuff

Commands:

/mute
/umute
* PinkFloydLover slaps around a bit with a large trout.
/muteall
/unmuteall
/kick
/weather
/setmoney
/explodeall");
/akill
/ban
/healall
/armourall
/goto
/get
/freeze
/giveweapon
/eject");
/(un)lockrcon
/jail
/sethealth
/getcar
/gmx
/unfreeze
/setarmour
/ejectall");
/rain
/foggy
/sandstorm
/bluesky
/stormy
/givemoney
/setskin
/startclock");
/warn
/setwanted
/explode
/akillall
/unloadfs
/loadfs
/removecash
/stopclock");
/giveallweapon
/setkills
/setdeaths
/changemode
/skydiveall
/skydive
/stopallclock");
/jetpack
/antiminigun
/force
/forceall
/carhealth
/ann
/say
/ssay
/startallclock
/settime
/colour
/spec
/specoff
/kickall
/carcolour
/god
/godoff
/godcar
/godcaroff
/gravity
/setallhealth

Making yourself admin
There are 2 ways of making yourself admin.

1. Go on. register disconnect then go into your scriptfiles/Awesomeadmin/users folder and click on your name and change the level from 0 to 10

2. Go on, register, log into rcon, then type /setlevel [id] [level].

Bugs
v1.0
somtimes the /setkills and /setdeaths don't work And the register and login system somtimes crashes >>[FIXED]
v1.5
Not sure, if you find any mention it

Download:

-------------------------------------------------------------
v1.0 << not recommended

MediaFire = http://www.mediafire.com/?x1pvc9bjmzn

SendSpace = http://www.sendspace.com/file/xrenz9
-------------------------------------------------------------
v1.5 << Recommended

SendSpace

RapidShare

MediaFire
-------------------------------------------------------------

ChangeLog:
v1.0
First release

v1.5
Major bug fix with /register and /login command (once you register and disconnect then login it would crash)
also fixed the /setdeaths and /setkills so it now saves it to a file and reads it again when you connect


Mirrors accepted
And also if you guys have any requests just ask, i will probebly add them in











Reply
#2

Very nice! keep working =)
Reply
#3

Quote:
Originally Posted by blank.me
Very nice! keep working =)
thanks
Reply
#4

ok but i don't have #pragma tabsize 0 in this script
Reply
#5

when i compile i get no indentation warnings, and i dont even have a #pragma tabsize 0 in my script, what are you talking about?
Reply
#6

this is the /muteall command copyed from the axact script you downloaded

pawn Код:
if(strcmp(cmd,"/muteall",true) == 0)
{
new tmp[128];
if(gPlayerLogged[playerid] == 0)
{
SendClientMessage(playerid,COLOR_BRIGHTRED,"Please login before you use this command!");
return 1;
}
if(PlayerInfo[playerid][Level] <= 2)
{
SendClientMessage(playerid,COLOR_RED,"You have to be Level 3 to use this command!");
return 1;
}
for(new i=0;i<MAX_PLAYERS;i++)
{
if(IsPlayerConnected(i))
{
tmp = strtok(cmdtext, idx);
new string[128];
new name[MAX_PLAYER_NAME];
GetPlayerName(playerid,name,sizeof(name));
format(string,sizeof(string)," * You have all been muted by Admin %s",name);
SendClientMessageToAll(COLOR_YELLOW,string);
PlayerInfo[i][Muted] = 1;
}
}
return 1;
}
Reply
#7

Sounds good to me, may be your best FS.
Reply
#8

A download LINK Please
Reply
#9

Quote:
Originally Posted by ALEXALEX303
A download LINK Please
No link because it has errors/warnings and until those are fixed it cant be released
Reply
#10

i dont see download link
its removed
please give another mirror
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)