How to Create Moving Skin Camera
#9

Quote:
Originally Posted by David.
stock MoveCamera.

pawn Код:
new ct[MAX_PLAYERS]=0;
new CamTimer[MAX_PLAYERS];
forward RequestCamMoving(playerid);

public OnPlayerRequestClass(playerid, classid) {
    SetPlayerPos(playerid,-245.9774,2580.2698,63.5703);
    SetPlayerFacingAngle(playerid, 206.4424);
    SetPlayerCameraPosEx(playerid,-251.5704,2576.3738,64.5215,-245.9774,2580.2698,63.5703);
    CamTimer[playerid]=SetTimerEx("RequestCamMoving",50,true,"i",playerid);
    //ct[playerid]=1;
    return 1;
}

public RequestCamMoving(playerid){
    if(gPlayerCameraPos[playerid][coord_x]==-251.5704&&gPlayerCameraPos[playerid][coord_y]==2576.3738&&gPlayerCameraPos[playerid][coord_z]==64.5215){
        MoveCamera(playerid,-240.0654,2576.1228,64.5215,29.8891,-245.9774,2580.2698,63.5703);
  } else if(gPlayerCameraPos[playerid][coord_x]==-240.0654&&gPlayerCameraPos[playerid][coord_y]==2576.1228&&gPlayerCameraPos[playerid][coord_z]==64.5215){
    MoveCamera(playerid,-242.6376,2579.4529,64.5215,41.4825,-245.9774,2580.2698,63.5703);
    } else if(gPlayerCameraPos[playerid][coord_x]==-251.5704&&gPlayerCameraPos[playerid][coord_y]==2576.3738&&gPlayerCameraPos[playerid][coord_z]==64.5215){
    MoveCamera(playerid,-242.6376,2579.4529,64.5215,41.4825,-245.9774,2580.2698,63.5703);
    }
    return 1;
}
But bad

UR joking? :X
its unfinished.
Reply


Messages In This Thread
How to Create Moving Skin Camera - by illay - 26.06.2009, 12:06
Re: How to Create Moving Skin Camera - by Drift_King786 - 26.06.2009, 12:08
Re: How to Create Moving Skin Camera - by wildwest - 27.06.2009, 15:12
Re: How to Create Moving Skin Camera - by Grim_ - 27.06.2009, 15:14
Re: How to Create Moving Skin Camera - by wildwest - 27.06.2009, 15:15
Re: How to Create Moving Skin Camera - by Infamous - 27.06.2009, 15:21
Re: How to Create Moving Skin Camera - by Grim_ - 27.06.2009, 15:23
Re: How to Create Moving Skin Camera - by illay - 27.06.2009, 15:24
Re: How to Create Moving Skin Camera - by RonLipel_ - 27.06.2009, 15:30
Re: How to Create Moving Skin Camera - by Correlli - 27.06.2009, 15:34

Forum Jump:


Users browsing this thread: 1 Guest(s)