gta-chaos-mod / ChaosModV

Chaos Mod for Grand Theft Auto V
https://gta5-mods.com/scripts/chaos-mod-v-beta
GNU General Public License v3.0
256 stars 93 forks source link

[Effect Improvement] All peds are Cops #376

Open rollschuh2282 opened 3 years ago

rollschuh2282 commented 3 years ago

in the game there is a un-used LSPD police uniform for Michael, and i thought it would be nice that when the effect gets triggered, that Michael changes into that police uniform just like how the characters get suits for the L.S Noire effect.

i already wrote out the ped components for it. so it would just be a matter of adding it to the effect.

    SET_PED_COMPONENT_VARIATION(player, 3, 6, 0, 0);
    SET_PED_COMPONENT_VARIATION(player, 4, 6, 0, 0);
    SET_PED_COMPONENT_VARIATION(player, 6, 6, 0, 0);
    SET_PED_COMPONENT_VARIATION(player, 8, 11, 0, 0);
    SET_PED_COMPONENT_VARIATION(player, 9, 6, 0, 0);
    SET_PED_COMPONENT_VARIATION(player, 11, 0, 0, 0);
EliRickard commented 3 years ago

You seem to have a knowledge in writing for modding, if you feel comfortable you could submit a PR and it will be read.

rollschuh2282 commented 3 years ago

not really. i just took that from the l.s noire code and adjusted the component stuff. i really have no coding experience

EliRickard commented 3 years ago

not really.

i just took that from the l.s noire code and adjusted the component stuff.

i really have no coding experience

Fair enough I'll create PR with this tomorrow