how do i make First zombie or like that, cause
1
2
3
4
5
6
7
8
2
3
4
5
6
7
8
addhook("startround","set") function set() for id=1,32 do if (player(id,"exists") and player(id,"bot") and player(id,"team")==1) then parse("makect "..id) end end end
addhook("startround","set") function set() for id=1,32 do if (player(id,"exists") and player(id,"bot") and player(id,"team")==1) then parse("makect "..id) end end end