McCall Posted May 31, 2020 Posted May 31, 2020 Hi guys. I'm working on my own gamemode. In serverside I'am using C# and clientside JS. I've got a blocker development item in my list, and I didnt find any source or example to learn how to make it so: I'm looking for an inventory system with UI (CEF/html,css) with C# serverside and JS clientside. Do you have any source for it? Or just any example to start learning how to make it?
MrPancakers Posted May 31, 2020 Posted May 31, 2020 You could start by looking at the inventory API resource created by root to get an idea You could also try simply Googling "Game Inventory Systems" and look at tutorials and see how they design their inventories for other ideas too.
Floriian Posted June 2, 2020 Posted June 2, 2020 On 5/31/2020 at 11:58 AM, MrPancakers said: You could start by looking at the inventory API resource created by root to get an idea You could also try simply Googling "Game Inventory Systems" and look at tutorials and see how they design their inventories for other ideas too. It's very easy to use with cef...
McCall Posted June 2, 2020 Author Posted June 2, 2020 Belive me guys i have no problem with the c#. The only thing is blocking me is the html/css. I've already read that topic, used it but its still just serverside. What i need is clientside which is using js what is connected to html and css CEF.
Division Posted June 2, 2020 Posted June 2, 2020 get vue.js in html and go through their docs, its easy 2 learn
McCall Posted June 9, 2020 Author Posted June 9, 2020 up! 👆 somebody, please throw me with some working code snippets 🥺
Z8pn Posted June 18, 2020 Posted June 18, 2020 On 6/9/2020 at 6:24 PM, McCall said: up! 👆 somebody, please throw me with some working code snippets 🥺 You could take a look here https://github.com/Z8pn/RageSurvival/blob/master/client/cef/views/storage/script/script.js https://rage.mp/files/file/320-revive-undead-roleplay-learning-script/ 1
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