Chat Trigger
Moderator: Cheaters
-
- Member
- Posts: 58
- Joined: December 8th, 2007, 8:11 pm
Chat Trigger
I am trying to make a chat trigger, so when a player types something, it gets replased by another word. E.g. The player types "shit" and it appears like "!@#$", or something like that. I got the idea from the cheat codes (when you type "greedisgood" it gets replased by "Cheat Enabled!"). I really dont think this is possible, but if there is a way, please tell me how
[blinking]Sorry for my english ^_^[/blinking]
-
- Forum Staff
- Posts: 829
- Joined: January 28th, 2007, 8:10 pm
- Title: JASS Programmer
- Location: Canada
-
- Banned-To-Be
- Posts: 1378
- Joined: July 28th, 2008, 6:28 pm
- Title: Administrator
Re: Chat Trigger
hmmm
u could make it like this if u want
lol i guess u could improve this . .alot
like player red says into player name
and somehow make the Events better
u could make it like this if u want
Code: Select all
Shit!@#$
Events
Player - Player 1 (Red) types a chat message containing shit as An exact match
Conditions
Actions
Cinematic - Clear the screen of text messages for (All players)
Game - Display to (All players) the text: player red says: !@#$
like player red says into player name
and somehow make the Events better
League of legends North America - Nietono
-
- Forum Fanatic
- Posts: 315
- Joined: October 16th, 2007, 7:32 pm
Re: Chat Trigger
You could probly do it in jass... But you have to remember the Cheats were made with C++ not Jass
They can do whatever they want in there game.
They can do whatever they want in there game.
It wouldent turn out like what he wants... It wouldnt be a Chat it would be a message its in a different spothmmm
u could make it like this if u want
Code:
Shit!@#$
Events
Player - Player 1 (Red) types a chat message containing shit as An exact match
Conditions
Actions
Cinematic - Clear the screen of text messages for (All players)
Game - Display to (All players) the text: player red says: !@#$
lol i guess u could improve this . .alot
like player red says into player name
and somehow make the Events better
hmmm
-
- Forum Staff
- Posts: 506
- Joined: August 5th, 2007, 1:38 pm
- Title: Gui Expert
- Location: *Unknown*
Re: Chat Trigger
Only thing bad about this trigger is you have to do it for every player....but if $#$% is the only one you want lol, I guess i could help.