Jump to content

mp.peds.newLegacy is not a function


Nussmann

Recommended Posts

Im new to RAGE MP scripting and at the basics in the moment. I want to spawn a ped but when my Player connects to the Server i get the Clientside script error: gamemode/modules/npc1:2: TypeError: mp.peds.newLegacy is not a function.

 

this is my code which i got directly from the wiki:

let ped = mp.peds.newLegacy(mp.game.joaat('a_c_dolphin'), new mp.Vector3(1000, 100, 10), 0, ped => {
    // Called when the ped is streamed in
    ped.setAlpha(255);
    ped.freezePosition(false);
    ped.setInvincible(false);
    ped.setProofs(false, false, false, false, false, false, false, false); 
}, 0);

maybe im just to dumb to see my mistake maybe there is something i doesnt know. Any help is appreciated.

greetings

nussmann

Link to comment
Share on other sites

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