More Privates

This commit is contained in:
PabstMirror
2015-04-17 15:45:00 -05:00
parent 9c054b7f35
commit 00f26144ec
36 changed files with 151 additions and 145 deletions

View File

@ -10,7 +10,7 @@
* None
*
* Example:
* [_player, _sides] call FUNC(initPlayer)
* [player, [west]] call FUNC(initPlayer)
*
* Public: No
*/
@ -19,8 +19,7 @@
private ["_playerUnit", "_sides"];
_playerUnit = _this select 0;
_sides = _this select 1;
PARAMS_2(_playerUnit,_sides);
if (vehicle _playerUnit == _playerUnit) then {