TheSmart Posted August 16, 2015 Share Posted August 16, 2015 Hey Guys! Today i need little help that how i can make if player dimension is 4 so then he can use the script LIKE IF Player in "1" Dimension so can use Freeroam script that its, anyone can help me? Thanks Link to comment
t3wz Posted August 16, 2015 Share Posted August 16, 2015 if getElementDimension ( element ) == 4 then -- end also you've to edit the freeroam resource. Link to comment
TheSmart Posted August 16, 2015 Author Share Posted August 16, 2015 that but it not working function open() if getElementDimension ( source ) == 4 then guiSetVisible(window, not guiGetVisible(window)) showCursor(not isCursorShowing()) end end bindKey('f1','down', open) Link to comment
TheSmart Posted August 16, 2015 Author Share Posted August 16, 2015 nvm @VeNaD already fix it 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