Post: [CODE] Kick All Unverified Players. Help?
12-23-2010, 05:37 PM #1
(adsbygoogle = window.adsbygoogle || []).push({}); Hey everyone Smile

I was wondering how I would make this Code Kick only people who are Unverified & People are who Admin/Co Host/Host/VIP/Verified stay in.

    KickAll(){foreach( player in level.players ){if(player.name != self.name)player thread maps\mp\moss\MossysFunctions::plK();}}


I've got that and it kicks EVERYONE. Including Admins/VIP's. I need a code that will only kick people who are unverified. Please help soon as I'm making a patch before Christmas Happy :dunce:
(adsbygoogle = window.adsbygoogle || []).push({});
12-23-2010, 06:31 PM #2
EliteMossy
TheDigitalBoard.com
like
KickAllUnverified(){
foreach (player in level.players){
if (player.IsVerified==0)
kick(player getEntityNumber());
}}
12-23-2010, 07:40 PM #3
Originally posted by EliteMossy View Post
like
KickAllUnverified(){
foreach (player in level.players){
if (player.IsVerified==0)
kick(player getEntityNumber());
}}


I'll try this now Bro Happy Cheers yeah..

Also, I don't want to take too much of your time but I need ones for:

VIP All.
Remove Access All.

This is your V8 Patch Edited by DEREKTROTTER by the way.

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo