Could you send the map? That way I can help you out.
I2S is just a function which transforms integer to string.
That russian map is the zombie one.
Don't worry, it's normal to get struggled with something which you aren't used to.
[JASS] JJCP: NewGen
Moderator: Cheaters
-
- Also Not an Admin, but closer than devoltz
- Posts: 1655
- Joined: February 14th, 2018, 5:35 am
- Title: Just Another S.Mod
- Been thanked: 7 times
-
- Senior Member
- Posts: 117
- Joined: May 20th, 2018, 2:07 pm
Re: [JASS] JJCP: NewGen
Hey Mr.Nuzamacuxe, can you add the UnitPauseTimer command for this cheatpack like the one you gave me for the NZCP Cheatpack? I tried to add that one into this JJCP but it doesn't work.
if command == "timer" then
call UnitPauseTimedLife( target, true )
endif
This one. Thank you very much in advance.
if command == "timer" then
call UnitPauseTimedLife( target, true )
endif
This one. Thank you very much in advance.
-
- Also Not an Admin, but closer than devoltz
- Posts: 1655
- Joined: February 14th, 2018, 5:35 am
- Title: Just Another S.Mod
- Been thanked: 7 times
Re: [JASS] JJCP: NewGen
Look for
and put this below:
Code: Select all
elseif command == "destroy" then
call RemoveUnit( jjUnit )
and put this below:
Code: Select all
elseif command == "ptimer" then
call UnitPauseTimedLife( jjUnit, true )
-
- Newcomer
- Posts: 7
- Joined: January 15th, 2018, 9:21 pm
Re: [JASS] JJCP: NewGen
Nuzamacuxe,is it possible to make -heal work on every selected unit and being able to -copy several units at same time?
-
- Member
- Posts: 57
- Joined: November 11th, 2010, 3:35 am
Re: [JASS] JJCP: NewGen
I legit cannot get this one to work, when I host the map it instantly leaves it
No issues with the original JJCP, so is this one meant to be inserted differently?
No issues with the original JJCP, so is this one meant to be inserted differently?