06.08.2014, 13:05
pawn Код:
if(sscanf(params, "s[17]u", ClanCMD, PID))
If you use u, you are specifying a ID or username of a player.
If this does not work, try updating your sscanf.
https://sampforum.blast.hk/showthread.php?tid=120356
if(sscanf(params, "s[17]u", ClanCMD, PID))