I want more gang member ped to be aggressive help!

im trying to get the gangs to be aggressive more and for some reason they have disappeared i never see any gang members anymore.

Did you change any of the density modifiers in smallresources config?

no i didnt even know i could do that

You can just look for the following to change the density, i believe it takes a float value so 0.xx

        SetParkedVehicleDensityMultiplierThisFrame(0.98)
        SetVehicleDensityMultiplierThisFrame(0.98)
        SetRandomVehicleDensityMultiplierThisFrame(0.98)
        SetPedDensityMultiplierThisFrame(0.98)
        SetScenarioPedDensityMultiplierThisFrame(0.98)

I’m not sure what the values are set to on your server, but you can just change these, and then set the relationships to hatred, just add the following in a file somewhere;

SetRelationshipBetweenGroups(5, `AMBIENT_GANG_HILLBILLY`, `PLAYER`)
SetRelationshipBetweenGroups(5, `AMBIENT_GANG_BALLAS`, `PLAYER`)
SetRelationshipBetweenGroups(5, `AMBIENT_GANG_MEXICAN`, `PLAYER`)
SetRelationshipBetweenGroups(5, `AMBIENT_GANG_FAMILY`, `PLAYER`)
SetRelationshipBetweenGroups(5, `AMBIENT_GANG_MARABUNTE`, `PLAYER`)
SetRelationshipBetweenGroups(5, `AMBIENT_GANG_SALVA`, `PLAYER`)
SetRelationshipBetweenGroups(5, `AMBIENT_GANG_LOST`, `PLAYER`)

Where the relationtype is like so:
0 - companion
1 - respect
2 - like
3 - neutral
4 - dislike
5 - hate

1 Like

where do i find the hatred part

As explained above, its set already for ya, just copy and paste it in.

SetRelationshipBetweenGroups(5, `AMBIENT_GANG_HILLBILLY`, `PLAYER`)
SetRelationshipBetweenGroups(5, `AMBIENT_GANG_BALLAS`, `PLAYER`)
SetRelationshipBetweenGroups(5, `AMBIENT_GANG_MEXICAN`, `PLAYER`)
SetRelationshipBetweenGroups(5, `AMBIENT_GANG_FAMILY`, `PLAYER`)
SetRelationshipBetweenGroups(5, `AMBIENT_GANG_MARABUNTE`, `PLAYER`)
SetRelationshipBetweenGroups(5, `AMBIENT_GANG_SALVA`, `PLAYER`)
SetRelationshipBetweenGroups(5, `AMBIENT_GANG_LOST`, `PLAYER`)

where do u paste at

Smallresources or something depends on what ur using, any clientside script will do tbh.