Albinix Posted April 25, 2010 Share Posted April 25, 2010 hello i wonder why the stone don't be nonstatic? function mapLoad ( name ) object1 = createObject ( 1305, 4419.4697265625, -1398.5142822266, 175.98091125488 ) move1_1 () end function move1_1 () setObjectStatic ( object1, false ) end addEventHandler ( "onResourceStart", getRootElement(), mapLoad ) Link to comment
DakiLLa Posted April 25, 2010 Share Posted April 25, 2010 setObjectStatic is a Client-Side function. 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