Forum
Scripts
Terrorist team no take firearms
Terrorist team no take firearms
1 reply
1

1
2
3
4
5
6
7
2
3
4
5
6
7
addhook('walkover', '_walkoverHook')
function _walkoverHook(id)
	if player(id, 'team') == 1 then
		return 1
	end
end
1

Offline