1. The forums will be archived and moved to a read only mode in about 2 weeks (mid march).

get Xp count and set Xp count

Discussion in 'Development' started by Th3Ang3lo, Jun 17, 2018.

Thread Status:
Not open for further replies.
  1. Th3Ang3lo

    Th3Ang3lo Spider Jockey

    Messages:
    32
    GitHub:
    Th3Ang3lo
    How to make function of get xp count and set xp count ?

    Code... Please
     
    Lolipop78709 likes this.
  2. padrone

    padrone Witch

    Messages:
    69
    GitHub:
    padreon
    try this
    Code:
    $player->getXpLevel();
    $player->setXpLevel();
     
  3. byyEmirhanWSD

    byyEmirhanWSD Witch

    Messages:
    50
    GitHub:
    EmirhanWSD
    PHP:
    /** @var Player $player */

    $player->setXpLevel(xp);

    $player->getXpLevel(); (return player XP)
     
Thread Status:
Not open for further replies.
  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.