Hello, I would like to present script on the aircraft of airdrop.
Video:
https://www.youtube.com/watch?v=nEpeMK7nImg
In PWN File:
Include:
Bomber.inc
3DTryg.inc
ATM.inc
MapAndreasEx.inc
StreamerFunction.inc
EngineX.inc
To make full use is required to add your own location throw.
The use of throw coordinates can be edited in OnPackageLanded(mobid,objectid)
Video:
https://www.youtube.com/watch?v=nEpeMK7nImg
In PWN File:
PHP Code:
//SA-MP includes
#include <a_samp>
//Plugin includes
#include <streamer>
#include <mapandreas>
//SAM Includes
#include "SAM/StreamerFunction.inc"
#include "SAM/3DTryg.inc"
#include "SAM/MapAndreasEx.inc"
#include "SAM/ATM.inc"
#include <EngineX.inc>
#include "Bomber.inc"
public OnFilterScriptInit(){
return 1;
}
public OnFilterScriptExit(){
return 1;
}
Bomber.inc
3DTryg.inc
ATM.inc
MapAndreasEx.inc
StreamerFunction.inc
EngineX.inc
To make full use is required to add your own location throw.
The use of throw coordinates can be edited in OnPackageLanded(mobid,objectid)