mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
9 lines
177 B
Plaintext
9 lines
177 B
Plaintext
/* ace_sys_sandbag (.pbo) | (c) 2009 by rocko */
|
|
|
|
#include "script_component.hpp"
|
|
|
|
PARAMS_2(_ladder,_unit);
|
|
|
|
deleteVehicle _ladder;
|
|
_unit addBackpack "ACE_TacticalLadder_Pack";
|