19.12.2018, 20:20
InterpolateCameraPos doesn't seem to be the function you want from what you're saying. InterpolateCameraPos moves the camera from one set of coordinates to another in a set time. It sounds to me you just want it to point at one location.
I'd recommend standing a little bit away from the map on the table, type /save and then jump on the map table and type /save again.
When you go inside of your saved positions file inside your documents folder, the first /save you should use for SetPlayerCameraPos and your second /save will be your SetPlayerCameraLookAt
Goodluck
PHP код:
SetPlayerCameraPos(playerid, /*X, Y, Z*/); //This sort of works like your zoom
SetPlayerCameraLookAt(playerid, /*X, Y, Z*/); //This will point the camera to the coordinates
When you go inside of your saved positions file inside your documents folder, the first /save you should use for SetPlayerCameraPos and your second /save will be your SetPlayerCameraLookAt
Goodluck