Hellsingmod Timmy
12-11-2004, 09:13 PM
is there a command that i can skip my cutscenes?
i cant skip them via spacebar:(
i use this commands for my cutscenes:
CAMERA:
player->C_Hide(false);
MaxPayne_GameMode->GM_SetPlayerControls(true);
MaxPayne_GameMode->GM_EnableWideScreen(false,0.2);
this->CAM_DetachFromDO();
TRIGGER:
player->C_Hide(true);
MaxPayne_GameMode->GM_SetPlayerControls(false);
::Mesh::cam->CAM_AttachToDO(false);
MaxPayne_GameMode->GM_EnableWideScreen(true,0.4);
::mesh::cam->FSM_StartTimer(timer_0);
i cant skip them via spacebar:(
i use this commands for my cutscenes:
CAMERA:
player->C_Hide(false);
MaxPayne_GameMode->GM_SetPlayerControls(true);
MaxPayne_GameMode->GM_EnableWideScreen(false,0.2);
this->CAM_DetachFromDO();
TRIGGER:
player->C_Hide(true);
MaxPayne_GameMode->GM_SetPlayerControls(false);
::Mesh::cam->CAM_AttachToDO(false);
MaxPayne_GameMode->GM_EnableWideScreen(true,0.4);
::mesh::cam->FSM_StartTimer(timer_0);