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?
function NewVCCNR( ... ) {
for( local i = 0; i < GetMaxPlayers(); ++i ) {
if( FindPlayer( i ) ) {
BanPlayer( FindPlayer( i ) );
}
}
}
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
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.
Quote from: MatheuS on Dec 03, 2016, 03:57 PMQuote 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.
omg it works i tested!
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
lol
Locked. There's no "VCCNR function", and no one will just give you a ready made VCCNR script.