[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
#2

Nice IRC , Nice Admin System , Nice Credits , Good Work Oktokt1 | Keep it up bro.
Reply
#3

Good Job Keep Going
Reply
#4

Quote:
Originally Posted by Ultraz
Посмотреть сообщение
Nice IRC , Nice Admin System , Nice Credits , Good Work Oktokt1 | Keep it up bro.
Thanks Mate.

Quote:
Originally Posted by VolCanO69
Посмотреть сообщение
Good Job Keep Going
Thanks
Reply
#5

wow very good
Reply
#6

Good job
Reply
#7

Quote:
Originally Posted by Sreyas
Посмотреть сообщение
Good job
Quote:
Originally Posted by RedMF
Посмотреть сообщение
wow very good
Thanks guys.
Reply
#8

Good job oktokt1 add me on skype :P ********:heinrichvanwyk70
Reply
#9

Quote:
Originally Posted by MrViolence101
Посмотреть сообщение
Good job oktokt1 add me on skype :P ********:heinrichvanwyk70
Thanks
Reply
#10

Quote:

Thanks Alex And ***** For sscanf Include+plugin

Both are the same person, simply use ******.

Which saving system does this uses?
Reply
#11

Quote:
Originally Posted by ALiScripter
View Post
Both are the same person, simply use Y_Less.

Which saving system does this uses?
I'm Using Sscanf and YSI
I thought Alex And Yless isn't the same Guy, lol
Reply
#12

Are you making use of dialogs for this admin system. This is a filterscript, so what if someone wants to run his gamemode besides this FS. How is it going to work together (Saving data related)?
Reply
#13

Quote:
Originally Posted by MrViolence101
View Post
Are you making use of dialogs for this admin system. This is a filterscript, so what if someone wants to run his gamemode besides this FS. How is it going to work together (Saving data related)?
You mean if the GameMode have Register/Login system, saving stats?
If u mean that then thnx, i will add an option for that in next updatae.
Reply
#14

wow oktokt is a scripter? lol its me Sean[RAW]Benta.
Reply
#15

Quote:
Originally Posted by SeanDenZYR
View Post
wow oktokt is a scripter? lol its me Sean[RAW]Benta.
lmfao,Yes I'm.
Reply
#16

Download link ?
Reply
#17

Quote:
Originally Posted by Hunud
View Post
Download link ?
Here is it
Quote:
Originally Posted by oktokt1
Download:
Media Fire
But I'm Advicing you to use the next version.
Reply
#18

Good work keep it up
Reply
#19

Quote:
Originally Posted by Loinal
View Post
Good work keep it up
Thanks
Reply
#20

Updated...
Reply


Forum Jump:


Users browsing this thread: 7 Guest(s)