23.01.2011, 20:14
Quote:
You're creating a string with 256 characters / len and later formatting it only with 128 characters / len isn't that a waste and at the last part you're creating a string with 256 len / char and only formatting 10 char / len.
EDIT:: Mistake at sscanf line. Check the SCM part |
pawn Код:
if(sscanf(params, "ds", time, cdmessage)) return SendClientMessage(playerid, 0xFF0000FF, "Usage: /countdown (time) (message)");
//I dont see anything wrong =/