[FilterScript] oAdmin v1.0
#1

oAdmin System V1.0


This Is The First Version Of "oAdmin system"
Information/Features
  • Working at the latest SAMP version.
  • Register/Login Sytem
  • Password hashed (Whirlpool)
  • +7 Players Commands.
  • +55 Admins Commands.
  • +40 IRC Commands.
  • 3 IRC Bots
  • 2 IRC Channels(Normal Channel, Admins Channel)
  • logs for every thing happening in the server
  • Event System with great derby event system with alot of cmds for event allow u to control the event very good

Updates
  • Fixed a lot of bugs
  • added a lot of cmds
  • added logs for every thing happening in the server
  • New event system with great derby event cmd set players in random places for a range with random angle and freeze them.


Level 0(All Players):
Kill,AFK/Back,Admins,
PM,pmon,pmoff,IRC



Admin Level 1:
hide
3dl,spawn,goto,get
givecar,ocar
onrg,jetpack
flip,nos,asay
spec,specoff



Admin Level 2:
akill
sethp
setarmour
slap
pgoto
disarm
announce
mute
unmute
freeze
unfreeze
aflip



Admin Level 3:
ohydra
giveweapon
setpos
destroyvehicle
destoryvehicleid
setskin
givemoney
givescore
ban
pmute
jail
unjail




Admin Level 4:
explode
setmoney
setscore
rheal
rarmour
givepack
rgun




Admin Level 5:
object




Admin Level 6:
setlevel
fakechat
fakecmd




IRC Commands:
1-slap
2-weapscheck
3-clearchat
4-setlevel
5-playerlist
6-Pm
7-msg
8-admin
9-ad
10-an
11-force
12-fuck
13-akill
14-skill
15-armour
16-heal
17-armourall
18-healall
19-explode
20-sexplode
21-unbanip
22-unban
23-ban
24-kick
25-getid
26-Getinfo
27-freeze
28-unfreeze
29-disarm
30-spawn
31-respawncars
32-giveinfernus
33-jail
34-unjail
35-mute
36-unmute
37-slap
38-weapscheck
39-clearchat
40-setlevel


Note:
This Is My First Script So Please If This System Have Any Bug Please Tell Me.
I Wish You Will Like it.



Installation
  • Open oAdmin v1.0.rar
  • You can test it into the The Testing GM into it
  • OR add it to Your server by Adding The plugins into your Plugins Folder and oAdmin.amx to your Filterscripts Folder
  • Add oAdmin to your Filterscripts Line Into Server.cfg
  • Add sscanf.so Whirlpool.so irc.so to Your Plugins line Into Server.cfg (If your server is Windows)
    Add sscanf Whirlpool irc to Your Plugins line Into Server.cfg (If your server is Linux)
IRC Setup

You Have to go to this
Код:
///////////////////////////////IRC Defines/////////////////////////////////
///////Bots
//Bot 1
#define BOT_1_USERNAME  "O-Bot1"
#define BOT_1_NICKNAME  "O-Bot1"
#define BOT_1_ALTERNATE "oAdmin1"
#define BOT_1_REALNAME  "oAdmin1"
//Bot 2
#define BOT_2_USERNAME  "O-Bot2"
#define BOT_2_NICKNAME  "O-Bot2"
#define BOT_2_ALTERNATE "oAdmin2"
#define BOT_2_REALNAME  "oAdmin2"
//Bot 3
#define BOT_3_USERNAME  "O-Bot3"
#define BOT_3_NICKNAME  "O-Bot3"
#define BOT_3_ALTERNATE "oAdmin3"
#define BOT_3_REALNAME  "oAdmin3"
////////////////Server&Channel////////
#define IRC_SERVER 		 "irc.tl"
#define IRC_PORT 		 (6667)
#define IRC_CHANNEL 	 "#YourChannel"
#define IRC_AdminChannel "#AdminsChannel"

#define MAX_BOTS (3)

#define MAX_WARNINGS 3
#define PLUGIN_VERSION "1.4.8"
new botIDs[MAX_BOTS], groupID,GAdmins;
Now change
Код:
#define IRC_SERVER 		 "irc.tl"
To
Код:
#define IRC_SERVER 		 "IRC Server You Want."
And
Код:
#define IRC_CHANNEL 	 "#YourChannel"
#define IRC_AdminChannel "#AdminsChannel"
Replace
Код:
#YourChannel
And
Код:
#AdminsChannel
With your channels names which you want
Also You Are An Able To Change Bots Nick Names As You Want
Just replace
Код:
"O-Bot1"
,
Код:
"O-Bot2"
,
Код:
"O-Bot3"
With Your Bots Name which You Want.

How To Make Your Self Owner??!
  • Join Your Server After Load oAdmin.
  • Login As RCON (use /rcon login <rcon_passwod>)
  • now use /setlevel <Your ID> 6 (6 Is owner Level)

How To Check Admin Level
Код:
CMD:mycommand(playerid, params[])
{
    if(pInfo[playerid][AdminLeve] >= 1) //change 1 to admin level u want
        {
          //Place your script code here.
        }else return SendClientMessage(playerid, red, "Error: You Can't Use This Command."); 
    return 1;
}
[B]Download:
Github

Credits
  • Thanks Zeex For ZCMD
  • Thanks ***** And Misiur For YSI
  • Thanks Incognito For IRC Plugin+IRC Include+Streamer Plugin+Streamer Include
  • Thanks ***** For sscanf Include+plugin
  • Thanks Samp Forum <3
  • Thanks wiki (It Was My Best Way To Learn The Pawno)
  • I Of course I never forget to thank Professor Twinki<33 And oMa <333, i couldn't do Anything without Your help
  • special Thanks To Ultraz For Helping me With Some ideas
  • Thanks YoUnG_MoNeY For Every Thing
Reply


Messages In This Thread
oAdmin v2.0(3x IRC Bots, 2x Channels). - by oktokt1 - 16.09.2016, 09:35
Re: oAdmin v1.0 - by Ultraz - 16.09.2016, 15:36
Re: oAdmin v1.0 - by VolCanO69 - 17.09.2016, 00:08
Re: oAdmin v1.0 - by oktokt1 - 17.09.2016, 00:28
Re: oAdmin v1.0 - by RedMF - 17.09.2016, 02:17
Re: oAdmin v1.0 - by SyS - 17.09.2016, 05:21
Re: oAdmin v1.0 - by oktokt1 - 17.09.2016, 09:34
Re: oAdmin v1.0 - by MrViolence101 - 17.09.2016, 11:54
Re: oAdmin v1.0 - by oktokt1 - 17.09.2016, 12:20
Re: oAdmin v1.0 - by Logic_ - 17.09.2016, 12:45
Re: oAdmin v1.0 - by oktokt1 - 17.09.2016, 13:04
Re: oAdmin v1.0 - by MrViolence101 - 18.09.2016, 15:09
Re: oAdmin v1.0 - by oktokt1 - 18.09.2016, 21:41
Re: oAdmin v1.0 - by SeanDenZYR - 19.09.2016, 09:56
Re: oAdmin v1.0 - by oktokt1 - 19.09.2016, 09:58
Re: oAdmin v1.0 - by Hunud - 20.09.2016, 14:18
Re: oAdmin v1.0 - by oktokt1 - 20.09.2016, 20:35
Re: oAdmin v1.0 - by Loinal - 20.09.2016, 20:40
Re: oAdmin v1.0 - by oktokt1 - 20.09.2016, 20:41
Re: oAdmin v1.0 - by oktokt1 - 09.06.2017, 05:35

Forum Jump:


Users browsing this thread: 2 Guest(s)