Jump to content

Recommended Posts

Posted (edited)

Hey, i come from FiveM and i trying to convert my admin menu to RageMP and i have a problem with my invisibility native

SetEntityVisible(ped, false, false)

I didnt saw it in the Wiki ^^ someone know if there is the same on RageMP ?? :P

Edited by Loorenzos
Posted

and same for these native

 

var heading = GetGameplayCamRelativeHeading()+GetEntityHeading(GetPlayerPed(-1))
var pitch = GetGameplayCamRelativePitch()

 

Posted

Ok i tried this one :

mp.game.invoke('0xB5024B946329EB6A', entity, false, false); // SetEntityVisible 

and it didnt work, it said me that the native is incorrect (i tried both 1.36 and 1.39)

Posted
10 hours ago, Captien said:

For Entity visibility use the following:
 


entity.setAlpha(alpha) //alpha could be from (0-255) 0 means invisible

setAlpha

For your camera functions, I believe you're trying to find this:

 


mp.game.cam.setGameplayCamRelativePitch(x, Value2);
mp.game.cam.setGameplayCamRelativeHeading(heading);

setGameplayCamRelativeHeading
setGameplayCamRelativePitch

not this one.. i want GETGameplayCamRelativePitch/Heading

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