Files
Examples/SQF/Bus%20System.Altis/RR_functions/fn_doTeleport.sqf

13 lines
186 B
Plaintext

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