Recent content by Sergiosvdev

  1. Sergiosvdev

    Request Zombieland testing

    I sent you a friend Request
  2. Sergiosvdev

    Release Zombieland Gamemode available on Steam

    Okay Thank you very much! :yes:
  3. Sergiosvdev

    Release Zombieland Gamemode available on Steam

    Hi everyone, on the last two weeks i have been working on this gamemode and its almost done. You can download it from Steam Workshop. This is the first version, so if you find bugs, please report here or on Workshop. Video: Download Workshop MEGA How to manually install(MEGA Link): 1 -...
  4. Sergiosvdev

    Request Zombieland testing

    Hi everyone, im making zombieland gamemode and i need some people to test everything before upload it to Steam Workshop. So if you are interested you can add me on Steam: Sergiosvdev You can also give new ideas for the gamemode :grinning: Preview: Thanks.
  5. Sergiosvdev

    GSC Black Ops 3 GSC Managed Code List

    Another option you have is kick the bot as a normal player checking first if it is a bot. It Semi-works because once kicked, Bots reconnect again. function removeBots(count) { currBots = 0; foreach(player in level.players) { if(currBots < count) {...
  6. Sergiosvdev

    GSC Black Ops 3 GSC Managed Code List

    There is a small difference between BO2 and BO3, in BO2 you can use the map_mortar_selector without giving killstreak_remote_turret_mp. However, in BO3 you must give that weapon because it is where the map is displayed. function location_selector() { currentWeapon = self...
Top