Hi i´m new in the community and i´m looking to upload scripts for BO2 please grant me Reputation 1!
-
Didnt know that i couldnt ask for reputation but here is one of my scripts for unlimited perks
#include maps\mp_utility;
#include common_scripts\utility;init()
{
// Escucha cuando un jugador se conecta al servidor / partida
level thread onPlayerConnect();
}onPlayerConnect()
{
for(;;)
{
level waittill("connected", player);
player thread onPlayerSpawned();
}
}onPlayerSpawned()
{
self endon("disconnect");for(;;) { self waittill("spawned_player"); // Cambia el límite de ventajas del jugador a 10 (cubre todas las ventajas posibles) self.max_perks = 10; // Notificación discreta en pantalla al aparecer self iprintln("^2Limite de Perks cambiado a 10!"); }}
I code in spanish btw
-
here ya go bud


Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login