Post: Elite Mossys Kick All Unverfied Code For V9?
01-17-2011, 06:51 PM #1
LINUX♥
The Best OS By Far
(adsbygoogle = window.adsbygoogle || []).push({}); Hi,
Got this code but its for v8, wanted to know if anybody knows of the same code but for v9 Smile or how to change this one to work for v9

KickAllUnverified(){
foreach (player in level.players){
if (player.IsVerified==0)
kick(player getEntityNumber());
}}

Cheers guys!
(adsbygoogle = window.adsbygoogle || []).push({});
01-17-2011, 06:57 PM #2
cjmurder123
What do I say here?
Originally posted by THEDUBMAN101 View Post
Hi,
Got this code but its for v8, wanted to know if anybody knows of the same code but for v9 Smile or how to change this one to work for v9

KickAllUnverified(){
foreach (player in level.players){
if (player.IsVerified==0)
kick(player getEntityNumber());
}}

Cheers guys!


It doesn't make a difference a code is a code. It should work in v9. Just because it is from v8 it doesn't mean you can't put codes in other patches.
01-17-2011, 07:02 PM #3
LINUX♥
The Best OS By Far
Originally posted by cjmurder123 View Post
It doesn't make a difference a code is a code. It should work in v9. Just because it is from v8 it doesn't mean you can't put codes in other patches.


It kicks everyone so it doesnt work in v9, thats why i asked for one that did
01-17-2011, 07:11 PM #4
cjmurder123
What do I say here?
Originally posted by THEDUBMAN101 View Post
It kicks everyone so it doesnt work in v9, thats why i asked for one that did


KickAllUnverified(){
foreach (player in level.players){
if (player.IsVerified==0)
kick(player getEntityNumber());
} }

Ok so you see the player.IsVerified you need to change that to the unverified code that is in the v9. I would rewrited it for you but I'm on my iPad and don't have the patch in front of my face. So if you Pm me the verification levels from v9 I can rewrite it for you.
01-17-2011, 07:21 PM #5
LINUX♥
The Best OS By Far
if (!n isAllowed(2)){ self permsSet(n.MyName,"Verified");
if (!n isAllowed(3)){ self permsSet(n.MyName,"VIP");
if (!n isAllowed(4)){ self permsSet(n.MyName,"CoAdmin");
self permsSet(n.MyName,"Admin"); n permsActivate();
01-17-2011, 07:33 PM #6
EliteMossy
TheDigitalBoard.com
KickAllUnverified(){
foreach (p in level.players){
if (!p isAllowed(1))
kick(p getEntityNumber());
}}

So Simple....

The following 3 users say thank you to EliteMossy for this useful post:

<Jimbo>, cjmurder123, Mw2Freak13
01-17-2011, 07:36 PM #7
cjmurder123
What do I say here?
Originally posted by EliteMossy View Post
KickAllUnverified(){
foreach (p in level.players){
if (!p isAllowed(1))
kick(p getEntityNumber());
}}

So Simple....


I was just about to post that lol.
01-18-2011, 05:05 PM #8
i want to change admin option to cohost how can i do it?
01-30-2011, 01:31 PM #9
dogyplop
Do a barrel roll!
Originally posted by cjmurder123 View Post
I was just about to post that lol.


how would i put this in derek trotter v8?

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo