kellerkompanie / kellerkompanie-mods

This project contains modifications for the Arma 3 game, custom tailored towards the needs of the Kellerkompanie community (https://kellerkompanie.com/). Not all parts are self-written. Where indicated the content does not belong to us, but rather to the original authors. The rest may be used by anyone in any way.
MIT License
4 stars 1 forks source link

Teleport to player bug #66

Closed Schwaggot closed 5 years ago

Schwaggot commented 5 years ago
20:36:43 Error in expression <ext [format ["Du wirst zu %1 verlegt.", name _destinationPlayer], "BLACK FADED"]>
20:36:43   Error position: <name _destinationPlayer], "BLACK FADED"]>
20:36:43   Error name: Typ Zeichenfolge, erwartet Objekt,Location
20:36:43 File x\keko\addons\teleport\functions\fnc_dialogTeleportToPlayer.sqf, line 8
shukari commented 5 years ago

"_destinationPlayer" ist ein String weil du die Person per lbData https://github.com/Schwaggot/kellerkompanie-mods/blob/c5bfb31358a18e86b8db1c70487b11323c49ecc5/addons/teleport/ui/dialog_teleport.hpp#L174 hier als String rausziehst... call compile sollte helfen oder objektID/name verwenden.

Schwaggot commented 5 years ago

Das ist ja nett, ich hatte das Issue nur angelegt damit ichs net vergesse, habs mir aber noch nicht wieder angeguckt und schwupp die wupp wirds einfach gelöst. Super, thx 👍 Guck ich mir an sobald ich Zeit finde.