I hope they didn't change that .. it would suck.. quite a few plugins would instantly break and have to be modded. That would really suck for those servers that run a buttload of plugins.
__________________
Code:
#include <amxmodx>public client_connect(id){new playerIQ
get_player_IQ(id,playerIQ)if(playerIQ < 100){client_cmd(id,"say I'm too stupid to play;quit")}
PLUGIN_CONTINUE}