程式有2个错误,2个警告讯息:
error:第15行:invalid subscript (not an array or too many subscripts): "cs_get_user_team" -
"cs_get_user_team"非一个阵列或使用过多的下标。查看是不是将一个非阵列变数却以阵列方式储存资料!
第39行:undefined symbol "Register_logevent" -
"Register_logevent"未定义。如果是变数请以new建立并定义,若为函数请定义方法
warning:第67行:loose indentation -
区块编排格式警告。关于编排格式上的解决请参考
这篇第68行:function "logevent_round_end" should return a value -
函数"logevent_round_end"必须要有回传值。
。
如果还是不知道从何解决,那就提供程式码上来吧。不然也没办法解决你的问题!