12.03.2018, 17:34
Hola. How i can reset this number count? But it seems to me that this is impossible. I use divided resource types, this is like a primary, then player connecting to server, secondary, player download maps and other dlc resources loads in game processing. But all count of bytes from connecting to server appends to all resource types and i get general number count transferred byte data.
This needs me for download info, where in message writes how many resources you downloaded, types, time and etc like this:
Sry for my bad Eng(
This needs me for download info, where in message writes how many resources you downloaded, types, time and etc like this:
Code:
format(M_String,sizeof M_String,""SI_OR" Compressed downloaded size: "OR_C"%s"WH_C", Unpacked size: "OR_C"%s"WH_C".", ConvertDS(NetStats_BytesSent(playerid)), ConvertDS(NetStats_BytesSent(playerid)*4)); SendClientMessage(playerid,COLOR_WHITE,M_String); format(M_String,sizeof M_String,""SI_OR" Downloading time: "OR_C"%s"WH_C".", ConvertHMS(DownloadTime[playerid])); SendClientMessage(playerid,COLOR_WHITE,M_String);