08.08.2011, 10:08
Hmm okay, Also I found a weird problem, at commands I used this:
This just worked, means I can use sscanf, but I never included it at the top.
But now when I include it, my PAWNO compiler crashed.
pawn Код:
if(sscanf(params, "uz", targetid, reason)) return SendClientMessage(playerid, COLOR_WHITE, ""#COL_DGREY"[CMD] / "#COL_SGREY"[PlayerID/PartOfName] [Reason]");
But now when I include it, my PAWNO compiler crashed.