27.11.2015, 13:22
first see this:
i see this picture in use:
i want this and rotates very slowly around it.The same call of duty
Код:
forward endar(playerid); CMD:ar(playerid, params[]) { new Float:x, Float:y, Float:z; GetPlayerCameraPos(playerid, x, y, z); InterpolateCameraPos(playerid, x, y, z, x, y, z+27.9843, 4000, CAMERA_MOVE); SetTimer("endar", 20000, false); return 1; } public endar(playerid) { SetCameraBehindPlayer(playerid); SendClientMessage(playerid,COLOR_BLUE,"Our fuel is ended.we are back to HQ!"); return 1; }
i want this and rotates very slowly around it.The same call of duty