04.03.2018, 10:32
I was surfing around forums, I couldn't really find anything for what I exactly wanted.
I wonder I have this piece of code here (a part of my stats cmd)
I was wondering how do I get the player's online time? (not total)
I wonder I have this piece of code here (a part of my stats cmd)
Код:
format(iString,sizeof(iString),"{ffff99}Online Time:"); SendClientMessage(playerid, -1, iString); } return 1; }