Recent content by Aspire

  1. Aspire

    Answered Help what's wrong here?

    Post your createText function here please, probably something wrong with it
  2. Aspire

    Answered Help with functions

    Why would it return anything? Can you explain it to me?
  3. Aspire

    Answered Help with functions

    I've seen functions like this and don't really know what they mean: function test(bool = true) { if(bool == true) { self iPrintLn("True"); } else { self iPrintLn("False"); } }
  4. Aspire

    GSC Black Ops 3 GSC Managed Code List

    if self.class is wrong try self.pers["class"]
  5. Aspire

    GSC Black Ops 3 GSC Managed Code List

    Forget that code's a wreck lol give me some time and I'll work on it
  6. Aspire

    Answered Help with BO3 Scripting

    Are you sure it's the function and not his menu/the rest of the code?
  7. Aspire

    Tutorial How to get VS - Code to read GSC

    Forgot it lol. Will add credits asap
  8. Aspire

    Tutorial How to get VS - Code to read GSC

    How to get Visual Studio Code (VS Code) to read GSC: This was originally made for WaW. I had to change a lot of stuff in order to get this to work, so yh. (idk where I'm going with this) Some features like compiling etc probably won't work because as I said it was made for WaW NOTE: Originally...
  9. Aspire

    Answered Help with BO3 Scripting

    strTok has to many parameters. It needs 2 (string, delim) So basically ar_perks_list = StrTok("specialty_accuracyandflatspread specialty_ammodrainsfromstockfirst specialty_anteup specialty_armorpiercing specialty_armorvest specialty_bulletaccuracy specialty_bulletdamage...
  10. Aspire

    Outdated Anyone willing to help me?

    How is this my code? I literally just formated and changed the obvious things
  11. Aspire

    Outdated Anyone willing to help me?

    I've got a hold of this function and tried to port it to bo3. I am really tired atm and thought I'd just post it here and let other's try lol... I will ofc give credit and post it in the code list asap. #using scripts\shared\weapons_shared; #using scripts\shared\array_shared; function...
  12. Aspire

    Answered Does this dvar exist? "r_waterSheetingFX_enable"

    Just asking if someone know if this dvar exists in bo3
  13. Aspire

    Question Is there any way to display right before "game_ended"

    level waittill("game_ended"); The game ends before my credits start :/
Top