Jump to content

Breso

Members
  • Joined

  • Last visited

  1. You can create a simple script to give lantern to nearby peds only at night, using ScriptHook, works good Like this: get nerby peds if(peds is walking) <-Give only to walking peds if(hour > 20 && hour < 5) give lantern
  2. Scripthook "BIN" folder is wrong. Delete that and put dinput8.dll and ScriptHookRDR2.dll on your RDR main folder, thats works
  3. Maybe try to spawn any ped on any place, create a shoot to this ped, owned by you, this makes your wanted level up, just idea
  4. I have worked on project like this, but i give up, maybe i'll come back, ita good idea
  5. you can use KNOCK_OFF_PED_PROP to drop prop, not vanish, maybe this helps you
  6. Great idea!! Maybe use propsets to make more interactive places, like camps or tents near the city
  7. Breso commented on admin's comment in TASK
    you can use KNOCK_OFF_PED_PROP to drop prop
  8. Breso replied to choky10's post in a topic in RDR2 Mods Discussion
    Try to use 0x2126C740A4AC370B: CAM::_ANIMATE_GAMEPLAY_CAM_ZOOM(1.0, floatZoom); Tip: Loop this native to works