07.08.2012, 14:31
You said you got the commands for the cameras to change. Then detect whenever the player press his left button to execute all the codes when you go a camera to the left.
Like:
The same should go with right
Like:
pawn Код:
if( keys == left ) // THIS IS NOT HOW IT SHOULD BE DONE, just follow the page ive sended above
{
// paste here all the stuff when you want the camera go to the left
}