10.10.2016, 10:22
help me pelase
Код:
(1253) : error 001: expected token: ";", but found "stock"
Код:
stock FormatSecToMinSec(time)
{
new string[8], seconds = time%60, minutes = floatround((time%3600)/60, floatround_floor);
format(string, sizeof(string), "%02d:%02d", minutes, seconds);
return string;
}


