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

Hhh Good Work Bro
helw elscript ya UltraZ
+repped
Reply
#3

Good Job just for first script.
Good Luck with ur next GameMode.
Reply
#4

Good
Reply
#5

Good work! I'll try it for my server.
Reply
#6

A lot of this code isn't yours, but some of the unique stuff is. I'm not accusing you of stealing the entire thing, you gave credit to people for some of the stuff but there was stuff you didn't give credit for. It's as easy as searching on ****** to prove this.

Good job on the stuff you did though! Nice first release.
Reply
#7

Quote:
Originally Posted by Crayder
View Post
A lot of this code isn't yours, but some of the unique stuff is. I'm not accusing you of stealing the entire thing, you gave credit to people for some of the stuff but there was stuff you didn't give credit for. It's as easy as searching on ****** to prove this.

Good job on the stuff you did though! Nice first release.
All Credits are now Recived to her Creators
33 Warn Fixed , now 4 warns only .
Reply
#8

Quote:
Originally Posted by Ultraz
View Post
All Credits are now Recived to her Creators
33 Warn Fixed , now 4 warns only .
Better...
Reply
#9

Nice '!sexplode' command, now we have a new word 'sexplode'.
Nice work, you should really get into the coding tricks and tips. +1 rep.
Reply
#10

Really nice script.
Reply
#11

Any one Tested it?
Reply
#12

Quote:
Originally Posted by ALiScripter
Посмотреть сообщение
Nice '!sexplode' command, now we have a new word 'sexplode'.
Nice work, you should really get into the coding tricks and tips. +1 rep.
I dont know if you are joking or not , but if you aren't thanks for your reply ( sexplode = silent explode )
Thanks you very much.
Reply
#13

I appreciate you work
Reply
#14

Quote:
Originally Posted by youssef2016
Посмотреть сообщение
I appreciate you work
Thanks 🙌
Reply
#15

Quote:
Originally Posted by Ultraz
Посмотреть сообщение
Any one Tested it?
Are you implying you have not?
Reply
#16

People prefer adding IRC to gamemode instead of using it as fs tho.. nice work anyway.
Reply
#17

nice job.
Reply
#18

Quote:
Originally Posted by Ultraz
Посмотреть сообщение
I am Just want to take Members Opinions, Sure anyone who created script must test it
Good good. Once my laptoo is fixed I shall give it a try
Reply
#19

New Updates.
Read the Topic.
Reply
#20

Good Work Bro , Keep it Up!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)