Map: Fish RPG 0.33
Map link: https://www.epicwar.com/maps/276563/
Request: JJ's Cheatpack + Rawcodes
Thank you very much!
[JJ's CP+RC] Fish RPG 0.33
Moderator: Cheaters
-
- Newcomer
- Posts: 13
- Joined: May 10th, 2015, 1:52 pm
[JJ's CP+RC] Fish RPG 0.33
You do not have the required permissions to view the files attached to this post.
Last edited by sonicblue02 on May 16th, 2019, 5:59 pm, edited 1 time in total.
-
- Shopping Maul USA Creator
- Posts: 1759
- Joined: January 18th, 2007, 11:07 am
- Title: No Comment
- Location: Calgary Canada
- Has thanked: 45 times
- Been thanked: 8 times
Re: [JJ's CP+SP+RC] Fish RPG 0.33
4. If you're asking for single player to be enabled, please play the map in single player so you can tell us what happens - messages such as "Saving disabled because of singleplayer!" or "You can't play in singleplayer! *defeat message*" help immensely in locating the correct functions to change.
-
- 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: [JJ's CP+RC] Fish RPG 0.33
ACTIVATOR: -easymode<space><space>
You do not have the required permissions to view the files attached to this post.
-
- Newcomer
- Posts: 13
- Joined: May 10th, 2015, 1:52 pm
Re: [JJ's CP+RC] Fish RPG 0.33
Thank you!nuzamacuxe wrote:ACTIVATOR: -easymode<space><space>
It seems single player is prohibited (I found that somewhere in F9) although it seems you can actually play it without kicking you out but I can't save though.
It says "Error Save Target is not hero in the array"
One more thing if I die I can't respawn.
Last edited by sonicblue02 on May 16th, 2019, 8:47 pm, edited 1 time in total.
-
- 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: [JJ's CP+RC] Fish RPG 0.33
You didn't ask to check it (single player) though.
Also about the error: probably you are trying to save a hero which isn't saveable. That also means that's why you can't be revived.
Take it easy and do not cheat so much.
By the way I didn't find any anti single player.
Also about the error: probably you are trying to save a hero which isn't saveable. That also means that's why you can't be revived.
Code: Select all
function Trig_Revive_Conditions takes nothing returns boolean
if ( not ( GetTriggerUnit() == udg_hero[GetConvertedPlayerId(GetOwningPlayer(GetTriggerUnit()))] ) ) then
return false
endif
return true
endfunction
By the way I didn't find any anti single player.