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