09.01.2012, 06:20
I know how to use variables; I'm not a noob. I just didn't understand how to pass the seconds that I have to the function. I worked it out now, you have to store the seconds in a variable then pass that as the first argument.
EDIT: FFS it doesn't fucking work.
It says 'AFK for 116 seconds'...
EDIT: FFS it doesn't fucking work.
pawn Code:
format(ps, sizeof(ps), "In-game [AFK for %s]", ConvertTime(secs_away));