What's up guys? I'm Star Child. I'm a coder originally on NGU, now on multiple sites. Today, I have discovered how to set the unreleased perks.
Console Commands:
GSC Coding:
Those two perks are a diving perk (similar to black ops) and an explosive bullet perk (similar to what we used to have)
Console Commands:
Code:
setPerk PlayerName specialty_jumpdive
setPerk PlayerName specialty_explosivebullets
GSC Coding:
Code:
self map\mp\_perks::givePerk("specialty_jumpdive");
self map\mp\_perks::givePerk("specialty_explosivebullets");
Those two perks are a diving perk (similar to black ops) and an explosive bullet perk (similar to what we used to have)