27.03.2010, 05:55
(
Last edited by Flake.; 12/05/2012 at 04:24 PM.
Reason: Fully Compatible IRC Script >> 0.3e Updated! <<
)
Flakes IRC FS V2.0! new
NEW AND UPDATED ALL FOUND BUGS HAS BEEN FIXED AND IS NOW WORKING FOR 0.3D
About:
This script is good for DM/TDM servers
Commands And Fetures:
I made Commands based on what you would need for a TDM server they include:
* IRC Commands (Flakes IRC FS 27/3/10)...
* !say !tp !admins !disarm !kill !about !ip !rcon !ann2
* !kick !ban !hostname !giveweapon !ann !gmx !time !pinfo
* !settime !slap !getid !eject !totalbans !info !blowcar
* !sethp !setarm !pm !vr !takeveh !rangeban !wire !unwire
* !getthere !clearchat !car !xyz !trash !pop
It also has Auto Messages You can change on line 1820
Looks like this
And you can change the time imbetween each message
i set the Defult to 2 IRC bots for a avrage server you can change to any number (recomended to keep at 2)
you can View the commands View the commands on irc using !cmds
tested and works:
V1.2 New stuff!:
New commands view by !commands and ^ in the post
a war to link The FS and your GameMode:
Just add this code to your gamemode
then in the /ban command for example add this:
Allso added Join and Quit messages for the bots you can edit them on line 52 to 56
and it looks like
Mirrors and stuff:
Mirrors are Accepted
But do now claim this as your own! please
V1.3 New stuff!:
Added new commands!
And somthing never before seen in a IRC script!!
a !trash and !pop command
!trash is using the BreakCar Function You will Need R6
also !pop will PoP the players tyers
Look up and check commands there are the new ones posted!
Credits:
They are added in the Script but
Flake - for the script
Incognito - for the IRC plugin
PllayerX - for the Location Cords
CJ101 - For helping with Come Functions/Commands and AutoMsg
Download:
Version 2.0
- (Recomended!)
NEW AND UPDATED ALL FOUND BUGS HAS BEEN FIXED AND IS NOW WORKING FOR 0.3D
About:
This script is good for DM/TDM servers
Commands And Fetures:
I made Commands based on what you would need for a TDM server they include:
* IRC Commands (Flakes IRC FS 27/3/10)...
* !say !tp !admins !disarm !kill !about !ip !rcon !ann2
* !kick !ban !hostname !giveweapon !ann !gmx !time !pinfo
* !settime !slap !getid !eject !totalbans !info !blowcar
* !sethp !setarm !pm !vr !takeveh !rangeban !wire !unwire
* !getthere !clearchat !car !xyz !trash !pop
It also has Auto Messages You can change on line 1820
Looks like this
pawn Code:
new RandomMSG[][] =
{
"Welcome To ServerName Please use /register to make a new account",
And you can change the time imbetween each message
pawn Code:
SetTimer("RandomMessages",600000,1);
i set the Defult to 2 IRC bots for a avrage server you can change to any number (recomended to keep at 2)
you can View the commands View the commands on irc using !cmds
tested and works:
Code:
<Flake> !cmds <BOT> * IRC Commands (Flakes IRC FS 27/3/10)... <BOT2> * !say !tp !admins !disarm !kill !about !ip !rcon <BOT> * !kick !ban !hostname !giveweapon !ann !gmx !time <BOT2> * !settime !slap !getid !eject !totalbans !info !blowcar * !sethp !setarm !pm !vr !takeveh !rangeban !wire !unwire * !getthere !clearchat !car !xyz !trash !pop
V1.2 New stuff!:
New commands view by !commands and ^ in the post
a war to link The FS and your GameMode:
Just add this code to your gamemode
pawn Code:
stock SendMessageToIrc(msg[])
{
CallRemoteFunction("explain", "s", msg);
return true;
}
then in the /ban command for example add this:
pawn Code:
new data[256];
format(data, 256, "0,4* Add the message here...");
SendMessageToIrc(data);
Allso added Join and Quit messages for the bots you can edit them on line 52 to 56
and it looks like
pawn Code:
#define IRC_QUIT_MSG "Your Quit Message"
#define IRC_AUTH_MSG "Your Bot autherisation Message"
#define IRC_INTI_MSG1 "Your custom initialize message here"
#define IRC_INTI_MSG2 "Your custom initialize message here"
#define IRC_INTI_MSG3 "Your custom initialize message here"
Mirrors are Accepted
But do now claim this as your own! please
V1.3 New stuff!:
Added new commands!
And somthing never before seen in a IRC script!!
a !trash and !pop command
!trash is using the BreakCar Function You will Need R6
also !pop will PoP the players tyers
Look up and check commands there are the new ones posted!
Credits:
They are added in the Script but
Flake - for the script
Incognito - for the IRC plugin
PllayerX - for the Location Cords
CJ101 - For helping with Come Functions/Commands and AutoMsg
Download:
Version 2.0
