05.07.2016, 19:16
Update v2.5:
- Added functions:
- Added additional option:
It calls: OnPlayerWeaponShot where hitid will always be equal to 0, and hittype is equal BULLET_HIT_TYPE_DYNAMIC_OBJECT
Video:
https://www.youtube.com/watch?v=f1Vzn51lG4s
Missile Launcher
- Added functions:
PHP код:
GetNearestVisibleItem(playerid,type);
GetNearestVisibleObject(playerid);
GetNearestVisiblePickup(playerid);
GetNearestVisibleMapIcon(playerid);
GetNearestVisible3DText(playerid);
PHP код:
#define ENABLE_BULLET_DYNAMIC_OBJECT //Turn on call OnPlayerWeaponShot when we shoot in a dynamic object
Video:
https://www.youtube.com/watch?v=f1Vzn51lG4s
Missile Launcher