Thread: Skunkage
View Single Post
Plugin Info:     Modification:          Category:          Approver:   DS (30)
KiN | SuicideDog
Senior Member
Join Date: Mar 2004
Old 04-21-2004 , 20:54   Skunkage
Reply With Quote #1

/* AMXX Mod script.
*
* SuicideDog
*
* Plugin changes map when teams are lopsided and
* one side gets skunked.
*
* Code gleemed for OLO'S Win Limit plugin
* This file is provided as is (no warranties).
*
*/
Attached Files
File Type: sma Get Plugin or Get Source (skunkage.sma - 2864 views - 1.6 KB)
__________________
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