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: 6 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: 6 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?