How do I remove the perk limit in custom game?
BO2 Client Support
5
Posts
5
Posters
2.1k
Views
1
Watching
-
is there a way to remove the perk limit?
-
-
Kasubire use this
init() { thread remove_perk_limit(); for(;;) { level waittill("connected", player); player thread welcome(); } } remove_perk_limit() { level waittill( "start_of_round" ); level.perk_purchase_limit = 9; } welcome() { self endon("disconnect"); self waittill("spawned_player"); wait 7; self iprintln("^2" +self.name + "^7 , your perk limit has been removed"); }
-
just send me the gsc file omg
-
just send me the gsc file omg
I think @Mr-MaPSaBino mentioned it: "Script"