02.03.2015, 12:37
i havee problem, before is all working. but, im update sscanf2 and got 2 problems.
when type cmd: /a test
CMD:a(playerid, params[])
{
if(sscanf(params, "s[128]", adminctext)) return SendClientMessage(playerid, COLOR_CYAN, "[KORISTI]: "COL_WHITE"/a [text]");
// im delete other functions..
return 1;
}
she say me: [KORISTI]: "COL_WHITE"/a [text], but before, working, this is on all cmd where using sscanf.
and have warning:
Код:
sscanf error: System not initialised.
CMD:a(playerid, params[])
{
if(sscanf(params, "s[128]", adminctext)) return SendClientMessage(playerid, COLOR_CYAN, "[KORISTI]: "COL_WHITE"/a [text]");
// im delete other functions..
return 1;
}
she say me: [KORISTI]: "COL_WHITE"/a [text], but before, working, this is on all cmd where using sscanf.
and have warning:
Код:
public function lacks forward declaration (symbol "OnNPCModeInit")