air recon online!!!
#1

first see this:

Код:
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 see this picture in use:

i want this and rotates very slowly around it.The same call of duty
Reply


Messages In This Thread
air recon online!!! - by GeneralAref - 27.11.2015, 13:22
Re: air recon online!!! - by TwinkiDaBoss - 27.11.2015, 13:55
Re: air recon online!!! - by GeneralAref - 28.11.2015, 10:41
Re: air recon online!!! - by Vince - 28.11.2015, 11:14
Re: air recon online!!! - by GeneralAref - 28.11.2015, 11:20
Re: air recon online!!! - by GeneralAref - 28.11.2015, 11:25
Re: air recon online!!! - by GeneralAref - 28.11.2015, 13:18

Forum Jump:


Users browsing this thread: 1 Guest(s)