CoD-Portal
Perk Limit erhöhen - Druckversion

+- CoD-Portal (http://codportal.holzus.bplaced.net/codportal)
+-- Forum: Call of Duty - Black Ops III - Zombies (http://codportal.holzus.bplaced.net/codportal/forumdisplay.php?fid=25)
+--- Forum: BO3 Zombie - Mapping Tutorials (http://codportal.holzus.bplaced.net/codportal/forumdisplay.php?fid=32)
+--- Thema: Perk Limit erhöhen (/showthread.php?tid=203)



Perk Limit erhöhen - Holz - 27.10.2016

1. Füge ans Ende Deiner Steam\SteamApps\common\Call of Duty Black Ops III\usermaps\zm_MapName\scripts\zm\zm_MapName.gsc

Code:
function set_perk_limit(num)
{
   wait( 30 );
   level.perk_purchase_limit = num;
}

2. Suche

Code:
function main()
{

3. Füge darunter

Code:
level thread set_perk_limit(10);  // This sets the perk limit to 10

ein.



Quelle: modme