get_gametime()
It would just print out "diff = 0.000"
Whats wrong? Code:
|
Re: get_gametime()
change a little your plugin
Code:
|
Re: get_gametime()
diff = 0.000000,2.049999,2.049999
..so how would i do this, since this way doesn't work? |
Re: get_gametime()
You could try get_systime instead. Are you sure the file is actually long enough to take more than one second to read through?
Also, you don't need to use floatsub, it is automatically done for you when two floats are subtracted. Just use "stop - start". |
Re: get_gametime()
the file is long enough... 5k lines.
i will try get_systime(). thx. |
Re: get_gametime()
The server is "freezed" when executing something, so gametime are "freezed" too.
|
Re: get_gametime()
Quote:
|
| All times are GMT -4. The time now is 06:50. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.