Discussion in 'General discussion' started by Jules, Aug 5, 2018.
i use this but didn't work. PHP: $player->getInventory()->setHelmet($helmet);
$player->getInventory()->setHelmet($helmet);
In what way does it not work?
Try this: PHP: $player->getArmorInventory()->setHelmet($helmet);
$player->getArmorInventory()->setHelmet($helmet);
work !