rp0123
Members
-
Joined
-
Last visited
Reputation Activity
-
rp0123 got a reaction from Cyan in LSPDFR & RAGE Plugin Hook Enhanced and Upcoming Site UpgradesHopefully, the block on AI pit maneuvering burrito vans will be removed for the enhanced version.
Also the anti pit maneuver traction that lspdfr applies to pursuit suspect's vehicle.
Clarification edit: LSPDFR backup AI seems to be blocked from being able to use tactics on vehicle with big in strModelFlags. They can't do pit maneuvers on burrito van, but if the flag is removed, then AI can pit them.
Also it takes abnormal amount of force to pit pursuit suspect's vehicle, that only AI backup with cheat force could do it or have to use the plugin.
-
rp0123 got a reaction from Epic Gaming in LSPDFR causing low amount to no traffic spawningEven setting Chase.DisableTrafficDensityAdjustments to true, traffic spawn is still diminished with LSPDFR.
Especially affected if added DLC cars into popgroups.
-
rp0123 got a reaction from FIB Gotham City Division in Add DT_PoliceRoadBlock spawns from GTA dispatch services to backup menuThere are critical bugs with automatic roadblock plugin and development seems to have ceased.
-
rp0123 reacted to LMS in Forcing suspect to stay in vehicleWhat do you mean SET_PED_COMBAT_ATTRIBUTES does not have a leave vehicle flag available? Set flag 3 to 0 and it should prevent them from leaving.
-
rp0123 reacted to Mytical49 in Disable ped knock down ragdoll when shotMaybe try suspect.IsCollisionEnabled;
-
rp0123 reacted to LMS in Disable ped knock down ragdoll when shotTry config flag 107 (CPED_CONFIG_FLAG_DontActivateRagdollFromBulletImpact).
-
rp0123 reacted to RicyVasco in Disable ped knock down ragdoll when shotI've looked into the decompiled code for the Paleto heist and this is everything I found regarding ragdoll:
SET_RAGDOLL_BLOCKING_FLAGS(ped, 32768)
SET_PED_CAN_RAGDOLL_FROM_PLAYER_IMPACT(ped, false)
Ped.CanRagdoll was also used but you already tried that