#551 Need lua function for returning the number of spawns in a spawn group.

クローズ
5 ヶ月 前LordPazuzu によって開かれました · 1 コメント
LordPazuzu5 ヶ月 前 にコメントしました

Need lua function for returning the number of spawns in a spawn group.

Need lua function for returning the number of spawns in a spawn group.
image5 ヶ月 前 にコメントしました
共同編集者

This was resolved by using local groupList = GetGroup(Spawn) and using the #groupList sizing to determine the group size. We have to keep in mind spawns are only listed in group after they spawn, so initially on spawn will not be available, a timer, or in essence an lua function (enter_group for example) will have to be added. Or further on to address this in any other respect.

This was resolved by using local groupList = GetGroup(Spawn) and using the #groupList sizing to determine the group size. We have to keep in mind spawns are only listed in group after they spawn, so initially on spawn will not be available, a timer, or in essence an lua function (enter_group for example) will have to be added. Or further on to address this in any other respect.
image 5 ヶ月 前 に閉じられました
会話に参加するには サインイン してください。
読み込み中…
キャンセル
保存
まだコンテンツがありません