Hi guys.
Im trying to add a UPTIME to my debug monitor instead of a countdown as im trying to do stuff that would require a Uptime instead of a countdown becuase the countdown wont be as accurate.
Heres what i have so far
Server uptime on debug instead of countdown
Im trying to add a UPTIME to my debug monitor instead of a countdown as im trying to do stuff that would require a Uptime instead of a countdown becuase the countdown wont be as accurate.
Heres what i have so far
fnc_debug = {
debugMonitor = true;
while {debugMonitor} do
{
_pic = (gettext (configFile >> 'CfgVehicles' >> (typeof vehicle player) >> 'picture'));
if (player == vehicle player) then
{...
debugMonitor = true;
while {debugMonitor} do
{
_pic = (gettext (configFile >> 'CfgVehicles' >> (typeof vehicle player) >> 'picture'));
if (player == vehicle player) then
{...
Server uptime on debug instead of countdown