27.02.2012, 08:50
Hello im making a intro, i know how to use SetCameraLookAt but i need to move the camera every 5 seconds for change the tutorial informations :/ then when i finished all spawn the player
+REP!

public CameraRun(playerid)
{
if(cam == 0)
{
SetCameraLookAt(); //flaflafla
cam = 1;
}
if(cam == 1)
{
SetCameraLookAt(); //flaflafla
cam = 2;
}
if(cam == 2)
{
SetCameraLookAt(); //flaflafla
cam = 3;
}
}
return 1;
}
SetTimerEx("CameraRun", 1000, false, "f", playerid);//whatever
May Be Make Function Here the idea....
pawn Код:
pawn Код:
|