Author Topic: Help with finding a Mod?  (Read 1632 times)

I need a map: Kitchen from 0002 era

Return the map!
wayback machine FTW.

Where are you getting %client from? Perhaps you meant %this?

it'll fix, you made it a .rar
it has to be a .zip silly.
ok...so...make a .zip and transfer files.

duh

Where are you getting %client from? Perhaps you meant %this?
why does it really matter what he names his variables lol

I can do the v0002 kitchen map but is it worth it, I remember seeing it on the maps section long ago

Where are you getting %client from? Perhaps you meant %this?
I'm having troubles finding any part of the code where he's using %client where it was never defined.

I'm having troubles finding any part of the code where he's using %client where it was never defined.

He modified his code. Initially, he used %client while he only defined %this in gameConnection::onDeath.

Quote
« Last Edit: January 16, 2012, 02:40:41 PM by Brian Smithers »

the modern warfare pack on rtb has one, it's hidden in the server.cs. i recommend getting someone else to do it for you if you don't know how.
I cant find it

It's not that hard, jeez.
Take the server.cs out, look for a column of things where it says-
   execute(blahblah)
   execute(blahblah)
   execute(blahblah)
   execute(blahblah)

Eventually, you'll see-

   execute(blahblah)
   execute(blahblah)
//execute(blahblah)
   execute(blahblah)
   execute(blahblah)

Remove the slashes, save the server.cs, then put it back inside the .zip, or take everything out of .zip, put the server.cs among it, and re-zip it.