I have got a model,how can i make that the camera follow it.
please help.
please help.
pointentity camera,player moveentity camera,0,0,entitydistance(camera,player) - distancefromplayerand if you want to smooth it out
moveentity camera,0,0,(entitydistance(camera,player) - distancefromplayer) / smoothingsmoothing could be about 20 or 30 but this will make the distancefromplayer 20 or 30 times bigger so you'll need to adjust that accordingly.