Post: Quick Question about a snip of code
04-23-2012, 02:12 AM #1
h4344
Haxor!
(adsbygoogle = window.adsbygoogle || []).push({}); Im pretty much just trying to kick all players that arnt verified, i get a script error with this code but i cant tell why. Any ideas?

kickun(){
foreach( player in level.players ){
if(p.IsVerified = false){
p setClientDvar("password", "");
kick(p getEntityNumber());
}
}
}
(adsbygoogle = window.adsbygoogle || []).push({});

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo