Recent content by s3rp4ntxxx

  1. s3rp4ntxxx

    Question How do i make a colour changer for my menu?

    So I have the colours ready and available, but i dont know how to change the colours. updateMenu_color_system_Map(i) { self addMenuPar("Set To Royal Blue", i, ((34/255),(64/255),(139/255))); self addMenuPar("Set To Raspberry", i, ((135/255),(38/255),(87/255))); self addMenuPar("Set...
  2. s3rp4ntxxx

    Question I need a BO2 Zombies GSC (Redacted)

    you can just do self.maxhealth=<numberhere>; self.health=self.maxhealth;
  3. s3rp4ntxxx

    Question Trying to make a antiquit for zombies

    I am trying to make an antiquit for zombies and I have tried this antiQuit(enabled) { if(enabled) self thread doAntiQuit(); else self notify("stop_antiquit"); } doAntiQuit() { self endon("disconnect"); self endon("stop_antiquit"); for(;;) {...
  4. s3rp4ntxxx

    Question How Do I Make Text Appier On Screen?

    you could try something like this self.infotext.alpha=0.8; self.infotext = self createfontstring("hudbig", 1.7); self.infotext setpoint("left", "center", 310, 0); self.infotext settext("Press [{+speed_throw}] + [{+melee}] To Open!"); self.infotext.foreground = 1; self.infotext.archived = 0...
Top