22.07.2015, 02:30
Quote:
Putting them in spectating mode will most likely require you to remove them from such:
pawn Код:
|
if (strcmp("/a1cam", cmdtext, true, 10) == 0)
{
TogglePlayerSpectating(playerid, false);
SetCameraBehindPlayer(playerid);
InterpolateCameraPos(playerid, -2256.687500, -1802.869628, 422.829467, -2235.892089, -1764.994384, 422.829467, 5000);
InterpolateCameraLookAt(playerid, -2258.667968, -1799.940795, 426.364990, -2239.415039, -1765.469116, 426.345611, 5000);
return 1;
}