GamerDeMTA Posted May 30, 2013 Share Posted May 30, 2013 Is this code OK? function lol () setWorldSpecialPropertyEnabled ("aircars", source, true) end addEventHandler ("onPlayerJoin", lol) Link to comment
iPrestege Posted May 30, 2013 Share Posted May 30, 2013 No it's not : -- # Client Side : addEventHandler('onClientResourceStart',resourceRoot, function ( ) setWorldSpecialPropertyEnabled ("aircars", true) end ) It's 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