31.01.2012, 04:09
Code:
Error:
Error line:
PHP код:
stock TimeStamp()
{
new time = GetTickCount() / 1000;
return time;
}
PHP код:
\pawno\include\lfuncs.inc(466) : warning 219: local variable "time" shadows a variable at a preceding level
PHP код:
new time = GetTickCount() / 1000;