ryzenje Posted September 3, 2019 Share Posted September 3, 2019 Anyone know why im getting this error : CS0246: The type or namespace name 'RAGE' could not be found (are you missing a using directive or an assembly reference?) https://imgur.com/a/UyRljMw Im using RAGE in my script https://imgur.com/a/7stj9uX Link to comment Share on other sites More sharing options...
Xabi Posted September 3, 2019 Share Posted September 3, 2019 You can't use RAGE namespace on server classes, that namespace's only available clientside. Link to comment Share on other sites More sharing options...
ryzenje Posted September 4, 2019 Author Share Posted September 4, 2019 10 hours ago, Xabi said: You can't use RAGE namespace on server classes, that namespace's only available clientside. Alright thanks Link to comment Share on other sites More sharing options...
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