Arcade Prehacks

Page 1 of 2 12 LastLast
Results 1 to 10 of 11

Thread: Help Please!!!!

  1. #1

    Join Date
    Aug 2009
    Location
    South Dakota
    Posts
    101

    Help Please!!!!

    Im making a trainer for sinjid and i want to know how to do this:

    Code:
    AddItem("Iron Knife", "Weapon", 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 10, "");
    someone tell me please!

  2. #2
    Senior Member
    Join Date
    Jan 2009
    Location
    The Netherlands
    Posts
    693

    Re: Help Please!!!!

    I have seen a run function code..
    -EDIT- You can use CallFunction(yourcode)
    Code:
    CallFunction(AddItem("Iron Knife", "Weapon", 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 10, ""))
    Attached Files Attached Files

  3. #3

    Join Date
    Aug 2009
    Location
    South Dakota
    Posts
    101

    Re: Help Please!!!!

    It didnt work lol im trying to make it so that in game sinjid i get the item listed. ok?

  4. #4

    Join Date
    Jun 2008
    Location
    New York
    Posts
    1,995

    Re: Help Please!!!!

    Code:
    axshockwaveflash1.CallFunction(AddItem("Iron Knife", "Weapon", 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 10, "");)
    Try that.

  5. #5

    Join Date
    Aug 2009
    Location
    South Dakota
    Posts
    101

    Re: Help Please!!!!

    it didnt work i want to make so that when i click that button the weapon comes in the weapon slot (which that is the code)

  6. #6

    Join Date
    Aug 2009
    Location
    South Dakota
    Posts
    101
    Sorry about double post i was tired and i wanted to figure out how to do this dumb thing

  7. #7
    Senior Member
    Join Date
    Jan 2009
    Location
    The Netherlands
    Posts
    693

    Re: Help Please!!!!

    Don't double post..
    Try this.
    Code:
    CallFunction(AddItem("Iron Knife", "Weapon", 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 10, ""))
    Without the ;

  8. #8

    Join Date
    Aug 2009
    Location
    South Dakota
    Posts
    101

    Re: Help Please!!!!

    It does this AxShockwaveFlash1.CallFunction(AddItem("Iron Knife", "Weapon", 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 10, "")) But with a green line under the AddItem it says name 'AddItem' not declared

  9. #9
    Senior Member
    Join Date
    Jan 2009
    Location
    The Netherlands
    Posts
    693

    Re: Help Please!!!!

    Try this..
    vb 6.0
    Code:
    shockwaveFlash1.CallFunction('AddItem("Iron Knife", "Weapon", 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 10, "")')
    vb 2008
    Code:
    axshockwaveFlash1.CallFunction('AddItem("Iron Knife", "Weapon", 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 10, "")')
    the ' where missing

  10. #10

    Join Date
    Aug 2009
    Location
    South Dakota
    Posts
    101

    Re: Help Please!!!!

    none worked kk but if ne1 figures it out email me or pm me my email is [email protected]

Page 1 of 2 12 LastLast

Posting Permissions

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