So as the title suggests, when I take damage within game it causes my game to briefly freeze. This isn't just damage from zombies but it's any type of damage such as holding a grenade. This issue also causes the player to not be able to die. I believe this could be an issue with my zombiemode which I have linked below, if anyone could help that would be awesome! Thanks!
If commenting that out stops it I would look in it for loop issues maybe?
You know what you did since it worked right?
I added in DUKIP's Gun Game which altered the zombiemode slightly but I didnt think it would change anything damage related. He told me to check the damage callback's in _zombiemode but I wasn ttoo sure what this was and didnt want to bother him anymore than i already had so.
I added in DUKIP's Gun Game which altered the zombiemode slightly but I didnt think it would change anything damage related. He told me to check the damage callback's in _zombiemode but I wasn ttoo sure what this was and didnt want to bother him anymore than i already had so.
Well, as always, I would suggest going backwards until you stop it from happening, so if commenting out those lines fixes it, then you have a starting point. Are you running the map in developer 1 or developer_script 1 with logfile 1, and does it give you anything else to go on?
Well, as always, I would suggest going backwards until you stop it from happening, so if commenting out those lines fixes it, then you have a starting point. Are you running the map in developer 1 or developer_script 1 with logfile 1, and does it give you anything else to go on?
Ok, thanks. Yeah I'm running in developer but haven't tried the other two so will check it out and see if I notice anything. Thanks for the help!
I had this same problem except when the level started and when I would kill zombies. It is more than likely the player quotes causing an infinite loop everytime you get hit.
I had this same problem except when the level started and when I would kill zombies. It is more than likely the player quotes causing an infinite loop everytime you get hit.
I don't think it is to do with player quotes as when the game starts there is a quote like "we need to get the power on" or something like that and the game doesn't freeze at that point. Same if your gun runs out of ammo, you get a quote and the game doesn't freeze.