04.03.2014, 10:24
i am using sscanf,how can i make it in strcmp like ZCMD,i mean in zcmd they write
i am using strcmp ,what to write instead of params to let it work?
here is my strcmp..
so what to write instead of params?
pawn Код:
if(sscanf(params, "d", carid)) return SendClientMessageEx(playerid, -1, "/check [carid]");
here is my strcmp..
pawn Код:
if(strcmp(cmd, "/check", true) == 0)