AMX Mod X API Documentation

Signature
native Float:get_gametime();
Description

Returns the game time based on the game tick.

Notes
  • This time is counted up from map start. If the engine is not processing

    this function will return the same value between calls, which makes it

    unusable for profiling purposes.

Returns

Game time, in seconds

Назад
Верх