[FilterScript] Ultraz IRC System
#1


Ultraz IRC System Originally released by Ultraz

ADMIN IRC COMMANDS
Code:
!gmx < to restart your server >
 !enablehydra < to enable hydra for someone >
 !disablehydra < to disablehydra for someone >
 !hostname < to change your hostname >
 !Admin << to speak as an admin >>
 !Flip id << to Flip Player car using id - !flip id - >>
 !weapscheck id << to check player weapons by id >>
 !repair id << to repair player vehicle by id >>
 !getinfo id << to get player info as ip,health,armour,etc. >>
 !ann or !announce  << to announce words from irc >>
 !givenrg , !givehydra , !giveinfernus , !giveturismo , !givemonster < to give someone cars from irc >
 !deagletime , !rockettime , !miniguntime , !sawntime < to give some one weapon from irc >
 !disarm id << to disarm someone from irc >>
 !disablestuntbonus / !enablestuntbonus to enable/disablestuntbonus  << to enable/disable stunts bonus >>
 !slap id  << to slap player from irc >>
 !warn << to warn player from irc >>
 !clearchat << to clear chat from irc >>
 !freeze / !unfreeze << to freeze and unfreeze from irc >>
 !respawncars << to respawncars from irc >>
 !unban << to unban someone from irc >>
 !unbanip << to unban ip of someone from irc >
 !ban << to ban someone from irc >>
 !kick << to kick someone from irc >>
 !resetcash << to reset someone cash from irc >
 !fuck << to fuck someone from irc : Drunk/colour/skin : changing >>
 !explode  << to explode someone from irc>> !sexplode to explode someone silently
 !healall << to healall players in game>>
 !armourall << to armour all players in game>>
 !disablegodmode << to disablegodmode for someone on irc> >>
 !enablegodmode << to enablegodmode for someone on irc> >>
 !heal << to heal someone on irc> >>
 !armour << to armour someone on irc> >>
 !akill << to kill someone on irc> >>
 !skill << to silently kill someone on irc> >>
 !force << to force someone on irc to class selection> 
 !getip << to get ip someone from irc>
 !hug << to hug someone from irc> 
 !lick << to lick someone from irc> 
 !poke << to poke someone from irc> 
 !resetstats << to reset someone stats from irc>
Player IRC Commands:

Code:
!say or !msg to speak to ingame 
 !pm to pm someone in game
 !forum to view the link of your forum to message in game
 !credits to view credits (like ip,forum,website,name of your server)
 !getname to get the name of id
 !getid to get the id of name
 !vip < if you have vip system > < the vip on irc can use !vip to speak as VIP >
REPLACE YOUR SERVER STATICS:

FORUM IRC COMMAND (Line 629):
Code:
format(string29, 128, "Register Today at our Forums - http://yourforum.com and Visit our Website yourwebsite.com");
format(string30, 128, "Register Today at our Forums - http://yourwebsite.com and Visit our Website yourwebsite.com");
RULES/HELP COMMAND:
Code:
-1669- IRCCMD:help(conn, channel[], user[], message[])
{
        #pragma unused message
        IRC_Say(conn, channel, "02***  If you are user use !cmds to read server commands."); //replace
        IRC_Say(conn, channel, "02***  My Server IP Is : yourserverip:7777 ."); //replace with your IP
        IRC_Say(conn, channel, "02***  Server Website : yourwebsite!"); //replace
        IRC_Say(conn, channel, "02***  Server Forum : yourforum!"); //replace
        return 1;
}

IRCCMD:rules(conn, channel[], user[], message[])
{
        #pragma unused message
        IRC_Say(conn, channel, "04***  Replace with your rules."); //replace
        IRC_Say(conn, channel, "04***  Replace with your rules."); //replace
        IRC_Say(conn, channel, "04***  Replace with your rules"); //replace
        return 1;
}
DEFINES:

Code:
#define IRC_SERVER "irc.tl"
#define IRC_PORT (6667)
#define IRC_CHANNEL "#yourchannel"
Code:
#define BOT_1_MAIN_NICKNAME "FIRSTBOTNAME"
#define BOT_1_ALTERNATE_NICKNAME "1BOTNICKNAME"
#define BOT_1_REALNAME "1BOTREALNAME"
#define BOT_1_USERNAME "1BOTUSERNAME"

#define BOT_2_MAIN_NICKNAME "SecondBotName"
#define BOT_2_ALTERNATE_NICKNAME "SecondBotNickname"
#define BOT_2_REALNAME "SecondBotRealName"
#define BOT_2_USERNAME "SecondBotUsername"
CREDITS

NoahF for !warn, !respawncars , !getinfo ,!enablestuntbonus and !disablestuntbonus
Oktokt for fixing some warns and changing #yourchannel Problem.
Incognito for the IRC plugin.
Zeex For ZCMD Include.
****** for sscanf Plugin.

NOTES:

- If you will change anything in the script you have to take my permission.
- I am Adding commands every version just when i have a idea , If you have ideas Type it in a reply .
- If you'll use it in your server by adding the IRC with the commands in the gamemode give me the credits of the IRC commands.

ChangeLog
Code:
v1.0
Added: !enablehydra to Enable Driving Hydra for someone
Added: !disablehydra to Disable Driving Hydra for someone
Code:
v2.0
Fixed Warns | Thanks to Oktokt1
Added Rules Command for IRC | Replace it with your rules
Added Help Command for IRC | Replace it with your help sentences
Code:
v3.0
Added Flip Command for IRC 
Added Highon Command for IRC | Which Enable Mega Jump for a Player
Added Highoff Command for IRC | Which Disable Mega Jump for a Player 
Changed Deagletime Command for IRC | From which giving player by id a weapon , Now giving all players a weapon and same for sawntime,miniguntime,mtime
Added Givedeagle Command for IRC | This command is the command which give the player weapon by id , also for GiveMinigun , givem , giverocket, etc.
Added GiveTurismo Command for IRC | Which Give Turismo for a player from IRC
Added /irc Command InGame | In Which Send IRC PM from game to IRC
DOWNLOADS:

Reply


Messages In This Thread
Ultraz IRC System - by Ultraz - 28.08.2016, 20:34
Re: Ultraz IRC System - by Zorono - 28.08.2016, 20:50
Re: Ultraz IRC System - by oktokt1 - 28.08.2016, 21:15
Re: Ultraz IRC System - by RedMF - 29.08.2016, 01:29
Re: Ultraz IRC System - by MaazS - 29.08.2016, 01:33
Re: Ultraz IRC System - by Crayder - 29.08.2016, 02:33
Re: Ultraz IRC System - by Ultraz - 29.08.2016, 14:26
Re: Ultraz IRC System - by Crayder - 29.08.2016, 16:02
Re: Ultraz IRC System - by Logic_ - 29.08.2016, 16:40
Re: Ultraz IRC System - by markparker12 - 29.08.2016, 16:56
Re: Ultraz IRC System - by Ultraz - 29.08.2016, 20:49
Re: Ultraz IRC System - by Ultraz - 29.08.2016, 21:00
Re: Ultraz IRC System - by youssef2016 - 29.08.2016, 22:09
Re: Ultraz IRC System - by Ultraz - 29.08.2016, 22:29
Re: Ultraz IRC System - by Kwarde - 29.08.2016, 22:43
Re: Ultraz IRC System - by iLearner - 30.08.2016, 13:54
Re: Ultraz IRC System - by Flaw - 30.08.2016, 22:39
Re: Ultraz IRC System - by Kwarde - 31.08.2016, 10:28
Re: Ultraz IRC System - by Ultraz - 31.08.2016, 17:54
Re: Ultraz IRC System - by TheRealMan - 02.09.2016, 11:06
Re: Ultraz IRC System - by NeuroX - 02.09.2016, 15:35
Re: Ultraz IRC System - by BlackbirdXd - 02.09.2016, 17:19
Re: Ultraz IRC System - by Ultraz - 02.09.2016, 21:35
Re: Ultraz IRC System - by AstroZ - 03.09.2016, 00:00
Re: Ultraz IRC System - by BlackbirdXd - 03.09.2016, 10:10
Re: Ultraz IRC System - by Ultraz - 03.09.2016, 10:27
Re: Ultraz IRC System - by denNorske - 05.09.2016, 19:54
Re: Ultraz IRC System - by Ultraz - 05.09.2016, 19:57
Re: Ultraz IRC System - by Ultraz - 14.09.2016, 18:42
Re: Ultraz IRC System - by SuperZ - 29.09.2016, 16:57
Re: Ultraz IRC System - by PaRking - 26.01.2017, 15:18
Re: Ultraz IRC System - by TheRealMan - 30.07.2017, 14:46
Re: Ultraz IRC System - by Wisam - 16.11.2017, 14:10

Forum Jump:


Users browsing this thread: 1 Guest(s)