ItsMods

Full Version: Help thanks
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello everyone can someone tell me how to add map edits to isnipe? I am using iSnipe 3 modified by Aktivv! What i mean by adding map edits is like the care package bunker edits... thanks i want to add them to tdm Smile
Copy the Mapedit.gsc to your mods folder (where _rank.gsc is), open _rank.gsc and search for Init(). Inside Init() paste something like this:

Code:
    level thread maps\mp\gametypes\MapEdit::init();

That should work for most mapedits around the net Smile
Hey thanks for the reply Yamato! It is really appreciated!!! But it did not work! I made my own map edit using Chrome Playa's Forge Patch v2 but doesnt have a mapedit .gsc only a Coordinates.gsc. Please help! My skype is Filmsoreo! thanks!
(06-21-2014, 07:25)Oreo Wrote: [ -> ]Hey thanks for the reply Yamato! It is really appreciated!!! But it did not work! I made my own map edit using Chrome Playa's Forge Patch v2 but doesnt have a mapedit .gsc only a Coordinates.gsc. Please help! My skype is Filmsoreo! thanks!

Does Coordinates.gsc have a Init() thread?

Code:
level thread maps\mp\gametypes\Coordinates::init();
(06-21-2014, 11:29)Yamato Wrote: [ -> ]
(06-21-2014, 07:25)Oreo Wrote: [ -> ]Hey thanks for the reply Yamato! It is really appreciated!!! But it did not work! I made my own map edit using Chrome Playa's Forge Patch v2 but doesnt have a mapedit .gsc only a Coordinates.gsc. Please help! My skype is Filmsoreo! thanks!

Does Coordinates.gsc have a Init() thread?

Code:
level thread maps\mp\gametypes\Coordinates::init();

No it does not! do you know any other mod to make bunkers that work isnipe? Smile