Timer help. +REP
#1

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!
Reply
#2

?? i dont understand ya... could you post some more explaination?
Reply
#3

Im making a tutorial,In the RP tutorial it shows various locations, I dont know how to move the camera every 5 seconds.
Reply
#4

ow... lol why you post a tutorial when you dont know it yourself how to make it?, and btw i dont know either XD but i aint placing a tut here XD
Reply
#5

Omg you got some problems with understanding bro...
Reply
#6

Use SetTimerEx to call a public timer

SetTimerEx("TutorialLocation1", 1000, false, "d", playerid);


forward public TutorialLocation1(playerid);
public TutorialLocation(playerid);
{
SetPlayerPos
// and add all the things you want, like the camera to move to another spot and what not.
return 1;
}
Reply
#7

May Be Make Function Here the idea....

pawn Код:
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;
}
Now:
pawn Код:
SetTimerEx("CameraRun", 1000, false, "f", playerid);//whatever
This is Just a idea for doing This:
Reply
#8

Quote:
Originally Posted by Shabi RoxX
Посмотреть сообщение
May Be Make Function Here the idea....

pawn Код:
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;
}
Now:
pawn Код:
SetTimerEx("CameraRun", 1000, false, "f", playerid);//whatever
This is Just a idea for doing This:
Don't use this method for you own good.
Reply
#9

lol yeah i have XD i dont understand ya anyways leave it others already helped ya
Reply
#10

Quote:
Originally Posted by niels44
Посмотреть сообщение
lol yeah i have XD i dont understand ya anyways leave it others already helped ya
He Wants to Create Tut IN-GAME not in FORUMS
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)