[FilterScript] [FS] Easy Administration 1.1 UPDATE [Register/Login - Admin Scritpt]
#1



Hello
I want to show you my Adminscript , its very simple and Register/Login is in GUI dialog.

Features:
- 4 Admin Levels [Mod,Admin,Superadmin,Serverowner]
- Registration/Login
- That`s all what it saves : AdminLevel , Money , Score , Kills , Deaths , Kill to Death Ratio .
- 26 Admin Cmds + 6 Userdcmd`s

Commands :


/ahelp /cmd
[UserCMD`s]/stats/resetstats/seestats/report/admins/pm

[ModeratorCMD`s]: /a /dec /freeze /unfreeze /explode /kick /takeweaps /clear /seecash
[AdminCMD`s]: /giveweapon /tele /gethere /setskin /sethealth /setarm /sethour /changeweather
[SuperAdminCMD`s]: /gmx /ban /setscore /setdeaths /setkills /givecash /setcash /veh
[ServerOwnerCMD`s]: /makeadmin

Credits :

>> BlackFoX_UD_(BfX) - For login/register tut in sa- mp.de
>> Golkiller - For dcmd and sscanf Tut in sa- mp.de
>> DracoBlue - For dcmd
>> Alex aka Y_Less - For sscanf
>> ShukaZ - For ideas
>> www.sa- mp.de - For the good and helpfully community
>> Hustler - For the script inch:

Installation :

1. SimpleAdminScript in >> Gta order >> filterscripts
2. dini.ini in Pawno>>include
3.write in Server.cfg name of the filterscript
4.How can i be an Admin? In scriptfiles >>acc >> edit your account and set the adminlvl to 4 with notepad or go ingame and logg yourself as rcon admin and then type /makeadmin
SRY FOR MY ENGLISH
DOWNLOAD :
pastebin code : http://pastebin.com/0T3p7jTH
Update v1.1
  • Bug`s Fixxed
  • there were in the cmd /clear 100 SendClientMessage`s but now there is one(dynamic)
  • Stats are in Textdraw now

Reply
#2

Any comments :P?
Reply
#3

Not bad... I'll test it when i get home :P
Reply
#4

Good script! and good job!
Reply
#5

Yes , good job
Nice
Reply
#6

No bugs ?
Reply
#7

Nice! i go try it in my server

EDIT:
it is http://www.easy-share.com/1909598998/EasyAdministration.rar
not: http://www.easy-share.com/1909598998/Easy Administration.rar
Reply
#8

why see i not a dialog?
p.s give please the maps for in the scriptfiles for save score...
Reply
#9

Quote:
C:\Documents and Settings\Admin\Рабочий стол\Adminka.pwn(1001) : error 017: undefined symbol "SetPlayerMoney"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


1 Error.

Here is the code, sorry for my English
Code:
	new string[128],string2[128],aname[MAX_PLAYER_NAME],name[MAX_PLAYER_NAME];
	SetPlayerMoney(pID,cash);
	GetPlayerName(playerid,aname,sizeof(aname));
	GetPlayerName(pID,name,sizeof(name));
	format(string,sizeof(string),"You have set the money of %s to %d $",name,cash);
  format(string2,sizeof(string2),"Admin %s has set your money to %d $",aname,cash);
  SendClientMessage(playerid,COLOR_GREEN,string);
  SendClientMessage(pID,COLOR_GREEN,string2);
	return 1;
Reply
#10

Quote:
Originally Posted by rockline
why see i not a dialog?
p.s give please the maps for in the scriptfiles for save score...
what do you mean ? You dont see a dialog when you connect ? I thik because you have an other dialog in OnPlayerConnect ?
@ DeaD Man
Wtf i dont know SetPlayerMoney is a standart function delte these lines :P
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)