RastHacker 0 Posted December 6, 2019 Posted December 6, 2019 Hello, i'm .NET dev in WinForms, and i want to create a RDR2 .NET mod with Community .Net ScriptHook. Is there a way to send notification in game with code? I'm searching but not founding ;D If a .Net modder can help me? THANKS ;D Quote
LMS 674 Posted December 6, 2019 Posted December 6, 2019 3 hours ago, RastHacker said: Hello, i'm .NET dev in WinForms, and i want to create a RDR2 .NET mod with Community .Net ScriptHook. Is there a way to send notification in game with code? I'm searching but not founding ;D If a .Net modder can help me? THANKS ;D What type of notification are you talking about? Quote
RastHacker 0 Posted December 8, 2019 Author Posted December 8, 2019 Like compendium, and now i have new questions. How can i call 'Personal Horses' and 'Temporary Horses' in Ped class of community scripthook ? Quote
LMS 674 Posted December 8, 2019 Posted December 8, 2019 8 hours ago, RastHacker said: Like compendium, and now i have new questions. How can i call 'Personal Horses' and 'Temporary Horses' in Ped class of community scripthook ? I am not sure if those functions exist yet, but I recommend browsing the namespace to see what is available. The game is quite new so many functions are not yet properly wrapped. 1 Quote
RastHacker 0 Posted December 9, 2019 Author Posted December 9, 2019 Okay. Thanks for awnsers. I got actually this menu JediJosh's Trainer and in his horse option it detect personal horse, but in .asi so c++ not .Net. Maybe later in community scripthook .net Quote
i5x 0 Posted August 2, 2020 Posted August 2, 2020 Any news on the Notifications part? (tried to transfer a GTA 5 .NET mod and looks like there is no Notifications.Show() in the UI namespace 😞 ) Quote
HughJanus 244 Posted August 2, 2020 Posted August 2, 2020 2 hours ago, i5x said: Any news on the Notifications part? (tried to transfer a GTA 5 .NET mod and looks like there is no Notifications.Show() in the UI namespace 😞 ) There is a simple "display_text" method in the script hook devkit, but I dont know about the .net script hook. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.