如题
版本是1.12
是插件

壹陽峙
for遍历,中心位置是玩家eyelocation+1(因为3*3)
  1. for(int z= -1 ; i < 2 ;i++){
  2. for(int x = -1 ; i < 2 ;i++){

  3. //do...

  4. }
  5. }
复制代码


壹陽峙 发表于 2019-6-1 12:12
for遍历,中心位置是玩家eyelocation+1(因为3*3)

好的, 不过请问i是int i = 啥

下一页 最后一页