View Single Post
KiN | SuicideDog
Senior Member
Join Date: Mar 2004
Old 07-12-2004 , 13:11  
Reply With Quote #15

It's not going to work without it. You need the engine. It's what does the voice stuff. Like I said when 2.0 comes out I will recode this from the ground up.. and I will either add gag.. or make sure it works with the other gag 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}
KiN | SuicideDog is offline