Jump to content

How to add any weapon to slothbot (nemesis) ?


Recommended Posts

Here is the "nemesis" script:

function boss ( )
      Nemesis = exports [ "slothBot" ]:spawnBot ( -1935.5480957031, 665.44055175781, 47.0, 90, 312, 0, 0, Nemesis, 0,         "chasing", true )
      exports.extra_health:setElementExtraHealth ( Nemesis, 2500 )
      outputChatBox ("Nemesis!!!")
      myBlip = (createBlipAttachedTo ( Nemesis, 23 ))
      setElementData ( Nemesis, "nemesis", true  )
 end
addEventHandler ( "onResourceStart", getResourceRootElement(getThisResource()), boss )

 

In which line and what should I add to make the slothbot (nemesis) have any weapon? Please help :|

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...