a3_exile_occupation/scripts/eventHandlers/getOnBus.sqf

4 lines
111 B
Plaintext
Raw Normal View History

2016-04-27 10:09:01 +00:00
// Triggered if a player gets on the public transport
_transport = _this select 0;
2016-05-05 11:23:52 +00:00
_unit = _this select 2;