Moving cam
#1

How can I make moving cam when my player is loging in.
Reply
#2

InterpolateCameraPos
Reply
#3

Take a look at this: https://sampwiki.blast.hk/wiki/InterpolateCameraPos

EDIT: Damn, Kindred was faster than me.
Reply
#4

And how to make it random. If you know what i mean. There is 5-6 moving cams, and you have randome one?
Reply
#5

pawn Код:
new rand = random(5)
if(rand == 0)
{
    //Your codes of the camera
}
else if(rand == 1)
{
    //Your codes of the camera
}
else if(rand == 2)
{
    //Your codes of the camera
}
else if(rand == 3)
{
    //Your codes of the camera
}
else if(rand == 4)
{
    //Your codes of the camera
}
Reply


Forum Jump:


Users browsing this thread: 4 Guest(s)