02.01.2013, 23:56
Ok, but I want it like the speed of the video above.
heres the code below:
heres the code below:
Quote:
|
public OnPlayerCommandText(playerid, cmdtext[]) { if(!strcmp(cmdtext, "/moveme", true)) { TogglePlayerSpectating(playerid, 1); InterpolateCameraPos(playerid, 0.0, 0.0, 10.0, 1000.0, 1000.0, 30.0, 10000, CAMERA_MOVE); //Move the player's camera from point A to B in 10000 milliseconds (10 seconds). return 1; } return 0; |

