mirror of
https://github.com/Teh-Dango/Sarge-AI.git
synced 2024-08-30 16:32:11 +00:00
65e4453908
Major Update. Now supporting DesolationRedux, Epoch and Exile.
13 lines
289 B
Plaintext
13 lines
289 B
Plaintext
/****************************************************************
|
|
File: UPSMON_Allowgetin.sqf
|
|
Author: MONSADA
|
|
|
|
Description:
|
|
Allow unit to move in vehicle
|
|
Parameter(s):
|
|
<--- unit
|
|
Returns:
|
|
Nothing
|
|
****************************************************************/
|
|
[_this] allowGetIn true;
|