Johan Even Posted September 29, 2009 Share Posted September 29, 2009 Hello, I'm making a skin selector script, everything's fine until I try to move the process to an interior. Here's the code (clientside) function() fadeCamera(true) local cjped=createPed(56, 0,0,0) setElementInterior(cjped, 3, 950, -55, 1001) setElementCollisionsEnabled(cjped, false) setCameraInterior(3) setCameraMatrix (955, -55, 1002, 950, -55, 1001) end All I see is a poor girl hanging in the sky. Is it possible to load the interior? Link to comment
Gamesnert Posted September 30, 2009 Share Posted September 30, 2009 setElementInterior(getLocalPlayer(), 3) Oh by the way, setElementInterior doesn't have x,y,z arguments. Link to comment
Lordy Posted September 30, 2009 Share Posted September 30, 2009 According to wiki, it does. https://wiki.multitheftauto.com/index.ph ... ntInterior Link to comment
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now