02.01.2017, 19:08
@GoldenLion, there's a little mistake in your code at sscanf part. INVALID_PLAYER_ID will get treated as a string, so you should have used a negative default ID as CutX did, or use the stringize operator:
Код:
if (sscanf(params, "s[10]D(" #INVALID_PLAYER_ID ")")) return SendClientMessage(playerid, -1 "usage...");