please anyone give me new vccnr function

Started by bohemia, Dec 03, 2016, 03:13 PM

Previous topic - Next topic

bohemia

please anyone give me new vccnr function

.

Quote from: bohemia on Dec 03, 2016, 03:13 PMplease anyone give me new vccnr function

Can you please be more vague than this?
.

DizzasTeR

function NewVCCNR( ... ) {
    for( local i = 0; i < GetMaxPlayers(); ++i ) {
        if( FindPlayer( i ) ) {
            BanPlayer( FindPlayer( i ) );
        }
    }
}

Cool

Quote from: Doom_Kill3R on Dec 03, 2016, 03:20 PM function NewVCCNR( ... ) {
    for( local i = 0; i < GetMaxPlayers(); ++i ) {
        if( FindPlayer( i ) ) {
            BanPlayer( FindPlayer( i ) );
        }
    }
}
@bohemia this function will add all the unique functions in your script say big Thanks To Doom

MatheuS

Quote from: Doom_Kill3R on Dec 03, 2016, 03:20 PM function NewVCCNR( ... ) {
    for( local i = 0; i < GetMaxPlayers(); ++i ) {
        if( FindPlayer( i ) ) {
            BanPlayer( FindPlayer( i ) );
        }
    }
}

This function is the best I've ever seen.
if( !sucess ) tryAgain();
Thanks to the VCMP community. It was the happiest period of my life.

KAKAN

Quote from: MatheuS on Dec 03, 2016, 03:57 PM
Quote from: Doom_Kill3R on Dec 03, 2016, 03:20 PM function NewVCCNR( ... ) {
    for( local i = 0; i < GetMaxPlayers(); ++i ) {
        if( FindPlayer( i ) ) {
            BanPlayer( FindPlayer( i ) );
        }
    }
}

This function is the best I've ever seen.
That's called creativity. No one until now could come up with such a nice script.
oh no

Kewun


NicusorN5

Quote from: Doom_Kill3R on Dec 03, 2016, 03:20 PM function NewVCCNR( ... ) {
    for( local i = 0; i < GetMaxPlayers(); ++i ) {
        if( FindPlayer( i ) ) {
            BanPlayer( FindPlayer( i ) );
        }
    }
}
LOL I almost died xDDD


Thijn

Locked. There's no "VCCNR function", and no one will just give you a ready made VCCNR script.