Ставим геймлоджик на карту. В его ините прописываем:

[this,"G36A","G36Amag",0,90] exec "WH.sqs"

Скрипт (SQS):

Код:
_Object = _this select 0
_Weapon = _this select 1
_Ammo = _this select 2
_Height = _this select 3
_Azimut = _this select 4

_Ground = "WeaponHolder" createVehicle getPos _object
_Ground addmagazinecargo [_Ammo,3]
_Ground addweaponcargo [_Weapon,1]
_Ground setpos [(getpos _Ground select 0),(getpos _Ground select 1),(getpos _Ground select 2)+_Height]
_Ground setdir _Azimut
exit

Пояснение запуска:

[Это,"Тип оружия","Тип магазина",Высота,Азимут] exec "WH.sqs"




Теги: OFP