AddonPeds Enemy/Ally Features [LUA] 1.0

AddonPeds Enemy/Ally Features [LUA] 1.0

* Spawn Custom Ped Models (Ally Or Enemy) *

I decided today to make a simple script which will provide an option to spawn custom peds as enemies or allies!

Requirements:
Latest version of Scripthook
Latest version of ScripthookVDotNet
Latest version of LUA
Latest version of AddonPeds
Any Addon Ped for Ally
Any Addon Ped for Enemy

Hotkeys:
Press “End” to spawn War-Machine ally (with no weapons but immortal)
Press “Page Down” to spawn Carnage-Spider as enemy (with knife & big health amount)

Script Customisations:

If you want to change the hotkeys:

For Enemy find and edit:
if(get_key_pressed(34)) then

For Ally find and edit:
if(get_key_pressed(35)) then

The numbers 34 or 35 are the “Page Down” & “End” hotkeys, list of the hotkeys you can find HERE (Click me)

If you want to change the model of the Enemy or Ally then open the Enemy.lua or the Ally.lua and find the:

GAMEPLAY.GET_HASH_KEY(“SPIDERCARNAGE”)
or
GAMEPLAY.GET_HASH_KEY(“WARMACHINE”)

And rename the “SPIDERCARNAGE” to whatever is named your custom model!
Or rename the “WARMACHINE” to whatever is named your custom model!

Credits:

TheMadBreaker

3/5 - (1 vote)

Download mod

FileFile size
rar Custom Peds For Allies & Enemies2 KB

Leave a Reply

Your email address will not be published. Required fields are marked *