23.04.2012, 01:12
It helps if you use the ban function. Although careful with exactly what you do at OnPlayerUpdate. All players call that function, so just do a single check for that specific player, don't loop through all players at OPU. As all players will call it up multiple times a second anyway. So you're just causing lots of checks that just don't need to be done.