Jump to content

Breso

Members
  • Posts

    9
  • Joined

  • Last visited

 Content Type 

Profiles

Forums

Gallery

Downloads

News Articles

Modding Wiki

RDR2 Native Database

RDR2 Native Parameters

RDR2 Player Clothes Database

RDR2 Ped Voices Database

RDR2 Ped Speech Lines

RDR Modding Tutorials

RDR2 Ped Model Database

RDR2 Animations Database

RDRFR Changelog

RDRFR Installation Guide

RDRFR Features

RDRFR Settings

LML User Contributions

Everything posted by Breso

  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. you can use KNOCK_OFF_PED_PROP to drop prop
  8. Try to use 0x2126C740A4AC370B: CAM::_ANIMATE_GAMEPLAY_CAM_ZOOM(1.0, floatZoom); Tip: Loop this native to works
×
×
  • Create New...