9#
大 中
小 发表于 2008-6-25 21:16 只看该作者
LSS的名字很强大..=.=话说这个游戏是不是需要很好的ping...- -||
#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}
|