30.07.2012, 14:47
How can I make moving cam when my player is loging in.
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
}