新增队伍系统,攻击不会打给同队,剩一队时游戏就结束(目前允许0~6,0号为自由队,每个人分别算一队)
添加/group命令来选择队伍
This commit is contained in:
@@ -31,7 +31,7 @@ return{
|
||||
for i,p in next,L do
|
||||
if p.uid==USER.uid then
|
||||
if p.playMode=='Gamer' then
|
||||
PLY.newPlayer(1)
|
||||
PLY.newPlayer(1,false,p)
|
||||
N=2
|
||||
end
|
||||
table.remove(L,i)
|
||||
|
||||
Reference in New Issue
Block a user