SetPedTurningThresholds
DocsSetPedTurningThresholds(min, max)Description
Purpose: The game's default values for these make shooting while traveling Left quite a bit slower than shooting while traveling right (This could be a game-balance thing?)
Default Min: -45 Degrees
Default Max: 135 Degrees
\ ,- ~ ||~ - ,
, ' \ x x ' ,
, \ x x x ,
, \ x x ,
, \ x x ,
, \ x ,
, \ x ,
, \ x x ,
, \ x ,
, , '
' - , \_ \_ \_ , ' \\
If the transition angle is within the shaded portion (x), there will be no transition(Quicker)
The angle corresponds to where you are looking(North on the circle) vs. the heading of your Ped.
Note: For some reason,
You can set these values to whatever you'd like with this native, but keep in mind that the transitional spin is only clockwise for some reason.
I'd personally recommend something like -135/135
Parameters
| Name | Type | Description |
|---|---|---|
min | float | Leftside angle on the above diagram |
max | float | Rightside angle on the above diagram |
Ped Models

mp_m_freemode_01
player_zero
ig_agatha
s_m_y_cop_01
s_m_m_gaffer_01
g_m_m_armboss_01
a_c_boar
a_m_m_bevhills_01Returns
voidThis native does not return a value.