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

Crash when trying to use GPS distance

nick1988

New Member
Joined
Sep 1, 2014
Messages
163
Reaction score
2
Can anyone see something that would cause the bot to crash with this code? (cause it does...)

Code:
 GpsPoint point = this.gps.GetPoint("Test");
if (me.dist(point.x, point.y, point.z) > 500)
{
Log("Test is more then 500 away");
}
 
Back
Top