stock get_time_length(id, unitCnt, type, output[], outputLen)
id | The player whose language the length should be translated to |
unitCnt | The number of time units you want translated into verbose text |
type | The type of unit (i.e. seconds, minutes, hours, days, weeks) that you are passing in |
output | The variable you want the verbose text to be placed in |
outputLen | The length of the output variable |
Stock by Brad.
You must add register_dictionary("time.txt") in plugin_init()
This function has no return value.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.