-
Posts
61 -
Joined
-
Last visited
-
Days Won
1
Content Type
Profiles
Forums
Downloads
Everything posted by ConnorGuy
-
Found out that, New account creation has been disabled, and has been for years. I once asked before for an account in another thread: https://rage.mp/forums/topic/10595-wiki/#comment-34992 Never heard anything from it till today when I asked on the Discord server, what a lot of people have issues also accessing it seems and getting verify to use it.
-
Was trying to find out why the wiki way does not work - https://wiki.rage.mp/index.php?title=RAGE.Ui.HtmlWindow.Active Then I came across the post of someone having the same issue but years ago and unanswered, but today finally someone answers, this may not be useful for the guy who made this post anymore but could help others like me who was looking for answers. The wiki shows an example like this: HtmlWindow ShopCEF = new HtmlWindow("package://cef/shop/index.html"); private void openUI() { ShopCEF.Active = true; Rage.Ui.Cursor.Visible = true; } private void closeUI() { ShopCEF.Active = false; Rage.Ui.Cursor.Visible = false; } This example is incorrect and does not work, an correct working example would look like this: HtmlWindow ShopCEF = new HtmlWindow("http://package/cef/shop/index.html"); Hope this helps someone else in the future. Note: I asked few time for access edit the wiki, so stuff like this can be fixed but we never seem to get an answer or fix to this. When attempting to create an account to edit the wiki you are meet with a cloud flare block. No new account has been able to be made for years come on fix it please, Some of us really want to contribute.
-
Hmmmm try updating your graphics drivers, and maybe send us some logs located in C:\RAGEMP\clientdata\
-
Was skeptical, didn't trust it, checked it and safe for download, not tested it to see if it works.
-
Could be since the 1.0.3407.0 update was not long ago, it has broken something, have you tried another server see if you get the same issue that's not GrandRP, other wise it might be a bug on GrandRP side, wont hurt to give there support a message. they may even have others with the same issues.
-
Yes that's the correct Discord link as you can see in my image go to "read-this-first" and react to the message to get access, I have heard this fails though give it ago. https://ibb.co/8bDz1Z9
-
Basically yes, well React is a tool, and Vue is a toolkit Checkout this made by shrox, This is Vite, TypeScript and React.
-
Maybe you can play fine but maybe the server your joining the extra content you have to download might be to much for you PC could be why normal GTA like Online and Story don't crash, but honestly your information is a bit little to help you with. For example some servers you join will have Mods that download when you join, this could create issues for you if its a lot of new content. also if there is many players on, more then normal online sessions could be creating the issue too, as many RageMP servers can have thousands of players on one server unlike GTA Online.
-
Right I have the same problem I had years ago when trying to create a Wiki account I tried again to day and had the same issue. Let me update the Wiki god damn it. Xabi you say that its it community driven and anyone can edit it, You also mention that nothing is missing, The C# side different is missing a load, I wanted to add the bits missing years ago but could not get Wiki access it is not community driven, I even asked for access years ago. False Statement: (joking lol, could be an error with the Wiki) https://ibb.co/4jdyN70 Lots missing from the C# Server-side: Player = https://wiki.rage.mp/index.php?title=Server-side_CSharp_function Bunch more missing too, If had the access I wanted for the wiki from 2021 when I asked about it, I would have updated some of it.
-
I tried some time ago to update the wiki as it has alot of missing content mostly for the C# side. Will re attempt making account on the Wiki and let you know my findings.
-
Hmmm not sure about this one I will install OBS later and give it ago my self, I guess I'll report back my findings.
-
Hey yes you can use many types of flavours, you should use Vite and Typescript and React, or maybe even Typescript and Vue with Svelte. You didn't have to use Typescript you can just use JavaScript with them too.
-
TypeError: mp.vehicles.forEach is not a function
ConnorGuy replied to Pablo_Escobarza's topic in Scripting
Can we see more code please? -
No this is not possible to change the maximum number of slots dynamically while the server is running The maximum slots are defined in the server configuration file (conf.json) under the max players setting. This value is loaded when the server starts, and changing it requires a server restart to apply the changes.
-
Can't see the image containing the error.
-
If you want to run with no globalization support, you need to get "System.Globalization.Invariant": true into your published output. AppName.runtimeconfig.json file as shown in the example below: { "runtimeOptions": { "tfm": "netcoreapp3.0", "configProperties": { "System.GC.Server": true, "System.Globalization.Invariant": true } } } You can add it manually every time you deploy by adding or updating the AppName.runtimeconfig.json file. Better yet, add it once to a runtimeconfig.template.json file like this: { "configProperties": { "System.Globalization.Invariant": true } } Make sure that runtimeconfig.template.json is included in build/publish. OR you can do this. export DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=1
-
Hey, Buddy it could be a many of number of things, I would love to help you, but I need more information to use. If you could send us your computer specs for start, and explain a little more how these freezes look would be awesome?
-
Hello, I'm Indigo (ConnorGuy), After some time away, I'm excited to dive back into development and offer my skills to those who need them. With extensive experience in Node.js and game development, I'm eager to contribute to your projects. What I Offer: Node.js Application & Web Development: I specialize in creating advanced Node.js applications and websites, fully customized to your needs. Whether you require complex login and registration systems with integrations to Steam, Discord, RageMP, or other platforms, I can build it for you. I can also develop payment walls for in-game or out-of-game content, custom forums, stores, profile systems, messaging systems, reputation systems, streamer features, and much more. Discord Integration: I can seamlessly integrate Discord with both your website and RageMP server. This integration allows for synchronized roles, actions (like kicking and banning), and more across platforms, ensuring a cohesive and automated user experience. RageMP Development: I'm proficient in developing custom systems for RageMP, tailored to your specific needs. While I do not create 3D assets such as vehicles or clothing, I can certainly implement assets you provide or acquire from other sources. Custom RageMP Launchers: I can create custom RageMP launchers that feature advanced functionalities like character stats, server selection, and more. These launchers can be fully integrated with Discord, your website, and RageMP servers to provide a unified and engaging experience for your players. Why Work with Me: Passion-Driven: I genuinely enjoy this work and am offering my services for free as a hobby. If you're looking for a more permanent collaboration, I'm open to discussing ongoing arrangements. Feel free to reach out to me on Discord: indigo_42 Let's bring your ideas to life!
-
No problem can help.
-
I can help with your ragemp server.
-
So did this get resolved?
-
Thanks buddy I ened up just just keeping the CEF active and using CSS to have CEF display:block to display:none;
