Coder Social home page Coder Social logo

Comments (6)

mertushka avatar mertushka commented on June 9, 2024

You need to use await room.getPlayerList(); to make Promise resolved. Because all methods are Promise based.

from haxball.js.

ImmersHaxball avatar ImmersHaxball commented on June 9, 2024

Thanks! That worked indeed.
One more quick question. If I want to make a player admin I used to be able to do:
room.setPlayerAdmin(playerid, true)
Now I noticed in your code you don't have this anymore, but you create a Player object.
How do I use a Player object in my code?
Because obviously when I do
player = await room.getPlayer(playerid);
player.setAdmin(true);
I get an error saying player.setAdmin() is not a function, as my player is not a Player object.

from haxball.js.

mertushka avatar mertushka commented on June 9, 2024

player = room.players.cache.get(playerid);
player.setAdmin(true);
This should work fine. You can get PlayerObject from players cache.

Tip: https://github.com/mertushka/haxball.js-example you can take this ready to run project but you should change prefix on src/events/onPlayerChat.js line 5.

from haxball.js.

ImmersHaxball avatar ImmersHaxball commented on June 9, 2024

Oh great thanks! Didn't see the example, maybe it's an idea to put it somewhere on the project page here.
Thanks a lot for your quick help!

from haxball.js.

mertushka avatar mertushka commented on June 9, 2024

Glad I could help. I don't have time to update the project but I think it will not be a problem since it is stable. You can ask questions in any problem.

  • Cheers, mertushka.

from haxball.js.

mertushka avatar mertushka commented on June 9, 2024

With release of [email protected] this issue is deprecated.

from haxball.js.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.