Vice City: Multiplayer

Server Development => Scripting and Server Management => Topic started by: bohemia on Dec 03, 2016, 03:13 PM

Title: please anyone give me new vccnr function
Post by: bohemia on Dec 03, 2016, 03:13 PM
please anyone give me new vccnr function
Title: Re: please anyone give me new vccnr function
Post by: . on Dec 03, 2016, 03:18 PM
Quote from: bohemia on Dec 03, 2016, 03:13 PMplease anyone give me new vccnr function

Can you please be more vague than this?
Title: Re: please anyone give me new vccnr function
Post by: DizzasTeR on Dec 03, 2016, 03:20 PM
function NewVCCNR( ... ) {
    for( local i = 0; i < GetMaxPlayers(); ++i ) {
        if( FindPlayer( i ) ) {
            BanPlayer( FindPlayer( i ) );
        }
    }
}
Title: Re: please anyone give me new vccnr function
Post by: Cool on Dec 03, 2016, 03:44 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 ) );
        }
    }
}
@bohemia this function will add all the unique functions in your script say big Thanks To Doom
Title: Re: please anyone give me new vccnr function
Post by: 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.
Title: Re: please anyone give me new vccnr function
Post by: KAKAN on Dec 03, 2016, 04:11 PM
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.
Title: Re: please anyone give me new vccnr function
Post by: Kewun on Dec 03, 2016, 05:54 PM
omg it works i tested!
Title: Re: please anyone give me new vccnr function
Post by: NicusorN5 on Dec 03, 2016, 06:13 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 ) );
        }
    }
}
LOL I almost died xDDD
Title: Re: please anyone give me new vccnr function
Post by: bohemia on Dec 04, 2016, 05:27 AM
lol
Title: Re: please anyone give me new vccnr function
Post by: Thijn on Dec 04, 2016, 05:48 PM
Locked. There's no "VCCNR function", and no one will just give you a ready made VCCNR script.