BROKEN bus system with basic functionality - 2 commits missed somehow

This commit is contained in:
Benjamin Kyd
2019-05-13 00:20:50 +01:00
parent b9cda04514
commit 6cb5cbef32
9 changed files with 183 additions and 49 deletions

View File

@@ -0,0 +1,12 @@
/**
* Copyright© Benjamin Kyd 2019
* fn_doSignPressed.sqf
*
* Teleports player and starts camera animation
*/
params [
["_target", [], [[]]]
];
player setPos (target);