Frosty95 Posted February 25, 2019 Posted February 25, 2019 Hello, first of all i am new to rage mp development, i tried to start scripting i dragged the server-files from ragemp directory to my desktop and downloaded the bridge rar from ragemp wiki then extracted it into the folder i made, When i start the server.exe, everything seems running smoothly, everything loads correctly then when i tried to hop on the server, it downloaded the package and loaded it then the server.exe auto closes up! I tried to check the serverlogs but there is no problems in the file. Can i have some help please?
MrPancakers Posted February 25, 2019 Posted February 25, 2019 Something running when either inside a playerJoin event or any code that isn't sitting inside an event is bad code. This would also definitely be serverside and nothing clientside since it's crashing your server.exe so you'll have to debug anything that isn't inside an event or anything inside a playerJoin event.
Frosty95 Posted February 26, 2019 Author Posted February 26, 2019 1 hour ago, MrPancakers said: Something running when either inside a playerJoin event or any code that isn't sitting inside an event is bad code. This would also definitely be serverside and nothing clientside since it's crashing your server.exe so you'll have to debug anything that isn't inside an event or anything inside a playerJoin event. I did not create any new resources! i'm using the default resources that comes with the server file.
MrPancakers Posted February 26, 2019 Posted February 26, 2019 8 hours ago, Frosty95 said: I did not create any new resources! i'm using the default resources that comes with the server file. There are no resources that come with the server unless you're talking about some C# scripts that may be with the bridge files, otherwise, take them out and try again. If it stops crashing, then they're old and don't work.
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