ryzenje 0 Posted September 3 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 Share this post Link to post Share on other sites
Xabi 142 Posted September 3 You can't use RAGE namespace on server classes, that namespace's only available clientside. Share this post Link to post Share on other sites
ryzenje 0 Posted September 4 10 hours ago, Xabi said: You can't use RAGE namespace on server classes, that namespace's only available clientside. Alright thanks Share this post Link to post Share on other sites