How to change it to minutes & seconds?
#1

I wanted to change this time:
pawn Code:
format(string, sizeof(string), ""COL_LYELL"Musisz poczekać jeszcze: "COL_RED"%d, "COL_LIMON"aby zmienić status.", (GetPVarInt(playerid, "LastZW") - GetTickCount()) / 1000 + MINUTES(10));
to something like that:
pawn Code:
format(string, sizeof(string), ""COL_LYELL"Musisz poczekać jeszcze: "COL_RED"%dminutes %d seconds, "COL_LIMON"aby zmienić status.", minutes?, seconds?);
Please?
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)