View Single Post
KiN | SuicideDog
Senior Member
Join Date: Mar 2004
Old 06-11-2004 , 21:03  
Reply With Quote #8

there was a plugin for Dual MP5's a while ago but it had major server crashing issues with the custom models.. has anyone tested this?
__________________
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