I feel like i've just finished reading the internet, and im now more lost
Ive tried using:
Rage.Native.NativeFunction.Natives.TASK_SHOOT_AT_COORD(Suspect1, 467.837921f, -1254.23413f, 29.5068264f, 5000, 0xC6EE6B4C);
This has Ped point at coord, but not shoot.
void TASK_SHOOT_AT_COORD ( Ped ped, float x, float y, float z, int duration, Hash firingPattern )
Also tried:
Rage.Native.NativeFunction.Natives.SET_PED_SHOOT_RATE(Suspect1, 900);
Rage.Native.NativeFunction.Natives.SET_PED_SHOOTS_AT_COORD(Suspect1, playersVehicle, true);
This works except it has the PED fire only one shot (using an smg). The coord works well. Just need to get multiple shots using a firepattern or something?