What the h*** is wrong with this script! Once I execute it, it say's that it don't reconice this line: ClearWeaponCargo and ClearMagazineCargo
_aa1 = _this select 0
_HeavyReammoBoxEast = _this select 1
_dir= getdir _sup
_x = (((sin _dir) *5) + (getpos _sup select 0))
_y = (((cos _dir) *5) + (getpos _sup select 1))
_ammo = _HeavyReammoBoxEast createVehicle [_x, _y, 0]
_ammo setdir (_dir +180)
_ammo ClearMagazineCargo this
_ammo addmagazinecargo ["9K32Launcher",10]
hint "ammodepot created"
exit