AMX Mod X API Documentation

Signature
native time(&hour = 0, &minute = 0, &second = 0);
Description

Retrieves the current time in hours, minutes and seconds.

Parameters
  • hour Variable to store hours in
  • minute Variable to store minutes in
  • second Variable to store seconds in
Returns

Unix timestamp

Назад
Верх