What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal
RebornBuddy Forums

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

TehHuntorz

Member
Joined
Jan 15, 2010
Messages
63
Hey Devs,

Just curious as to whether the GameManager.Telegraphs List being always empty is a bug, not yet implemented, or I'm using it the wrong way..

Just running this in a plugin pulse to see what it'd return, never prints anything..
Code:
                if(GameManager.Telegraphs.Count > 0)
                    Log.InfoFormat("Found {0} telegraphs", GameManager.Telegraphs.Count);
 
Last edited:
I'll check on the telegraphs again. They are fully implemented, but it may be a bug with something else. Sorry!
 
Please restart your bot, and test telegraphs again. They should now work! (I have some slight updates to do still, but they should at least be mostly usable now!)
 
Back
Top