BadDriver Posted July 9, 2020 Posted July 9, 2020 (edited) Hello, If I mix C# and JavaScript in my script and I make one command in JS (with others made in C#), that command will work but it will say "Command not found". Is there some kind of exception handling? How to fix this? Is this a bug from RAGEMP? Edited July 9, 2020 by BadDriver
brosiden Posted July 9, 2020 Posted July 9, 2020 Why would you mix your code with js and c# in the first place?
MrPancakers Posted July 9, 2020 Posted July 9, 2020 RAGE:MP doesn't handle 'missing' commands, that's in your script that someone has coded (i assume you're using free resources you didn't make). Also if this is the case that events registered in JS and C# aren't in the same pool then maybe stick with making commands on one or the other, or just sticking with one main language.
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