09.06.2012, 13:34
I wanted to change this time:
to something like that:
Please?
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));
pawn Code:
format(string, sizeof(string), ""COL_LYELL"Musisz poczekać jeszcze: "COL_RED"%dminutes %d seconds, "COL_LIMON"aby zmienić status.", minutes?, seconds?);
