Jump to content

Game crash


ryzenje

Recommended Posts

Anybody knows why my game just crashes without errors when im trying to delete entity using DELETE_ENTITY native?

Other natives like SET_ENTITY_ALPHA works good

Code 

EDIT: Fixed it by just using 

mp.game.object.deleteObject(obj);

instead of native

let obj = entity.__attachmentObjects[id];
            delete entity.__attachmentObjects[id];
 
            if(mp.game.invoke('0x7239B21A38F536BA',obj))
            {
 
                mp.game.invoke('0xAE3CBE5BF394C9C9',obj);
            }
Edited by ryzenje
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...