2016-04-14 14:09:04 +00:00
|
|
|
// Triggered if a player gets off the public bus
|
|
|
|
// removes the addaction to stop the bus
|
|
|
|
_bus = _this select 0;
|
|
|
|
_unit = _this select 2;
|
|
|
|
|
|
|
|
if(isPlayer _unit) then
|
|
|
|
{
|
2016-04-15 00:49:24 +00:00
|
|
|
_bus removeAction SC_bustop;
|
2016-04-14 14:09:04 +00:00
|
|
|
};
|