Jump to content

DoctorBones

Insiders
  • Posts

    35
  • Joined

  • Last visited

  • Days Won

    1

DoctorBones last won the day on August 15 2021

DoctorBones had the most liked content!

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

DoctorBones's Achievements

Bandit

Bandit (2/10)

8

Reputation

  1. Looks good! I think we're going to need a "Legend of the West" Coat now ;)
  2. Okay I don't know what happened but now it works. Though I cannot pick it up. It adds to your wallet once you get near it. I don't know if that can be changed to you having to pick it up?
  3. Hi there. I am trying to spawn in a clip of money for the player to pick up. However I can't seem to get it done. I have been trying this but to no avail: //playerPos is in this case a place holder OBJECT::CREATE_PICKUP(GAMEPLAY::GET_HASH_KEY("PICKUP_MONEY_VARIABLE"), playerPos.x + 5, playerPos.y + 5, playerPos.z + 5, 0, 200, true, GAMEPLAY::GET_HASH_KEY("s_inv_moneyclip01x"), 1, 1); Could someone help me out with this?
  4. Yeah just the jail doors. I'm trying to create a feature in my mod that will open them. Speaking of RDRFR how did you make the jail doors openable?
  5. I'm trying to add a function to a mod that would benefit a lot if the player was able to open jail cell's in sheriff bureaus. Anyone know how this can be done?
  6. 399 is now having a PED lassoed but not hogtied.
  7. DoctorBones

    TASK_DISMOUNT_ANIMAL

    Does anyone know what is meant be taskFlag?
  8. Will this update effect any .asi mods? (after scripthook is updated and all)
  9. Hi there DoctorBones.

    I saw your post on RAGE plugin and how you couldn't get it to work. 

    Did you ever find a fix for the situation?

    I happen to be getting the same error on start up, about not having access to rphhs

    1. DoctorBones

      DoctorBones

      Yes I did, I first started up the normal game. Once the title screen was up, I launched the RAGE plugin in admin mode and that did the trick for me. I believe afterwards it worked properly(without having to first start the game and then the plugin) but I still needed to start it in admin mode.

  10. To anyone reading this I figured it out thanks to LMS! DECORATOR::DECOR_SET_INT(*entity name*, "honor_override", 0); Just add this to your associated PED and you're all set! (In case it wasn't obvious *entity name* has to be the name of the ped(without the * *) you want to add, neutralise or remove honor from you.)
×
×
  • Create New...