szporwolik / perun

Perun toolset for DCS World server admins. Reads simulation data and pushes it MySQL database.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stats are not getting pulled from net.get_stat

szporwolik opened this issue · comments

Data is not available or the API function is not working correctly
p_stats['PS_CAR']=net.get_stat(playerID,2) p_stats['PS_PLANE']=net.get_stat(playerID,3) p_stats['PS_SHIP']=net.get_stat(playerID,4) p_stats['PS_SCORE']=net.get_stat(playerID,5) p_stats['PS_LAND']=net.get_stat(playerID,6) p_stats['PS_PING']=net.get_stat(playerID,0) p_stats['PS_CRASH']=net.get_stat(playerID,1) p_stats['PS_EJECT']=net.get_stat(playerID,7)

This will not be fixed. Bug was rised to ED - alternative solution was developed.