ryzenje Posted September 3, 2019 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
Xabi Posted September 3, 2019 Posted September 3, 2019 You can't use RAGE namespace on server classes, that namespace's only available clientside.
ryzenje Posted September 4, 2019 Author 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
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