Jump to content

Recommended Posts

Posted

Hi, I'm playing with serverside peds :)

I created one succesfully, but how do I set the attributes for the enitites?

For not I got:

let ped = mp.peds.new(
        mp.joaat('u_m_y_zombie_01'),
        new mp.Vector3(pPos[0], pPos[1], pPos[2]),
        {dynamic: true, lockController: false}
    );

But when I try to use client side functions like "setAiMeleeWeaponDamageModifier(modifier);", it just gives me errors. I'm pretty new, but I'd love to get some help, thanks :D

  • 1 year later...

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...