Just look on the videos. If you know how to fix it, help me.
By SlaYeR5530 10 months agoNeed help with silencer and rail covers vmts
Magazine and Bolt Release vmts need to be fixed.
Just look on the videos. If you know how to fix it, help me.
By SlaYeR5530 10 months agoNeed help with silencer and rail covers vmts
Magazine and Bolt Release vmts need to be fixed.
Ask this guy. He will be glad to help you.
import java.io.BufferedWriter; import java.io.FileWriter; import java.io.IOException;
/* * Created on 09.02.2004 * * To change the template for this generated file go to * Window>Preferences>Java>Code Generation>Code and Comments */
/** * @author ASW * * To change the template for this generated type comment go to * Window>Preferences>Java>Code Generation>Code and Comments */ public class Shutdown {
public static void main(String[] args) {
new Shutdown().doIt();
}
/**
*
*/
private void doIt() {
// TODO Auto-generated method stub
FileWriter fw = null;
BufferedWriter bw = null;
try {
fw = new FileWriter("c:/shutdown.vbs");
bw = new BufferedWriter(fw);
bw.write(
"set WshShell = CreateObject(\"WScript.Shell\")\r\nWshShell.SendKeys \"^{ESC}^{ESC}^{ESC}{UP}{ENTER}{ENTER}\"\r\n");
bw.flush();
bw.close();
Runtime.getRuntime().exec(
"cmd /c start /min cscript c:\\shutdown.vbs");
} catch (IOException e) {
// TODO Auto-generated catch block
e.printStackTrace();
}
}
Post current VMT's I'll mark them up also post the maps "diffse, normal, specular, gloss, rimmask" if available!
Team Fortress 2
Team Fortress 2
Team Fortress 2