Thread: Skunkage
View Single Post
KiN | SuicideDog
Senior Member
Join Date: Mar 2004
Old 04-21-2004 , 21:02  
Reply With Quote #3

Thanks.. we've been running this on our cs server sin amx 7.x, ppl seem to like it.
__________________
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}
KiN | SuicideDog is offline