We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71c16dc commit fd4cfb0Copy full SHA for fd4cfb0
1 file changed
Solution/source/Submenus/PedComponentChanger.cpp
@@ -180,6 +180,12 @@ namespace sub
180
thisPed.RequestControlOnce();
181
SET_PED_RANDOM_COMPONENT_VARIATION(thisPed.GetHandle(), 0);
182
return;
183
+ }
184
+
185
+ if (setDefault) {
186
+ thisPed.RequestControlOnce();
187
+ SET_PED_DEFAULT_COMPONENT_VARIATION(thisPed.GetHandle());
188
+ return;
189
}
190
191
if (ComponentChanger_online_police_m) {
0 commit comments