BROKEN bus system with basic functionality - 2 commits missed somehow
This commit is contained in:
12
SQF/Bus%20System.Altis/RR_functions/fn_doTeleport.sqf
Normal file
12
SQF/Bus%20System.Altis/RR_functions/fn_doTeleport.sqf
Normal file
@@ -0,0 +1,12 @@
|
||||
/**
|
||||
* Copyright© Benjamin Kyd 2019
|
||||
* fn_doSignPressed.sqf
|
||||
*
|
||||
* Teleports player and starts camera animation
|
||||
*/
|
||||
|
||||
params [
|
||||
["_target", [], [[]]]
|
||||
];
|
||||
|
||||
player setPos (target);
|
||||
Reference in New Issue
Block a user