SA-MP Forums Archive
[FilterScript] oAdmin v1.0 - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Filterscripts (https://sampforum.blast.hk/forumdisplay.php?fid=17)
+--- Thread: [FilterScript] oAdmin v1.0 (/showthread.php?tid=617140)



oAdmin v2.0(3x IRC Bots, 2x Channels). - oktokt1 - 16.09.2016

oAdmin System V1.0


This Is The First Version Of "oAdmin system"
Information/Features

Updates


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
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??!

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



Re: oAdmin v1.0 - Ultraz - 16.09.2016

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


Re: oAdmin v1.0 - VolCanO69 - 17.09.2016

Good Job Keep Going


Re: oAdmin v1.0 - oktokt1 - 17.09.2016

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


Re: oAdmin v1.0 - RedMF - 17.09.2016

wow very good


Re: oAdmin v1.0 - SyS - 17.09.2016

Good job


Re: oAdmin v1.0 - oktokt1 - 17.09.2016

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


Re: oAdmin v1.0 - MrViolence101 - 17.09.2016

Good job oktokt1 add me on skype :P ********:heinrichvanwyk70


Re: oAdmin v1.0 - oktokt1 - 17.09.2016

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


Re: oAdmin v1.0 - Logic_ - 17.09.2016

Quote:

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

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

Which saving system does this uses?


Re: oAdmin v1.0 - oktokt1 - 17.09.2016

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


Re: oAdmin v1.0 - MrViolence101 - 18.09.2016

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)?


Re: oAdmin v1.0 - oktokt1 - 18.09.2016

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.


Re: oAdmin v1.0 - SeanDenZYR - 19.09.2016

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


Re: oAdmin v1.0 - oktokt1 - 19.09.2016

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


Re: oAdmin v1.0 - Hunud - 20.09.2016

Download link ?


Re: oAdmin v1.0 - oktokt1 - 20.09.2016

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.


Re: oAdmin v1.0 - Loinal - 20.09.2016

Good work keep it up


Re: oAdmin v1.0 - oktokt1 - 20.09.2016

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


Re: oAdmin v1.0 - oktokt1 - 09.06.2017

Updated...