if(!strcmp(cmdtext, "/moveme", true))
{
TogglePlayerSpectating(playerid, 1);
InterpolateCameraPos(playerid, -1531.8103,-2768.6357,48.5335, -1630.2877,-2704.8076,48.5391, 10000, CAMERA_CUT);
//Move the player's camera from point A to B in 10000 milliseconds (10 seconds).
return 1;
}
Soweit bin ich schon, nun will ich, dass er in eine andere Richtung die Kamera richtet. Kann mir das jemand vormachen?