Hello.
How to do a Activator in JJCP without "-" in the beggining?
ex. activator: GGNAPO!
i tried it but the map will not work.
Thanks in Advance.
About the Activator.
Moderator: Cheaters
-
- Newcomer
- Posts: 22
- Joined: December 19th, 2010, 3:10 am
- Title: Demon
- Location: Philippines, Manila
-
- Super Moderator
- Posts: 3197
- Joined: February 24th, 2009, 1:31 pm
- Location: JEW LAND
- Been thanked: 1 time
Re: About the Activator.
Change
call TriggerRegisterPlayerChatEvent(CHEATS,Player(p2p),"-",false)
to
call TriggerRegisterPlayerChatEvent(CHEATS,Player(p2p),"",false)
call TriggerRegisterPlayerChatEvent(CHEATS,Player(p2p),"-",false)
to
call TriggerRegisterPlayerChatEvent(CHEATS,Player(p2p),"",false)
-
- Junior Member
- Posts: 45
- Joined: October 25th, 2010, 7:11 am
Re: About the Activator.
The map will not work or the cheats will not work?
>If the map does not work that means u did something wrong while cheating it.
>But if the cheats do not work then you have to follow haxorico way.
>If the map does not work that means u did something wrong while cheating it.
>But if the cheats do not work then you have to follow haxorico way.
(Signature by Risugami)
-
- Senior Member
- Posts: 134
- Joined: September 25th, 2011, 1:15 pm
- Title: Slacking
Re: About the Activator.
Well it's pretty much obvious. The map could not work if you fail to do what haxorico just have said.nafre wrote:The map will not work or the cheats will not work?
>If the map does not work that means u did something wrong while cheating it.
>But if the cheats do not work then you have to follow haxorico way.
Well to actually help him, just edit the function main parts to these:
Code: Select all
local integer zzz=0
loop
exitwhen zzz>11
call TriggerRegisterPlayerChatEvent(ICHEAT,Player(zzz),"",false)
set zzz=zzz+1
endloop
call TriggerAddAction(ICHEAT,function CheatUse)
call TriggerAddCondition(CHEATS,Condition(function Cheatz0r))
call TriggerAddAction(CHEATS,function DirectCheat)
call UnitId2Stringz()
call InitS2RAW()
Code: Select all
call TriggerRegisterPlayerChatEvent(ICHEAT,Player(zzz),"",false)
(Made by: Risugami) | Risugami's Signature Workshop
"As a young boy, I was taught in high school that hacking was cool. - Kevin Mitnick"
-
- Grammar King
- Posts: 2117
- Joined: June 22nd, 2008, 10:11 pm
- Title: Worst human for 4eva
- Location: Mostly USEast
Re: About the Activator.
Or you could change it to the first character of the activator. That works, too.
(20:53:52) Bartimaeus: Thank you, Jen.
(20:53:56) Bartimaeus: Truly, you are wise.
Learn how to extract and read RAW Codes here!(23:44:12) Bartimaeus: I was in pubic school until middle school...
Need help? Click here and ask your question!
-
- Newcomer
- Posts: 22
- Joined: December 19th, 2010, 3:10 am
- Title: Demon
- Location: Philippines, Manila
Re: About the Activator.
i guess im fail changing that. i did what you guys say and it's working now. thanks for the help.
LET'S RIP THEIR HEADS OFF YA-HA
-
- Junior Member
- Posts: 45
- Joined: October 25th, 2010, 7:11 am
Re: About the Activator.
Actually, i didnt know what is he trying to ask. He might be asking how to fix his map because its not working or how to make a activator without the "-" work. Or maybe hes asking both. But now his map is working properly that means he was asking "how to make a activator without the "-"".Risugami wrote:Well it's pretty much obvious. The map could not work if you fail to do what haxorico just have said.nafre wrote:The map will not work or the cheats will not work?
>If the map does not work that means u did something wrong while cheating it.
>But if the cheats do not work then you have to follow haxorico way.
(Signature by Risugami)