View Single Post
KiN | SuicideDog
Senior Member
Join Date: Mar 2004
Old 06-09-2004 , 13:01  
Reply With Quote #2

To my knowledge you couldn't buy an awp with my plugin. Did you find a way around? If so let me know so I can update my plugin.
__________________
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