[FilterScript] [FS] ZAdmin v1.0 | ADMIN SYSTEM + REGISTER + ANTICHEAT + ANTIFLOOD + ANTISWEAR.
#1

ZAdmin v1.0 (COMPLETE ADMIN SYSTEM)

This is a Very good FS created by [ZFM]Zuc. COMPLETE FILE: PWN and AMX.

DOWNLOAD HERE => http://solidfiles.com/d/8e3/



FUNCTIONS and CMDS:
- ANTI-CHEAT,
- ANTI-FLOOD/SPAM;
- ANTI-HIGH PING.
----------------------------
- ADMIN COMMANDS (75 cmds);
- REGISTRATION SYSTEM (with 5 cmds)
- LANGUAGE SYSTEM (ITALIAN and ENGLISH).



You'll find every information in file "ZAdmin Readme.txt" in the FS.

HAVE FUN!!!! By [ZFM]Zuc.
Reply
#2

Well. I just donґt want to test it xD Why? I donґt wanna create a test server, copy all files and run it there >.<
The best thing is when you upload the .pwn, too.
I mean if you release your script you must be sure that some guys modific it or use it without your credits.

But you have a upload it and it takes a lot of time to test it.
Sure, that nubs include this in his server and run it there.

What I wanna say: Upload the .pwn too. Much better for all.
Reply
#3

Quote:
Originally Posted by [ZFM
Zuc ](Sorry, but i decided to Upload only file AMX).
You need to include the .PWN - Its the rules
Reply
#4

UPLOADED PWN AND AMX!!!! ALL SYSTEM.

If you find some errors or Bugs...Post them!

COMMENTS, PLEASE!
Reply
#5

COMMENTS, please!!

Commenti. per favore!!
Reply
#6

mabye more info?
Reply
#7

"Maybe More Info" I wrote some info!!! and i said: All informations are in README!!! download file and then you'll find all info to use This system!
Reply
#8

nopp -,-
i want more info here :P
Reply
#9

These are CMDS info

- 5 commands for REGISTRATION:
/register [password]
/login [password]
/logout [password]
/stats
/changepass [old password] [new password]

- 4 players commands:
/help (to see their possible commands)
/admins (to see how many admins are online)
/report [id] [reason] (to report to admins a cheater)
/countdown (countdown for races or other)

- 21 normal admin commands (for example /veh [car name/car id] to spawn vehicle):
/veh [car name]
/reports
/fix
/flip
/gmx
/givecar [id] [car name]
/reloadzadmin
/unloadzadmin
/admincmd1
/admincmd2
/setweather [weather id]
/settime [hour]
/ccars (to remove ALL vehicles in server)
/cchat (to clear all chat)
/spec [id]
/specoff [id]
/heal
/armour
**************** for config ****************
/command [enable/disable] [command name]
/anticheat [enable/disable] [option to enable or disable]
/set [option] [number] (for example: /set language 2 => language will be set "2" = ENGLISH)
********************************************

- 27 admin commands to use on players (like command /kick or /ban or /freeze ...):
/mute [id]
/unmute [id]
/kick [id] [reason]
/ban [id] [reason]
/jail [id]
/unjail [id]
/freeze [id]
/unfreeze[id]
/resetweap [id] (resets weapons to a player)
/reset [id] (resets weapons, health, armour and money to a player)
/givemoney [id] [ammount]
/setscore [id] [score]
/setskin [id] [skin id]
/slap [id]
/explode [id]
/goto [id]
/get [id]
/vgoto [id] (teles you to a player with your vehicle)
/vget [id] (teles a player to you with his vehicle)
/teleplayer [id] [player] (teles a player "id" to an other player "player")
/tempadmin [id] [level] (makes a player admin only for ONE connection)
/makeadmin [id] [level] (makes a player admin)
/die [id] (kills a player)
/setplayerinterior [id] [interior id] (set an interior "interior" to a player "id")
/weapon [id] [weapon name]
/setplayerweater [id] [weather id] (sets a weather to a player)
/setplayertime [id] [hour] (sets a hour to a player)

- 18 admin commands to use on ALL players (for example: /akick => kicks all players):
/aheal
/aarmour
/amute
/aunmute
/afreeze
/aunfreeze
/ajail
/aunjail
/akick
/aban
/aresetweap
/areset
/asetskin
/aslap
/aexplode
/aget
/adie
/aweapon [weapon name]


Cmds with "a" are cmds which are used to ALL players: for esample /akick => kicks all player (except playerid)
Reply
#10

kk i testen but on my server dident anything works -,-
Reply
#11

vSamp works in 0.2x?
Reply
#12

Quote:
Originally Posted by [MG
Esco ]
kk i testen but on my server dident anything works -,-
Man...Maybe you have some codes which give problems to the System. System is perfect. you have something wrong. Please check your GameMode.
Reply
#13

Quote:
Originally Posted by TheGarfield
vSamp works in 0.2x?
The only problem for 0.2X is that in dcmd_fix there is code "RepaireVehicle" (it's for version 0.3) so you should modify it. All other things should work.

command is on line 1535. Replace it with this:

Код:
dcmd_fix(playerid,params[]){
 #pragma unused params
 if(Account[playerid][pAdminlevel]>=CmdsOptions[Fix]) if(ServerInfo[Fix]==1){
  GetPlayerName(playerid,pname,sizeof(pname));
  if(IsPlayerInAnyVehicle(playerid)){
   SetVehicleHealth(GetPlayerVehicleID(playerid),1000);
   if(Options[Language]==1)GameTextForPlayer(playerid,"~g~Riparato!",3000,4);else
   if(Options[Language]==2)GameTextForPlayer(playerid,"~g~Fixed!",3000,4);
   if(Options[Language]==1)format(string,sizeof(string),"%s ha riparato il veicolo (/fix)",pname),SendClientMessageToAll(COLOR_GREEN,string);else
   if(Options[Language]==2)format(string,sizeof(string),"%s has fixed his vehicle (/fix)",pname),SendClientMessageToAll(COLOR_GREEN,string);}
	 else{
	  if(Options[Language]==1)SendClientMessage(playerid,COLOR_LIGHTRED,"Non sei in nessun veicolo");else
	  if(Options[Language]==2)SendClientMessage(playerid,COLOR_LIGHTRED,"Non sei in nessun veicolo");
	  return 0;}}
 return 1;}
It will give you 6 warnings about "string" but they are not errors. ok?
Reply
#14

I'm working on new version. it will be called "ZAdmin v2.0".

It will have more commands and a better configuration.

Post comments and Errors in this!!! i need to know if there are errors or bugs!!!
Reply
#15

http://solidfiles.com/d/8e3/
Reply
#16

Pawno compilation error :

Код:
../include/ZDini.inc(13) : fatal error 100: cannot read from file: "dutils"
Reply
#17

Oops sry, put at wrong place -.-
Reply
#18

But still same
Код:
C:\Users\Qi Rong\Desktop\MAKE SERVER\pawno\include\ZDini.inc(13) : fatal error 100: cannot read from file: "dutils"
Reply
#19

"dutils.inc": you have to put it in folder "Server 0.3a/pawno/include"
if it's not there...it will not work! but...do you have "dutils.inc"?
Reply
#20

New version called "Zadmin2.0" is uploaded!

Zadmin2.0: https://sampforum.blast.hk/showthread.php?tid=161480
Reply


Forum Jump:


Users browsing this thread: 3 Guest(s)