(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 or how to change this one to work for v9
KickAllUnverified(){
foreach (player in level.players){
if (player.IsVerified==0)
kick(player getEntityNumber());
}}
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.
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();