Files
Examples/SQF/Bus%20System.Altis/RR_functions/fn_doTeleport.sqf
2019-05-13 00:34:58 +01:00

13 lines
185 B
Plaintext

/**
* Copyright© Benjamin Kyd 2019
* fn_doSignPressed.sqf
*
* Teleports player and starts camera animation
*/
params [
["_target", [], [[]]]
];
player setPos _target;