<input> 0: Unable to find function JumpOutOfCar on Dedicated Server
by Dennis Lamers · in Torque Game Engine · 08/11/2012 (6:20 pm) · 3 replies
I have been trying out very much stuff on starter.fps, today I decided to launch a dedicated server. The Buggy vehicle worked fine in Single Player, but then when I host a dedicated server it says:
<input> 0: Unable to find function JumpOutOfCar
After two hours of trying stuff I have given it up. I don't know what the problem is. If it works in Single Player, then why it doesn't work on Multiplayer... anyone who can help me out with this?
Thank you.
<input> 0: Unable to find function JumpOutOfCar
After two hours of trying stuff I have given it up. I don't know what the problem is. If it works in Single Player, then why it doesn't work on Multiplayer... anyone who can help me out with this?
function serverCmdsetPlayerControl(%client)
{
%client.setControlObject(%client.player);
}
function JumpOutOfCar()
{
commandToServer('setPlayerControl');
schedule(500, 0, "jump");
schedule(600, 0, "jump");
}
moveMap.bindCmd(keyboard, "ctrl x","JumpOutOfCar();","");Thank you.
About the author
Creator of Peekarica and Blockland Classic Mod.
Associate Chris Haigler
Jester Dance