Remain in a crouch pose
by CIMO · in General Discussion · 09/15/2006 (8:37 am) · 4 replies
Function crouch(%val)
{
if (%val)
commandToServer('playCel', crouch);
}
moveMap.bind(keyboard, "ctrl x", crouch);
I put this in "default.bind.cs" and i try and function..But my player not remaing....
A metod for stay crouch my player?
Thanks...
{
if (%val)
commandToServer('playCel', crouch);
}
moveMap.bind(keyboard, "ctrl x", crouch);
I put this in "default.bind.cs" and i try and function..But my player not remaing....
A metod for stay crouch my player?
Thanks...
#2
09/15/2006 (4:17 pm)
A code? i wrong what? thank help please
#3
www.garagegames.com/index.php?sec=mg&mod=resource&page=view&qid=4348
www.garagegames.com/index.php?sec=mg&mod=resource&page=view&qid=8593
09/15/2006 (4:50 pm)
This is not something you can do from script alone. Maybe these two resources can help?www.garagegames.com/index.php?sec=mg&mod=resource&page=view&qid=4348
www.garagegames.com/index.php?sec=mg&mod=resource&page=view&qid=8593
#4
But not exist a code for assign a my position crete with milk?
armthread for weapon...
I woul push a key for assign a pose for my player....
09/16/2006 (5:31 am)
I use this resource but the my player not change a pose....In consolle i have this problem:Unknown command setPlayerPosition. Object (1924) Player -> ShapeBase -> GameBase -> SceneObject -> NetObject -> SimObject"
But not exist a code for assign a my position crete with milk?
armthread for weapon...
I woul push a key for assign a pose for my player....
Torque Owner CIMO