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

Plutonium

  1. Home
  2. BO2 Modding Support & Discussion
  3. GSC Script help needed

GSC Script help needed

Scheduled Pinned Locked Moved BO2 Modding Support & Discussion
gsc scriptbo2 zombiest6z
3 Posts 2 Posters 227 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • KraaiSlaaiundefined Offline
    KraaiSlaaiundefined Offline
    KraaiSlaai
    wrote on last edited by
    #1

    Can anyone help me with a GSC Script for my server that lets you keep your perks after you are downed on zombies?

    1 Reply Last reply
    0
    • chicken emojiundefined Offline
      chicken emojiundefined Offline
      chicken emoji
      wrote on last edited by
      #2

      You could use this script but it will not make the player keep quick revive

      init()
      {
      	onplayerconnect_callback( ::onplayerconnect );
      }
      onplayerconnect()
      {
      	self._retain_perks = 1;
      }
      
      KraaiSlaaiundefined 1 Reply Last reply
      0
      • KraaiSlaaiundefined Offline
        KraaiSlaaiundefined Offline
        KraaiSlaai
        replied to chicken emoji on last edited by
        #3

        chicken emoji Thanks man it works.

        1 Reply Last reply
        0

        • Login

        • Don't have an account? Register

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