13.05.2012, 14:54
Hey!
I want to know how to make that when time is going up it will not count as seconds whole time but changes to hours;mins;secs
here is code
And other thing i want to know if chatbubble will work on this or here need 3dtext or something.
Thanks!
I want to know how to make that when time is going up it will not count as seconds whole time but changes to hours;mins;secs
here is code
pawn Код:
format(string, sizeof(string), "[AFK] %d sekundes", AFK[playerid]);
SetPlayerChatBubble(playerid, string, 0xFFFFFFFF, 10.0, 1000);
Thanks!