0 Members and 2 Guests are viewing this topic.
function OnCommand(ID:Byte;Text:string):boolean;vari: byte;beginresult := falseif (Text = '/botbgone') then for i:=1 to 32 do if GetPlayerStat(ID,'Human') = false then KickPlayer(ID);end;