What's new
  • Visit Rebornbuddy
  • Visit Resources
  • Visit API Documentation
  • Visit Downloads
  • Visit Portal
  • Visit Panda Profiles
  • Visit LLamamMagic

GameManager.Telegraphs Not Yet Implemented?

TehHuntorz

Member
Joined
Jan 15, 2010
Messages
63
Reaction score
1
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