13.02.2016, 14:37
(
Последний раз редактировалось dusk; 13.02.2016 в 15:35.
)
@mk124 ah, thanks! Also managed to solve my MapAndreas wrapper issue, it seems I was calling getPublic instead of getNative...
EDIT: Let's talk about checkpoints. How should they be used?
This is my code, is it bad that I do not store the instance of that chekpoint anywhere? Does Shoebill store it internally? When I call player.disableCheckpoint() will it be destroyed? Why can't consumers be set after creating a Checkpoint?
EDIT: Let's talk about checkpoints. How should they be used?
This is my code, is it bad that I do not store the instance of that chekpoint anywhere? Does Shoebill store it internally? When I call player.disableCheckpoint() will it be destroyed? Why can't consumers be set after creating a Checkpoint?
Код:
Checkpoint.create(getRadius(), onEnterConsumer, null).set(player);

