Results 1 to 3 of 3

Thread: Mismatch at DeclarePlayers

  1. #1
    Join Date
    May 2012
    Posts
    704
    Mentioned
    4 Post(s)
    Quoted
    147 Post(s)

    Default Mismatch at DeclarePlayers

    Hey guys, I am in progress of building a Gold Ammy crafter script, and I have this problem when I try to run my script



    I can't see what's the problem here, can anybody tell me what's wrong? Thank you!

  2. #2
    Join Date
    Oct 2006
    Location
    Netherlands
    Posts
    3,285
    Mentioned
    105 Post(s)
    Quoted
    494 Post(s)

    Default

    Players[0].Skill := SKILL_CRAFTING

    needs to be:

    Players[0].Skill := SKILL_CRAFTING;
    Working on: Tithe Farmer

  3. #3
    Join Date
    May 2012
    Posts
    704
    Mentioned
    4 Post(s)
    Quoted
    147 Post(s)

    Default

    Quote Originally Posted by masterBB View Post
    Players[0].Skill := SKILL_CRAFTING

    needs to be:

    Players[0].Skill := SKILL_CRAFTING;
    Oh... Stupid me... Thank you!

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •