Blockland Forums > General Discussion
Help with finding a Mod?
Chrono:
--- Quote from: Port on January 16, 2012, 02:43:37 PM ---Where are you getting %client from? Perhaps you meant %this?
--- End quote ---
I'm having troubles finding any part of the code where he's using %client where it was never defined.
Port:
--- Quote from: Chrono on January 18, 2012, 12:21:25 AM ---I'm having troubles finding any part of the code where he's using %client where it was never defined.
--- End quote ---
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 »
--- End quote ---
The Corporation:
--- Quote from: Sami2ss on January 15, 2012, 09:12:53 PM ---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.
--- End quote ---
--- Quote from: ravencroft on January 15, 2012, 09:33:44 PM ---I cant find it
--- End quote ---
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.