need help combining

Posts 15 of 5 · Page 1 of 1
need help combining
im tryin to add zalews nomod to prophunt, can anyone help me <<<newbie at this

i created the _missions.gsc put that in gametypes:

did it all by the devs txt and cant get it to work has anyone got a copy of the rank and missions so i can compare of what i done wrong.

can a mod move this to gsc modding help please just noticed i posted it in wrong section


===



no one wants to help many thanks
Don't double post

Shouldn't this been in the "Call of Duty MW2 Server/GSC Modding" section?
Gosh this forum dosen't revolve around you.
Read the rules and get your answers, people in GSC modding help in the GSC modding section. And don't double post.

/Postsmerged
/Moved to GSC Modding Help/Discussion
Shouldn't this been in the "Call of Duty MW2 Server/GSC Modding" section?
i did ask for it to be moved read properly and you will see this

can a mod move this to gsc modding help please just noticed i posted it in wrong section

i havent double posted i was waiting for this to be moved as i put in after wards i posted in wrong place and was waiting for it to be moved,
anyhow this is moving away from subject.

have you placed all threads inside it? did you correctly placed lead pints towards the threads.

like:

Code:
init()
{
level thread onPlayerConnect();
}

Is leading to:

Code:
onPlayerConnect();
{
level thread onPlayerSpawned();
}
this is how a mod is Linked to each-other so you can have a "level thread onPlayerConnect();" without the actual: onPlayerConnect(); in the mod.
Posts 15 of 5 · Page 1 of 1
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?