Final few errors creating a grief server.... (_zm.gsc?)
-
Good Evening Everyone,
I've been trying to create a grief server using JezuzLizard's Grief ProMod, and had my fair share of issues.
Finally gotten all my issues down to this one last thing:
If I include
#include maps\mp\zombies\_zm;at the start of _clientids.gsc, the server completely crashes, giving error:
Exception Code: 0xC0000005 Exception Address: 0x006242B0But if I don't include that line, I get this in the server window:
****3 script error(s): ****Unresolved external : "ai_calculate_health" with 1 parameters in "_clientids" at line 1 *** ****Unresolved external : "run_custom_ai_spawn_checks" with 0 parameters in "_clientids" at line 1 *** ****Unresolved external : "round_spawn_failsafe"And all of those items are in the _zm.gsc...
Any idea on how to fix this?
-
Good Evening Everyone,
I've been trying to create a grief server using JezuzLizard's Grief ProMod, and had my fair share of issues.
Finally gotten all my issues down to this one last thing:
If I include
#include maps\mp\zombies\_zm;at the start of _clientids.gsc, the server completely crashes, giving error:
Exception Code: 0xC0000005 Exception Address: 0x006242B0But if I don't include that line, I get this in the server window:
****3 script error(s): ****Unresolved external : "ai_calculate_health" with 1 parameters in "_clientids" at line 1 *** ****Unresolved external : "run_custom_ai_spawn_checks" with 0 parameters in "_clientids" at line 1 *** ****Unresolved external : "round_spawn_failsafe"And all of those items are in the _zm.gsc...
Any idea on how to fix this?
JasperBat Unresolved external errors are always produced before the code is executed so any errors that occur after resolving the error by defining the function would be unrelated to that.
There is no GSC debugging so there isn't a way to actually to determine what causes any specific error.
I am working on an update for the mod though.
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login