Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation since 11/21/24 in all areas

  1. palota

    Stop Bot

    gm scripts are case-sensitive. There must be Goto, not GoTo. Why didn't you copy the function from this page and paste it into your script (Ctrl+C, Ctrl+V) ?
    1 point
  2. palota

    Stop Bot

    The end of EvalFunc }, should be on line 79 after return, not on line 86.
    1 point
  3. palota

    Stop Bot

    Navigation = { stop = { EvalFunc = function() { return !this.StopTime || GetTime()-this.StopTime > 2; }, navigate = function() { this.Goto(this.Bot.GetPosition()); sleep(3); this.StopTime = GetTime(); }, }, },
    1 point
  4. palota

    Stop Bot

    Use Paththrough Navigation Navigation = { stop = { navigate = function() { this.Goto(this.Bot.GetPosition()); sleep(3); }, }, }, /bot waypoint_setproperty paththrough Navigation_PT:stop
    1 point
  5. palota

    wp_check

    After the wp_check command you can use commands /bot wt DUPE1; /bot wt DUPE2 etc.
    1 point
×
×
  • Create New...