28.12.2010, 12:40
You are using sscanf to pass it as a string, it is not a string, it is an integer. I also recommend using the u parameter in sscanf, as it automatically converts name or integer to an ID.
pawn Код:
if(sscanf(params, "ud", ID, skin))