Moving cam
#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


Messages In This Thread
Moving cam - by Alex.Cone - 30.07.2012, 14:47
Re: Moving cam - by Kindred - 30.07.2012, 15:05
Re : Moving cam - by lelemaster - 30.07.2012, 15:05
Respuesta: Moving cam - by Alex.Cone - 30.07.2012, 15:55
Re : Moving cam - by lelemaster - 30.07.2012, 16:28

Forum Jump:


Users browsing this thread: 1 Guest(s)