Im using the torrent version, everytime i launch zombies i get an error
its the cannot find map/hud/util error
undefined
CrustyG
@CrustyG
Posts
-
Zombies crashes on launch -
How to remove velocity/speed kept from before saving position in cod jumper? I slide if I am moving when I load position.I am using this code to load and save position. How can I make sure I do not slide when I load position if I am moving when I press useButtonPressed() ?
if(self meleeButtonPressed() && self isOnGround()) { self.save1pos = self.origin; self.save1ang = self getPlayerAngles(); self iPrintLn("Position 1 Saved."); wait 0.75; } else if(self useButtonPressed() && self isOnGround()) { // load position 1. self setOrigin(self.save1pos); self setPlayerAngles(self.save1ang); self iPrintLn("Position 1 Loaded."); wait 0.75; }
-
I keep getting this error message, cannot figure it outCom_ERROR: GSC Compiler: scripts/main.gsc:32:1: error parsing include file 'maps/_hud_util': cannot find include file 'maps/_hud_util.gsc'