call of duty: black ops 3 scripts question

  1. Aspire

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

    I want to display some text right before the game ends. For example my text should be displayed for like 5 seconds when every player in zombies dies. (it should wait unitl my text is gone and then end the game)
  2. K

    Request Multiplayer Movement In Zombies

    I found this function here on the forums and it only seems to work on the giant and zetsubo anybody have any insight as to why it doesnt work on other maps? function newMovment() { SetDvar( "doublejump_enabled", 1 ); SetDvar( "juke_enabled", 1 ); SetDvar( "playerEnergy_enabled", 1...
  3. Aspire

    Answered BO3 weapons + names

    I've seen the list of weapons in bo3 and i really can't tell what is what... If someone has all the mp weapons and their ingame names please send them to me
  4. Aspire

    Request Help with perks

    I've been looking through the bo3 perks list and I'm trying to get the perks to work but I can't really figure out what is what so that's how far I came. "//" in front of a specialty mean that I'm not sure if it's right. //Perk 1 greed //Afterburner //specialty_earnmoremomentum...
  5. Aspire

    Request Can someone help me?

    Can somebody tell me if there's something wrong with this since I can't test it myself? #using scripts\codescripts\struct; #using scripts\mp\_util; #using scripts\shared\callbacks_shared; #using scripts\shared\system_shared; #using scripts\shared\util_shared; #using...
  6. Aspire

    Question "could not read fast file" error

    Every time I start a mod or a custom map I get a "could not read fast file" error. Now I tried loading a not-edited custom map and I still got the error. I have no idea what to do... Thanks in advance!
  7. JayCoder

    Request Help Fix Scrolling

    /* Impossible With Out CabCon <3 Love Him Alway's Helping Me Alway's, Also His Raw He Is Giving Out Helps All The Way ___ _ _______ ___ _ .' \ ___ \ ___ ___ __. , __ ' /...
  8. conno

    Answered weapons and sounds

    Hello everyone, just want to ask does any have the full weapon and sound list for blackops 3 or knows how to get them.
  9. Kibitz

    Answered Help with BO3 Scripting

    Anyone know why I am getting this error? I can't seem to find out. The Mod Menu works when I remove the code. But when I add it back, it fails to compile? Anyone? This is the function: function func_allperks() self SetPerk = strTok { self clearperks(); self - Pastebin.com This...
  10. JayCoder

    Question can somebody tell me whats wrong with this?

    /* Impossible With Out CabCon <3 Love Him Alway's Helping Me Alway's, Also His Raw He Is Giving Out Helps All The Way ___ _ _______ ___ _ .' \ ___ \ ___ ___ __. , __ ' / ___...
  11. JayCoder

    Answered Animation?

    function setAnimationOnModel( localClientNum, characterModel, topPlayerIndex ) { anim_name = end_game_taunts::getidleanimname( localClientNum, characterModel, topPlayerIndex ); if( isDefined(anim_name) ) { characterModel util::waittill_dobj( localClientNum )...
  12. Nebulah

    Answered Random Weapon and Get Score

    Does anyone know how to give the player a random weapon? also how do you pull the score from the game? I want to make it so when the score goes up 1 the player teleports to a different spot
  13. R

    Question Chat Commands

    on Mw3 we was able to call script from chat like this !vote !nextmap !map mp_alpha ... also in game console ,, we could do login command for admins if i do the following in _clientids.gsc file : function helloWorld() { iPrintln("hello world"); } How i could call this function from command...
  14. JayCoder

    Outdated Can Someone Test & Record My BO3 GSC Menu?

    What The Title Say's Please Send Me A PM If You Can I'm hoping Someone can thank you cabcon community! - Jay
  15. Reqo Mods

    Outdated NEED HELP!!

    Hey so i just got bo3 and downloaded it and tried to get on it and i get some error code saying " An error has occurred during the operation. (80029530) if anyone could help i would really appreciate it! Thanks VC
Top