Skip to content
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Donate
Collapse

Plutonium

CrustyGundefined

CrustyG

@CrustyG
About
Posts
3
Topics
3
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Zombies crashes on launch
    CrustyGundefined CrustyG

    Im using the torrent version, everytime i launch zombies i get an error
    its the cannot find map/hud/util error

    BO1 Client Support

  • How to remove velocity/speed kept from before saving position in cod jumper? I slide if I am moving when I load position.
    CrustyGundefined CrustyG

    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;
    		}		
    
    MW3 Modding Support & Discussion

  • I keep getting this error message, cannot figure it out
    CrustyGundefined CrustyG

    Com_ERROR: GSC Compiler: scripts/main.gsc:32:1: error parsing include file 'maps/_hud_util': cannot find include file 'maps/_hud_util.gsc'

    MW3 Server Hosting Support
  • 1 / 1
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Donate