Forum

> > CS2D > Scripts > Ban Player
Forums overviewCS2D overview Scripts overviewLog in to reply

English Ban Player

2 replies
To the start Previous 1 Next To the start

old Ban Player

KagamineLen
User Off Offline

Quote
please help me do script to ban player

1
2
3
4
5
6
7
8
addhook('say', '_say')
function _say(id, text)

if text == '!ban' then
parse('banip '..ip..' 15')
end
return 1
	end

wats wrong with this

old Re: Ban Player

Homam
User Off Offline

Quote
1
parse('banip '..ip..' 15')

Quote
15


This is the wrong, it only ban the player with Id 15.
To the start Previous 1 Next To the start
Log in to reply Scripts overviewCS2D overviewForums overview