a3_exile_occupation/scripts/eventHandlers/getOnBus.sqf

7 lines
189 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-31 15:22:42 +00:00
_unit = _this select 2;
_driver = driver _transport;
2016-06-05 02:52:03 +00:00
//_driver vehiclechat SC_occupyTransportGetIn;