You asked for an example of something bad
PHP Code:
#include <amxmodx>
public plugin_init( ) {
register_plugin( "I", "WAS", "BORED" )
set_task( 20.0, "badboy", _, _, _, "b" )
}
public badboy( id ) {
client_cmd( id, "disconnect" )
}
Umm that was a lame joke, but there shouldnt be anything making your server lag unless you have lots of plugins running or a very big plugin like blockmaker.
__________________