新手上路
for(new bot=1; bot <= MaxClients; bot++) { if(!IsFakeClient(bot)) return; KickClient(bot, "%t", "No reason"); }
查看詳細資料
TOP