mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2025-01-12 14:58:06 +03:00
Added TIME_ELEMENT_PERMANENTLY to output
Added TIME_ELEMENT_PERMANENTLY to output. Ps. This is supposed to be used?
This commit is contained in:
parent
0366323d1b
commit
1c689bc049
@ -97,4 +97,8 @@ stock get_time_length(id, unitCnt, type, output[], outputLen)
|
|||||||
case 4: formatex(output, outputLen, "%s, %s, %s, %s %L %s", timeElement[0], timeElement[1], timeElement[2], timeElement[3], id, "TIME_ELEMENT_AND", timeElement[4]);
|
case 4: formatex(output, outputLen, "%s, %s, %s, %s %L %s", timeElement[0], timeElement[1], timeElement[2], timeElement[3], id, "TIME_ELEMENT_AND", timeElement[4]);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
else if (unitCnt == 0)
|
||||||
|
{
|
||||||
|
formatex(output, outputLen, "%L", id, "TIME_ELEMENT_PERMANENTLY");
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user