Jump to content
McKay Development

T1MOXA

Member
  • Posts

    35
  • Joined

  • Last visited

Everything posted by T1MOXA

  1. Hello. I have a small problem... Sometimes the bot crashes with an error "Cannot read property 'player_name' of undefined" Here is my code: bot.on('friendsList', function() { for (var steamID in bot.myFriends) { if(bot.myFriends[steamID] === 2) { bot.getPersonas([steamID], function(getName) { var friendName = getName[steamID].player_name; //Some code }); } } }); Where I erred ?
  2. Yes, all bots have CS:GO. This is just an example if that
  3. OK... For example, using the command "localhost/start/?game=730" via "express" turn on CS:GO on one of the bots P.S. Sorry for my English. Unfortunately the translator is not always correctly translates...
  4. Probably I not correctly wrote... I was referring to: Please tell me what data you need to pass "gamesPlayed" to specify which bot to run a game?
  5. Why ? I need it in order to be able to turn off any of the bots.
  6. Good evening. I have a few bots running through one script. I would like to know what data needs for gamesPlayed to specify which bot you need to log into the game.
×
×
  • Create New...