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